From 45a96fbc8d00c533cb73c7cd7ba4c743deb79aab Mon Sep 17 00:00:00 2001 From: Jakob Schnitzer Date: Tue, 13 Oct 2015 17:02:15 +0200 Subject: [PATCH] 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. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e2fce2823..5c3e31d8f 100644 --- a/setup.py +++ b/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)