|
@@ -167,7 +167,7 @@ r"""<!-- the files grass${grass_version_major}.html & helptext.html file live in
|
|
<tr>
|
|
<tr>
|
|
<td width="33%" valign="top" class="box"><h3> Cartography</h3>
|
|
<td width="33%" valign="top" class="box"><h3> Cartography</h3>
|
|
<ul>
|
|
<ul>
|
|
- <li class="box"><a href="postscript.html">Postscript commands manual</a></li>
|
|
|
|
|
|
+ <li class="box"><a href="postscript.html">PostScript commands manual</a></li>
|
|
<li class="box"><a href="g.gui.psmap.html">wxGUI Cartographic Composer</a></li>
|
|
<li class="box"><a href="g.gui.psmap.html">wxGUI Cartographic Composer</a></li>
|
|
</ul>
|
|
</ul>
|
|
</td>
|
|
</td>
|
|
@@ -435,6 +435,8 @@ def get_desc(cmd):
|
|
|
|
|
|
def to_title(name):
|
|
def to_title(name):
|
|
"""Convert name of command class/family to form suitable for title"""
|
|
"""Convert name of command class/family to form suitable for title"""
|
|
|
|
+ if name == 'PostScript':
|
|
|
|
+ return name
|
|
return name.capitalize()
|
|
return name.capitalize()
|
|
|
|
|
|
############################################################################
|
|
############################################################################
|