[GRASS-SVN] r72303 - grass/trunk/man

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 2 13:56:22 PST 2018


Author: wenzeslaus
Date: 2018-03-02 13:56:22 -0800 (Fri, 02 Mar 2018)
New Revision: 72303

Modified:
   grass/trunk/man/build_class_graphical.py
Log:
doc: show modules without img in graphical index (r70471 in 72)

Modified: grass/trunk/man/build_class_graphical.py
===================================================================
--- grass/trunk/man/build_class_graphical.py	2018-03-02 21:29:28 UTC (rev 72302)
+++ grass/trunk/man/build_class_graphical.py	2018-03-02 21:56:22 UTC (rev 72303)
@@ -230,7 +230,7 @@
 
     for short_family, module_family in families:
         generate_page_for_category(short_family, module_family, imgs,
-                                   year=year, skip_no_image=True)
+                                   year=year, skip_no_image=False)
 
 
 if __name__ == '__main__':



More information about the grass-commit mailing list