##// END OF EJS Templates
Add new commands refresh and refresh_timer (mapped to "R"/"F5"...
Add new commands refresh and refresh_timer (mapped to "R"/"F5" and to the menu) which restarts the iterator once (refresh) or after every x seconds (refresh_timer). Add a working implementation of "searchexpression", where the text entered is not the text to search for, but an expression that must be true. Added display of shortcuts to the menu. Added commands "pickinput" and "pickinputattr" that put the object or attribute under the cursor in the input line. Split the statusbar to be able to display the currently active refresh interval. (Patch by Nik Tautenhahn)

File last commit:

r102:a54f3f3a
r708:c2a1e430
Show More
build_doc_instruction.txt
28 lines | 859 B | text/plain | TextLexer
/ doc / build_doc_instruction.txt
How to generate IPython documentation
=====================================
The doc is written using lyx http://www.lyx.org, which is a gui for latex
documents. LyX also requires a latex installation.
The file manual_base.lyx is the template file that should be edited if you
want to do changes to the docs.
A final version is generated by running
./update_manual.py
or
ipython update_manual.py
(note that "python update_manual.py" won't work, it's an ipython script!)
The script update_manual.py will insert the current version number into the
template and also generate magic.tex, a file containing documentation for
the doc strings of the magic commands.
The script creates manual.lyx which can be opened by lyx to generate pdf or
postscript versions of the docs.
update_magic.sh and update_version.sh work too, but are slated for
deprecation.