1
0
Fork 0
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:
Jakob Schnitzer 2015-10-13 17:02:15 +02:00
parent fb62435fc6
commit 45a96fbc8d

View file

@ -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)