From b65aa4c2910dd889f07f7458c396b1870351cdf1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 20 Mar 2017 13:34:34 +0100 Subject: fix API documentation meta data --- docs/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 002bc486..2473518f 100644 --- 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'), ] -- cgit v1.2.3