Ticket #666 (closed: fixed)
Python: Extend MantidHelp to work with Categories
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 18 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
MantidHelp should list the algorithms in a category if a category is provided.
If we get a category and algorithm of the same name the Algorithms should take precedence.
Change History
Note: See
TracTickets for help on using
tickets.
(In [2780]) Added support for categories in mantidHelp and introduced table formatting to the property descriptions. In order to include a type column, there is a new function in Kernel::System that gives back an unmangled string for some standard types that we use. Closes #666 and refs #705