Changeset 69588
- Timestamp:
- Sep 27, 2016, 12:59:11 PM (8 years ago)
- Location:
- grass/trunk
- Files:
-
- 9 edited
- 1 moved
-
doc/gi_miscellaneous.jpg (moved) (moved from grass/trunk/doc/gi_misc.jpg )
-
man/Makefile (modified) (1 diff)
-
man/build_class.py (modified) (1 diff)
-
man/build_class_graphical.py (modified) (2 diffs)
-
man/build_class_rest.py (modified) (1 diff)
-
man/build_graphical_index.py (modified) (1 diff)
-
man/build_html.py (modified) (1 diff)
-
man/build_rest.py (modified) (1 diff)
-
tools/mkhtml.py (modified) (2 diffs)
-
tools/mkrest.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/man/Makefile
r66300 r69588 18 18 g:general \ 19 19 i:imagery \ 20 m:misc \20 m:miscellaneous \ 21 21 ps:postscript \ 22 22 r:raster \ -
grass/trunk/man/build_class.py
r69585 r69588 11 11 12 12 13 no_intro_page_classes = ['display', 'general', 'misc ', 'postscript']13 no_intro_page_classes = ['display', 'general', 'miscellaneous', 'postscript'] 14 14 15 15 os.chdir(html_dir) -
grass/trunk/man/build_class_graphical.py
r66113 r69588 139 139 output.write(header_graphical_index_tmpl) 140 140 141 if module_family.lower() not in ['general', 'misc ', 'postscript']:141 if module_family.lower() not in ['general', 'miscellaneous', 'postscript']: 142 142 if module_family == 'raster3d': 143 143 # covert keyword to nice form … … 211 211 ('g', 'general'), 212 212 ('i', 'imagery'), 213 ('m', 'misc '),213 ('m', 'miscellaneous'), 214 214 ('ps', 'postscript'), 215 215 ('r', 'raster'), -
grass/trunk/man/build_class_rest.py
r52833 r69588 23 23 24 24 write_rest_header(f, "GRASS GIS %s Reference Manual: %s" % (grass_version, modclass)) 25 if modclass.lower() not in ['general', 'misc ', 'postscript']:25 if modclass.lower() not in ['general', 'miscellaneous', 'postscript']: 26 26 f.write(modclass_intro_tmpl.substitute(modclass = modclass, modclass_lower = modclass.lower())) 27 27 f.write(modclass_tmpl.substitute(modclass = modclass)) -
grass/trunk/man/build_graphical_index.py
r68886 r69588 99 99 ('raster3d_graphical.html', std_img_name('raster3d'), '3D raster'), 100 100 ('temporal_graphical.html', std_img_name('temporal'), 'Temporal'), 101 ('misc _graphical.html', std_img_name('misc'), 'Miscellaneous'),101 ('miscellaneous_graphical.html', std_img_name('miscellaneous'), 'Miscellaneous'), 102 102 ('postscript_graphical.html', std_img_name('cartography'), 'Cartography'), 103 103 ('wxGUI_graphical.html', std_img_name('gui'), 'GUI'), -
grass/trunk/man/build_html.py
r68459 r69588 174 174 <td width="33%" valign="top" class="box"><h3> Miscellaneous & Variables</h3> 175 175 <ul> 176 <li class="box"><a href="misc .html">Miscellaneous commands manual</a></li>176 <li class="box"><a href="miscellaneous.html">Miscellaneous commands manual</a></li> 177 177 <li class="box"><a href="variables.html">GRASS variables and environment variables</a></li> 178 178 </ul> -
grass/trunk/man/build_rest.py
r67468 r69588 140 140 :maxdepth: 1 141 141 142 Miscellaneous commands manual <misc >142 Miscellaneous commands manual <miscellaneous> 143 143 GRASS variables and environment variables <variables> 144 144 -
grass/trunk/tools/mkhtml.py
r69587 r69588 259 259 'g' : 'general', 260 260 'i' : 'imagery', 261 'm' : 'misc ',261 'm' : 'miscellaneous', 262 262 'ps': 'postscript', 263 263 'p' : 'paint', … … 270 270 271 271 272 # TODO: special code for ps/postscript/PostScirpt and m/misc/Miscellaneous272 # TODO: special code for ps/postscript/PostScirpt 273 273 def to_title(name): 274 274 """Convert name of command class/family to form suitable for title""" -
grass/trunk/tools/mkrest.py
r68366 r69588 100 100 'g': 'general', 101 101 'i': 'imagery', 102 'm': 'misc ',102 'm': 'miscellaneous', 103 103 'ps': 'postscript', 104 104 'p': 'paint',
Note:
See TracChangeset
for help on using the changeset viewer.
