Commit | Date | |
---|---|---|
[r16610]
by
bugman
Removed the vertical lines in the tables of the prompt UI help strings. The tables now look much more professional! |
2012-06-03 20:54:17 | Tree |
[r16609]
by
bugman
The GUI user functions now use the new Desc_container and Table user function classes. The descriptions for the user function wizard pages are now being taken from the new |
2012-06-03 20:50:01 | Tree |
2012-06-03 13:00:10 | Tree | |
2012-06-03 10:43:50 | Tree | |
[r16606]
by
bugman
Complete rewrite of the docs.latex.fetch_docstrings module (accidentally partly committed at r16596). This is a significant simplification for the creating of the user function documentation within the - The file docs/latex/fetch_docstrings.py is no longer an executable script and now operates solely - All of the original docstring section parsing code has been eliminated. The searching for user - The new user function definitions are directly used and the documentation for each user function - The complicated ascii table parsing and rebuilding into a LaTeX table has been eliminated. - The self.write_*() methods have been created for building the various sections of the user - Tables are no longer duplicated, triplicated, etc. Instead a reference to the first instance of |
2012-06-03 10:40:27 | Tree |
[r16605]
by
bugman
Renamed the Uf_tables.add_table() 'title' arg to 'caption', and added the new 'caption_short' arg. The name change is fairly logical, as this is a caption. The 'caption_short' arg will be used for |
2012-06-03 10:17:13 | Tree |
2012-06-02 18:24:23 | Tree | |
[r16603]
by
bugman
The prompt UI table creation is now using the Table.spacing variable for adding empty lines between rows. |
2012-06-02 17:43:59 | Tree |
[r16602]
by
bugman
Fixes for the prompt UI construction of the tables. The top line was sometimes one '_' character too long. Now the correct table width is calculated as |
2012-06-02 17:41:10 | Tree |
[r16601]
by
bugman
The Monte Carlo description now uses an itemised list for the listing of the steps involved. |
2012-06-02 17:30:35 | Tree |