Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:TSSW Sprint - Jul 6 - Jul 20
-
Team:Telescope and Site
Description
If possible, please consolidate the generic and non-generic topics in the XML documentation (so all commands are grouped together, etc.). This would make navigation easier. I think users rarely have any need to know whether a command is generic.
It would also help to alphabetize the topics within a section.
One possible approach is to accumulate the topic data for a given category in a dict of topic name: data (whatever that data might be – it could even be generated HTML). Then walk through the dicts to produce the HTML.
PR https://github.com/lsst-ts/ts_xml/pull/319