Kaynağa Gözat

improvements in restructuredtext creation

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52666 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 12 yıl önce
ebeveyn
işleme
6b596d3ba5
2 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 1 1
      man/sphinx/conf.py
  2. 3 1
      tools/mkrest.py

+ 1 - 1
man/sphinx/conf.py

@@ -141,7 +141,7 @@ html_static_path = ['_static']
 #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

+ 3 - 1
tools/mkrest.py

@@ -60,7 +60,9 @@ replacement = {
     '*`' : '`',
     '`* `' : '`',
     '>`_*' : '>`_',
-    '>`_,*' : '>`_,'
+    '>`_,*' : '>`_,',
+    '``*\ "' : '``"',
+    '***' : '**'
 }
 
 src_data = read_file(src_file)