mailr22213 - /trunk/docs/latex/fetch_docstrings.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 19, 2014 - 17:20:
Author: bugman
Date: Wed Feb 19 17:20:58 2014
New Revision: 22213

URL: http://svn.gna.org/viewcvs/relax?rev=22213&view=rev
Log:
The docstring fetching script for the manual now formats lists as in commit 
r22212.


Modified:
    trunk/docs/latex/fetch_docstrings.py

Modified: trunk/docs/latex/fetch_docstrings.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/fetch_docstrings.py?rev=22213&r1=22212&r2=22213&view=diff
==============================================================================
--- trunk/docs/latex/fetch_docstrings.py (original)
+++ trunk/docs/latex/fetch_docstrings.py Wed Feb 19 17:20:58 2014
@@ -975,7 +975,7 @@
             item = self.word_formatting(item)
 
             # Write to file.
-            self.file.write("\\item[]%s\n" % item)
+            self.file.write("  \\item[]%s\n" % item)
 
         # End the environment.
         self.file.write("\\end{itemize}\n\n")




Related Messages


Powered by MHonArc, Updated Wed Feb 19 17:40:02 2014