[GRASS-SVN] r70190 - in grass/trunk/man: . sphinx
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 1 13:46:06 PST 2017
Author: neteler
Date: 2017-01-01 13:46:05 -0800 (Sun, 01 Jan 2017)
New Revision: 70190
Modified:
grass/trunk/man/build_graphical_index.py
grass/trunk/man/sphinx/conf.py
Log:
man pages: point to grass72 addons; version update in sphinx conf
Modified: grass/trunk/man/build_graphical_index.py
===================================================================
--- grass/trunk/man/build_graphical_index.py 2017-01-01 21:43:48 UTC (rev 70189)
+++ grass/trunk/man/build_graphical_index.py 2017-01-01 21:46:05 UTC (rev 70190)
@@ -105,7 +105,7 @@
('https://grass.osgeo.org/grass73/manuals/libpython/index.html', std_img_name('python'), 'Python'),
('https://grass.osgeo.org/programming7/', std_img_name('c'), 'C library'),
('manual_gallery.html', std_img_name('gallery'), 'Gallery'),
- ('http://grass.osgeo.org/grass70/manuals/addons/', std_img_name('addons'), 'Addons'),
+ ('http://grass.osgeo.org/grass72/manuals/addons/', std_img_name('addons'), 'Addons'),
]
Modified: grass/trunk/man/sphinx/conf.py
===================================================================
--- grass/trunk/man/sphinx/conf.py 2017-01-01 21:43:48 UTC (rev 70189)
+++ grass/trunk/man/sphinx/conf.py 2017-01-01 21:46:05 UTC (rev 70190)
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# GRASS 7.0 Documentation documentation build configuration file, created by
+# GRASS 7.3 Documentation documentation build configuration file, created by
# sphinx-quickstart on Thu Aug 9 17:16:28 2012.
#
# This file is execfile()d with the current directory set to its containing dir.
@@ -40,15 +40,15 @@
master_doc = 'index'
# General information about the project.
-project = u'GRASS 7.0 Documentation'
-copyright = u'2012, GRASS Development Team'
+project = u'GRASS 7.3 Documentation'
+copyright = u'2017, GRASS Development Team'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '7.0'
+version = '7.3'
# The full version, including alpha/beta/rc tags.
release = 'svn'
@@ -164,7 +164,7 @@
#html_file_suffix = None
# Output file base name for HTML help builder.
-htmlhelp_basename = 'GRASS70Documentationdoc'
+htmlhelp_basename = 'GRASS73Documentationdoc'
# -- Options for LaTeX output --------------------------------------------------
@@ -183,7 +183,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('content', 'GRASS70Documentation.tex', u'GRASS 7.0 Documentation Documentation',
+ ('content', 'GRASS73Documentation.tex', u'GRASS 7.3 Documentation Documentation',
u'GRASS Development Team', 'manual'),
]
@@ -213,7 +213,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('content', 'grass70documentation', u'GRASS 7.0 Documentation Documentation',
+ ('content', 'grass73documentation', u'GRASS 7.3 Documentation Documentation',
[u'GRASS Development Team'], 1)
]
@@ -227,8 +227,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('content', 'GRASS70Documentation', u'GRASS 7.0 Documentation Documentation',
- u'GRASS Development Team', 'GRASS70Documentation', 'One line description of project.',
+ ('content', 'GRASS73Documentation', u'GRASS 7.3 Documentation Documentation',
+ u'GRASS Development Team', 'GRASS73Documentation', 'One line description of project.',
'Miscellaneous'),
]
@@ -245,10 +245,10 @@
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
-epub_title = u'GRASS 7.0 Documentation'
+epub_title = u'GRASS 7.3 Documentation'
epub_author = u'GRASS Development Team'
epub_publisher = u'GRASS Development Team'
-epub_copyright = u'2012, GRASS Development Team'
+epub_copyright = u'2017, GRASS Development Team'
# The language of the text. It defaults to the language option
# or en if the language is not set.
More information about the grass-commit
mailing list