diff options
| author | Ade Lee <alee@redhat.com> | 2014-10-27 09:37:48 -0400 |
|---|---|---|
| committer | Ade Lee <alee@redhat.com> | 2014-10-27 14:26:39 -0400 |
| commit | 8d8e33bc282d8ceae4ea9da4546c9c7d25984fd9 (patch) | |
| tree | 8332a9230ba521b80b02572c5c893f8db67247b6 /base/common/python/docs/conf.py.in | |
| parent | ae9494b4af8e4b9f39e7d478b1f95f5d40f55add (diff) | |
| download | pki-8d8e33bc282d8ceae4ea9da4546c9c7d25984fd9.tar.gz pki-8d8e33bc282d8ceae4ea9da4546c9c7d25984fd9.tar.xz pki-8d8e33bc282d8ceae4ea9da4546c9c7d25984fd9.zip | |
Updates to some python client classes for prettier API docs.
Added missing .rst annotations and missing docstrings.
Added log file for sphinx runs.
Diffstat (limited to 'base/common/python/docs/conf.py.in')
| -rw-r--r-- | base/common/python/docs/conf.py.in | 6 |
1 files changed, 3 insertions, 3 deletions
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'), ] |
