From 8d8e33bc282d8ceae4ea9da4546c9c7d25984fd9 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Mon, 27 Oct 2014 09:37:48 -0400 Subject: Updates to some python client classes for prettier API docs. Added missing .rst annotations and missing docstrings. Added log file for sphinx runs. --- base/common/python/docs/conf.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/common/python/docs/conf.py.in') diff --git a/base/common/python/docs/conf.py.in b/base/common/python/docs/conf.py.in index eca3b1a0b..d6f55e465 100644 --- a/base/common/python/docs/conf.py.in +++ b/base/common/python/docs/conf.py.in @@ -183,7 +183,7 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'dogtag.tex', u'Dogtag Certificate Server Python Client Documentation', + ('index', 'dogtag.tex', u'Dogtag Python Client API', u'Author', 'manual'), ] @@ -213,7 +213,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'pki-python-client', u'Dogtag Python Client Documentation', + ('index', 'pki-python-client', u'Dogtag Python Client API', [u'Dogtag PKI Project Team'], 1) ] @@ -227,7 +227,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'Dogtag', u'Dogtag Certificate Server Python Client Documentation', + ('index', 'Dogtag', u'Dogtag Python Client API', u'Author', 'Dogtag PKI Team', 'Dogtag is an enterprise software system designed to manage enterprise Public Key Infrastructure (PKI) deployments.', 'Miscellaneous'), ] -- cgit