فهرست منبع

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.
Jakob Schnitzer 9 سال پیش
والد
کامیت
45a96fbc8d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -184,8 +184,8 @@ class build_api(Command):
         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)