commit 41bbca65013d553ed2cc451a574b6ed11db4318c Author: juga0 juga@riseup.net Date: Wed Jul 25 00:46:50 2018 +0000
Add manual pages to conf.py, update author(s) --- docs/source/conf.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py index d750bbd..5e260d4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ def find_version():
project = 'Simple Bandwidth Scanner' copyright = 'Public Domain' -author = 'Matt Traudt' +author = 'Matt Traudt [sirmatt at ksu dot edu], juga [juga at riseup dot net]'
# The short X.Y version version = find_version() @@ -139,7 +139,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'simple-bw-scanner.tex', 'simple-bw-scanner Documentation', - 'pastly', 'manual'), + [author], 'manual'), ]
@@ -148,8 +148,9 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'simple-bw-scanner', 'simple-bw-scanner Documentation', - [author], 1) + ('man_sbws', 'sbws', 'Simple Bandwidth Scanner', [author], 1), + ('man_sbws.ini', 'sbws.ini', + 'Simple Bandwidth Scanner configuration', [author], 5) ]
tor-commits@lists.torproject.org