mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-22 15:28:57 +00:00
docs: change name of API section
from 'Borg Backup API documentation' to 'API Documentation' It is pretty clear which software the API docs are for imho.
This commit is contained in:
parent
fb62435fc6
commit
45a96fbc8d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -184,8 +184,8 @@ def run(self):
|
|||
print("auto-generating API documentation")
|
||||
with open("docs/api.rst", "w") as doc:
|
||||
doc.write("""
|
||||
Borg Backup API documentation
|
||||
=============================
|
||||
API Documentation
|
||||
=================
|
||||
""")
|
||||
for mod in glob('borg/*.py') + glob('borg/*.pyx'):
|
||||
print("examining module %s" % mod)
|
||||
|
|
Loading…
Reference in a new issue