mailr14515 - /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 August 29, 2011 - 16:16:
Author: bugman
Date: Mon Aug 29 16:16:42 2011
New Revision: 14515

URL: http://svn.gna.org/viewcvs/relax?rev=14515&view=rev
Log:
Fix for the user manual LaTeX longtables  for the pymol and molmol write to 
macro_write rename.


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=14515&r1=14514&r2=14515&view=diff
==============================================================================
--- 1.3/docs/latex/fetch_docstrings.py (original)
+++ 1.3/docs/latex/fetch_docstrings.py Mon Aug 29 16:16:42 2011
@@ -844,8 +844,8 @@
         ################
 
         # List of tables to be formatted using longtable.
-        longtable = {"molmol.write": [3],
-                     "pymol.write": [2]
+        longtable = {"molmol.macro_write": [3],
+                     "pymol.macro_write": [2]
         }
 
         # Some whitespace.




Related Messages


Powered by MHonArc, Updated Mon Aug 29 16:20:02 2011