aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authormwtoews <mwtoews@gmail.com>2018-04-22 22:24:20 +1200
committermwtoews <mwtoews@gmail.com>2018-04-22 22:24:20 +1200
commit8bcf78e471d0a7dbc5ea7387d33301188ae17de8 (patch)
tree4133d1861cf727fab2ab51d96350061d48863c07 /docs/source/conf.py
parent3f5657583a3415ea87907a511f97fbb6d64bad93 (diff)
downloadPROJ-8bcf78e471d0a7dbc5ea7387d33301188ae17de8.tar.gz
PROJ-8bcf78e471d0a7dbc5ea7387d33301188ae17de8.zip
Change title and author to reflect CITATION
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 5af7a129..2c0f480b 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -49,9 +49,10 @@ master_doc = 'index'
# General information about the project.
project = u'PROJ'
+title = 'PROJ coordinate transformation software library'
+author = 'PROJ contributors'
now = datetime.datetime.now()
copyright = u'1983-{0}'.format(now.year)
-author = u'Gerald Evenden, Frank Warmerdam, and others'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -241,8 +242,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'proj.tex', u'PROJ Documentation',
- u'Gerald Evenden', 'manual'),
+ (master_doc, 'proj.tex', title, author, 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -318,8 +318,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'proj', u'PROJ Documentation',
- author, 'proj', 'One line description of project.',
+ (master_doc, 'proj', title, author, 'proj',
+ 'Cartographic projections software library.',
'Miscellaneous'),
]