mailr9972 - /1.3/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 November 25, 2009 - 13:18:
Author: bugman
Date: Wed Nov 25 13:18:28 2009
New Revision: 9972

URL: http://svn.gna.org/viewcvs/relax?rev=9972&view=rev
Log:
Added '()' to the end of the user functions in the relax manual.


Modified:
    1.3/docs/latex/fetch_docstrings.py

Modified: 1.3/docs/latex/fetch_docstrings.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/latex/fetch_docstrings.py?rev=9972&r1=9971&r2=9972&view=diff
==============================================================================
--- 1.3/docs/latex/fetch_docstrings.py (original)
+++ 1.3/docs/latex/fetch_docstrings.py Wed Nov 25 13:18:28 2009
@@ -804,7 +804,7 @@
 
             # Subsection.
             if st == 'subsection':
-                self.file.write(" \n\n \\subsection{" + self.section[i] + 
"}")
+                self.file.write(" \n\n \\subsection{" + self.section[i] + 
"()}")
 
             # Subsubsection.
             elif st == 'subsubsection':




Related Messages


Powered by MHonArc, Updated Wed Nov 25 16:00:03 2009