taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b65aa4c2910dd889f07f7458c396b1870351cdf1
parent bdb441cd8338a52713a95a44af0434a7677e3e63
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 20 Mar 2017 13:34:34 +0100

fix API documentation meta data

Diffstat:
Mapi/conf.py | 10+++++-----
Mdocs/conf.py | 10+++++-----
Mdocs/exts/__pycache__/tsref.cpython-35.pyc | 0
3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/api/conf.py b/api/conf.py @@ -75,9 +75,9 @@ copyright = u'2014, 2015, 2016 Florian Dold, Benedikt Muller, Sree Harsha Totaku # built documents. # # The short X.Y version. -version = '0.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -251,7 +251,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'neuro', u'neuro Documentation', + ('index', 'taler', u'GNU Taler Documentation', [u'F. Dold, B. Muller, S. H. Totakura, C. Grothoff'], 1) ] @@ -266,9 +266,9 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'neuro', u'neuro Documentation', + ('index', 'taler', u'GNU Taler Documentation', u'F. Dold, B. Muller, S. H. Totakura, C. Grothoff', - 'neuro', 'One line description of project.', + 'neuro', 'One-Click Cash Payments.', 'Miscellaneous'), ] diff --git a/docs/conf.py b/docs/conf.py @@ -75,9 +75,9 @@ copyright = u'2014, 2015, 2016 Florian Dold, Benedikt Muller, Sree Harsha Totaku # built documents. # # The short X.Y version. -version = '0.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -251,7 +251,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'neuro', u'neuro Documentation', + ('index', 'taler', u'Taler Documentation', [u'F. Dold, B. Muller, S. H. Totakura, C. Grothoff'], 1) ] @@ -266,9 +266,9 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'neuro', u'neuro Documentation', + ('index', 'taler', u'GNU Taler Documentation', u'F. Dold, B. Muller, S. H. Totakura, C. Grothoff', - 'neuro', 'One line description of project.', + 'Taler', 'One-Click Cash Payments.', 'Miscellaneous'), ] diff --git a/docs/exts/__pycache__/tsref.cpython-35.pyc b/docs/exts/__pycache__/tsref.cpython-35.pyc Binary files differ.