[GRASS-SVN] r65922 - grass/trunk/man
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 13 00:17:53 PDT 2015
Author: neteler
Date: 2015-08-13 00:17:52 -0700 (Thu, 13 Aug 2015)
New Revision: 65922
Modified:
grass/trunk/man/build_html.py
grass/trunk/man/build_rest.py
Log:
manual: main page name cosmetics
Modified: grass/trunk/man/build_html.py
===================================================================
--- grass/trunk/man/build_html.py 2015-08-12 21:44:50 UTC (rev 65921)
+++ grass/trunk/man/build_html.py 2015-08-13 07:17:52 UTC (rev 65922)
@@ -187,7 +187,7 @@
footer_tmpl = string.Template(\
r"""<hr class="header">
-<p><a href="${index_url}">Help Index</a> | <a href="topics.html">Topics Index</a> | <a href="keywords.html">Keywords Index</a> | <a href="full_index.html">Full Index</a></p>
+<p><a href="${index_url}">Manual main page</a> | <a href="topics.html">Topics Index</a> | <a href="keywords.html">Keywords Index</a> | <a href="full_index.html">Full Index</a></p>
<p>© 2003-${year} <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${grass_version} Reference Manual</p>
</div>
Modified: grass/trunk/man/build_rest.py
===================================================================
--- grass/trunk/man/build_rest.py 2015-08-12 21:44:50 UTC (rev 65921)
+++ grass/trunk/man/build_rest.py 2015-08-13 07:17:52 UTC (rev 65922)
@@ -166,7 +166,7 @@
--------------
-:doc:`Help Index <index>` \| :doc:`Full Index <full_index>`
+:doc:`Manual main page <index>` \| :doc:`Full Index <full_index>`
2003-2015 `GRASS Development Team <http://grass.osgeo.org>`_, GRASS GIS ${grass_version} Reference Manual
""")
More information about the grass-commit
mailing list