[GRASS-SVN] r72304 - grass/branches/releasebranch_7_4/man
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 2 13:56:51 PST 2018
Author: wenzeslaus
Date: 2018-03-02 13:56:51 -0800 (Fri, 02 Mar 2018)
New Revision: 72304
Modified:
grass/branches/releasebranch_7_4/man/build_class_graphical.py
Log:
doc: show modules without img in graphical index (r70471 in 72, r72303 in trunk)
Modified: grass/branches/releasebranch_7_4/man/build_class_graphical.py
===================================================================
--- grass/branches/releasebranch_7_4/man/build_class_graphical.py 2018-03-02 21:56:22 UTC (rev 72303)
+++ grass/branches/releasebranch_7_4/man/build_class_graphical.py 2018-03-02 21:56:51 UTC (rev 72304)
@@ -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