aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authormwtoews <mwtoews@gmail.com>2018-04-22 20:56:06 +1200
committermwtoews <mwtoews@gmail.com>2018-04-22 20:56:06 +1200
commit24af7a3f5d459bb6495ee61db88ce54b6eceacb3 (patch)
tree830e76cccefb5e62ca90a0bda87922c555dc564c /docs/source
parent7f22d7db317a1bcbec1c0ef06345325db2c39309 (diff)
downloadPROJ-24af7a3f5d459bb6495ee61db88ce54b6eceacb3.tar.gz
PROJ-24af7a3f5d459bb6495ee61db88ce54b6eceacb3.zip
Rename various Sphinx docs from PROJ.4 to PROJ
This also includes the PDF manual, Qt help file, man pages, etc.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py12
-rw-r--r--docs/source/index.rst2
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index fa1de3ed..ae65995c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# PROJ.4 documentation build configuration file, created by
+# PROJ documentation build configuration file, created by
# sphinx-quickstart on Wed Feb 24 10:47:15 2016.
#
# This file is execfile()d with the current directory set to its
@@ -48,7 +48,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'PROJ.4'
+project = u'PROJ'
now = datetime.datetime.now()
copyright = u'1983-{0}'.format(now.year)
author = u'Gerald Evenden, Frank Warmerdam, and others'
@@ -211,7 +211,7 @@ html_show_sourcelink = False
#html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
-htmlhelp_basename = 'proj4doc'
+htmlhelp_basename = 'projdoc'
# -- Options for LaTeX output ---------------------------------------------
@@ -238,7 +238,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'proj4.tex', u'PROJ.4 Documentation',
+ (master_doc, 'proj.tex', u'PROJ Documentation',
u'Gerald Evenden', 'manual'),
]
@@ -315,8 +315,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'proj4', u'PROJ.4 Documentation',
- author, 'proj4', 'One line description of project.',
+ (master_doc, 'proj', u'PROJ Documentation',
+ author, 'proj', 'One line description of project.',
'Miscellaneous'),
]
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 3f02de3b..9ed64c02 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -26,7 +26,7 @@ Coverage |coverals|
:target: https://coveralls.io/r/OSGeo/proj.4?branch=master
Full documentation is available as a single PDF at
-https://raw.githubusercontent.com/OSGeo/proj.4/gh-pages/proj4.pdf
+https://raw.githubusercontent.com/OSGeo/proj.4/gh-pages/proj.pdf
Documentation
=================