summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-20 14:32:29 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-20 14:32:29 +0100
commit65f4bc149da9c1bca3a226fb8dbf12425d15b3dd (patch)
tree1c219aac09c9c841479ae8b9824a4ac73887eb44 /docs/conf.py
parentb65aa4c2910dd889f07f7458c396b1870351cdf1 (diff)
downloaddocs-65f4bc149da9c1bca3a226fb8dbf12425d15b3dd.tar.gz
docs-65f4bc149da9c1bca3a226fb8dbf12425d15b3dd.tar.bz2
docs-65f4bc149da9c1bca3a226fb8dbf12425d15b3dd.zip
move exchange operator manual as texinfo into exchange.git
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2473518f..78c6ba06 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -64,11 +64,11 @@ source_suffix = '.rst'
#source_encoding = 'utf-8-sig'
# The master toctree document.
-master_doc = 'index'
+master_doc = 'operate-exchange'
# General information about the project.
project = u'Taler'
-copyright = u'2014, 2015, 2016 Florian Dold, Benedikt Muller, Sree Harsha Totakura, Christian Grothoff, Marcello Stanisci (GPLv3+ or GFDL 1.3+)'
+copyright = u'2014, 2015, 2016, 2017 Florian Dold, Benedikt Muller, Sree Harsha Totakura, Christian Grothoff, Marcello Stanisci (GPLv3+ or GFDL 1.3+)'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -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', 'taler', u'Taler Documentation',
+ ('index', 'taler', u'GNU Taler Exchange Operator Manual',
[u'F. Dold, B. Muller, S. H. Totakura, C. Grothoff'],
1)
]
@@ -266,7 +266,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'taler', u'GNU Taler Documentation',
+ ('index', 'taler', u'GNU Taler Exchange Operator Manual',
u'F. Dold, B. Muller, S. H. Totakura, C. Grothoff',
'Taler', 'One-Click Cash Payments.',
'Miscellaneous'),