Commit | Date | |
---|---|---|
[r16593]
by
bugman
Converted a number of add_verbatim() calls to add_item_list_element() with items of None. This allows for proper formatting and indentation of equations. In the future, a possible |
2012-06-01 14:11:03 | Tree |
[r16592]
by
bugman
Itemised lists without items are now supported in the prompt help strings. This is to mimic the LaTeX behaviour to allow lists with no 'bullets'. |
2012-06-01 13:57:24 | Tree |
[r16591]
by
bugman
Shifted the prompt examples to the end of the description for the value.display user function. |
2012-06-01 13:25:01 | Tree |
2012-06-01 13:15:34 | Tree | |
[r16589]
by
bugman
Converted all of the user functions to use the Desc_container class design. All of the user function descriptions, prompt examples, and additional documentation scattered This large set of changes currently breaks the GUI and is not compatible with the user manual |
2012-06-01 13:15:05 | Tree |
[r16588]
by
bugman
Fix for the Test_uf_objects.test_uf_object_build_doc() unit test. The deleted 'prompt_examples' and 'description' variables are not passed into the prompt user |
2012-06-01 13:01:38 | Tree |
[r16587]
by
bugman
The 'prompt_examples' and 'additional' uf structures are no longer passed into the prompt objects. |
2012-06-01 12:59:31 | Tree |
[r16586]
by
bugman
Removed the 'prompt_examples' and 'additional' variables from the Uf_info containers. These have been superseded by the Desc_container objects. |
2012-06-01 12:56:14 | Tree |
[r16585]
by
bugman
Prompt examples are now followed by 2 newlines in the prompt help strings. This restores much of the original formatting for these examples. |
2012-06-01 11:55:03 | Tree |
[r16584]
by
bugman
Added support for no spacing in tables for the prompt help strings. The Desc_container.add_table_titles() method now accepts and stores the 'spacing' arg. This is |
2012-06-01 11:31:40 | Tree |