svn+ssh://bugman@.../svn/relax/trunk
........
r20231 | bugman | 2013-06-20 15:21:06 +0200 (Thu, 20 Jun 2013) | 5 lines
Created a new listings language definition for relax for the user manual.
This is for better highlighting of relax scripts and code in the relax manual.
........
r20232 | bugman | 2013-06-20 15:43:20 +0200 (Thu, 20 Jun 2013) | 6 lines
Fix for the scons fetch_docstrings target.
The user functions need to be explicitly initialised in the fetch_docstrings script as this is not
running through relax.
........
r20233 | bugman | 2013-06-20 16:10:00 +0200 (Thu, 20 Jun 2013) | 3 lines
Added an EPS version of the 128x128 J coupling icon for use in the relax user manual.
........
r20234 | bugman | 2013-06-20 16:14:10 +0200 (Thu, 20 Jun 2013) | 3 lines
Removed some junk text from the relax script text in section 6.3.8 of the user manual.
........
r20235 | bugman | 2013-06-20 16:21:15 +0200 (Thu, 20 Jun 2013) | 8 lines
The relax language definition is now auto-generated by the fetch_docstrings.py script.
This is for use in the relax user manual using the listings package. The fetch_docstrings.py
script now creates the docs/latex/script_definition.tex file. This is used by the relax.tex file
via an \include{} statement. This setup allows all of the relax user functions to be dynamically
set as keywords for the relax language definition.
........
r20236 | bugman | 2013-06-20 16:37:03 +0200 (Thu, 20 Jun 2013) | 5 lines
Converted all of the Development chapter of the user manual to use the listing package.
This is for all of the code examples, which are now much more colourful.
........