Browse Source

man pages: point to grass72 addons; version update in sphinx conf

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70190 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 years ago
parent
commit
ad2ae93b1a
2 changed files with 12 additions and 12 deletions
  1. 1 1
      man/build_graphical_index.py
  2. 11 11
      man/sphinx/conf.py

+ 1 - 1
man/build_graphical_index.py

@@ -105,7 +105,7 @@ index_items = [
     ('https://grass.osgeo.org/grass73/manuals/libpython/index.html', std_img_name('python'), 'Python'),
     ('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'),
     ('https://grass.osgeo.org/programming7/', std_img_name('c'), 'C library'),
     ('manual_gallery.html', std_img_name('gallery'), 'Gallery'),
     ('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'),
 ]
 ]
 
 
 
 

+ 11 - 11
man/sphinx/conf.py

@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 # -*- 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.
 # sphinx-quickstart on Thu Aug  9 17:16:28 2012.
 #
 #
 # This file is execfile()d with the current directory set to its containing dir.
 # This file is execfile()d with the current directory set to its containing dir.
@@ -40,15 +40,15 @@ source_suffix = '.txt'
 master_doc = 'index'
 master_doc = 'index'
 
 
 # General information about the project.
 # 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
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 # built documents.
 #
 #
 # The short X.Y version.
 # The short X.Y version.
-version = '7.0'
+version = '7.3'
 # The full version, including alpha/beta/rc tags.
 # The full version, including alpha/beta/rc tags.
 release = 'svn'
 release = 'svn'
 
 
@@ -164,7 +164,7 @@ html_use_index = False
 #html_file_suffix = None
 #html_file_suffix = None
 
 
 # Output file base name for HTML help builder.
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'GRASS70Documentationdoc'
+htmlhelp_basename = 'GRASS73Documentationdoc'
 
 
 
 
 # -- Options for LaTeX output --------------------------------------------------
 # -- Options for LaTeX output --------------------------------------------------
@@ -183,7 +183,7 @@ latex_elements = {
 # Grouping the document tree into LaTeX files. List of tuples
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
 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'),
    u'GRASS Development Team', 'manual'),
 ]
 ]
 
 
@@ -213,7 +213,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 # (source start file, name, description, authors, manual section).
 man_pages = [
 man_pages = [
-    ('content', 'grass70documentation', u'GRASS 7.0 Documentation Documentation',
+    ('content', 'grass73documentation', u'GRASS 7.3 Documentation Documentation',
      [u'GRASS Development Team'], 1)
      [u'GRASS Development Team'], 1)
 ]
 ]
 
 
@@ -227,8 +227,8 @@ man_pages = [
 # (source start file, target name, title, author,
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 #  dir menu entry, description, category)
 texinfo_documents = [
 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'),
    'Miscellaneous'),
 ]
 ]
 
 
@@ -245,10 +245,10 @@ texinfo_documents = [
 # -- Options for Epub output ---------------------------------------------------
 # -- Options for Epub output ---------------------------------------------------
 
 
 # Bibliographic Dublin Core info.
 # 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_author = u'GRASS Development Team'
 epub_publisher = 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
 # The language of the text. It defaults to the language option
 # or en if the language is not set.
 # or en if the language is not set.