Menu

SVN archive Commit Log


Commit Date  
[r16568] by bugman

Tables in the user function descriptions are now formatted for the prompt help strings.

This is for the Desc_container objects. The list of lists are now converted to the text format
originally used for the user function docstrings such as:

__________________________________________________________________________
| | |
| Minimisation algorithm | Patterns |
|________________________|_______________________________________________|
| | |
| Simplex | '^[Ss]implex$' |
| | |
| Levenberg-Marquardt | '^[Ll][Mm]$' or '^[Ll]evenburg-[Mm]arquardt$' |
|________________________|_______________________________________________|

2012-05-31 15:44:21 Tree
[r16567] by bugman

Converted all of the alignment tensor user functions to the new Desc_container design.

2012-05-31 14:45:43 Tree
[r16566] by bugman

Itemised lists and verbatim text are now formatted properly for the prompt help strings.

2012-05-31 14:27:58 Tree
[r16565] by bugman

Converted align_tensor.init to the Desc_container object design to test itemised lists.

2012-05-31 14:20:04 Tree
[r16564] by bugman

The Desc_container object now supports itemised lists.

2012-05-31 14:12:01 Tree
[r16563] by bugman

Lists are now formatted for the prompt uf help strings from the Desc_container objects.

2012-05-31 14:08:04 Tree
[r16562] by bugman

Converted the align_tensor.display user function to the new Desc_container design.

This is to test out the list generation.

2012-05-31 13:54:51 Tree
[r16561] by bugman

The Desc_container.add_list_element() method now groups list elements together.

2012-05-31 13:52:54 Tree
[r16560] by bugman

Converted the prompt user function objects to use the new Desc_container objects for the help strings.

2012-05-31 13:50:34 Tree
[r16559] by bugman

Started to redesign the user function definition descriptions.

The desc object has been converted into a list which will contain instances of the new
Desc_container class. This class will hold the description information as blocks of text, including
unformatted paragraphs, verbatim text, lists, tables, and relax prompt examples. The object has a
number of methods used for inputting all of the information, as well as extracting it.

The information in the Desc_container object is not formatted, for example tables will be stored as
lists of lists. This will remove the need for parsing list, tables, verbatim text, etc. by the
docs.latex.fetch_docstrings module. But these will need to be recreated for the prompt help
strings, for the GUI user function descriptions, and for the user manual.

2012-05-31 13:49:03 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.