浏览代码

manual: show refs to miscellaneous introduction and topics in graphical index overview

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70088 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 年之前
父节点
当前提交
c8fde211b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      man/build_class_graphical.py

+ 1 - 1
man/build_class_graphical.py

@@ -138,7 +138,7 @@ def generate_page_for_category(short_family, module_family, imgs, year,
               "Manual: Graphical index" % grass_version))
               "Manual: Graphical index" % grass_version))
     output.write(header_graphical_index_tmpl)
     output.write(header_graphical_index_tmpl)
 
 
-    if module_family.lower() not in ['general', 'miscellaneous', 'postscript']:
+    if module_family.lower() not in ['general', 'postscript']:
         if module_family == 'raster3d':
         if module_family == 'raster3d':
             # covert keyword to nice form
             # covert keyword to nice form
             module_family = '3D raster'
             module_family = '3D raster'