[GRASS-SVN] r52666 - in grass/trunk: man/sphinx tools

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 13 07:24:41 PDT 2012


Author: lucadelu
Date: 2012-08-13 07:24:40 -0700 (Mon, 13 Aug 2012)
New Revision: 52666

Modified:
   grass/trunk/man/sphinx/conf.py
   grass/trunk/tools/mkrest.py
Log:
improvements in restructuredtext creation

Modified: grass/trunk/man/sphinx/conf.py
===================================================================
--- grass/trunk/man/sphinx/conf.py	2012-08-13 13:48:14 UTC (rev 52665)
+++ grass/trunk/man/sphinx/conf.py	2012-08-13 14:24:40 UTC (rev 52666)
@@ -141,7 +141,7 @@
 #html_domain_indices = True
 
 # If false, no index is generated.
-#html_use_index = True
+html_use_index = False
 
 # If true, the index is split into individual pages for each letter.
 #html_split_index = False

Modified: grass/trunk/tools/mkrest.py
===================================================================
--- grass/trunk/tools/mkrest.py	2012-08-13 13:48:14 UTC (rev 52665)
+++ grass/trunk/tools/mkrest.py	2012-08-13 14:24:40 UTC (rev 52666)
@@ -60,7 +60,9 @@
     '*`' : '`',
     '`* `' : '`',
     '>`_*' : '>`_',
-    '>`_,*' : '>`_,'
+    '>`_,*' : '>`_,',
+    '``*\ "' : '``"',
+    '***' : '**'
 }
 
 src_data = read_file(src_file)



More information about the grass-commit mailing list