Issue 2550983
Created on 2018-07-25 19:49 by joseph_myers, last changed 2024-07-17 02:06 by rouilj.
msg6139 |
Author: [hidden] (joseph_myers) |
Date: 2018-07-25 19:49 |
|
roundup/admin.py contains a function help_commands_html which appears to
be unused (and until recently used a key function in the place where a
cmp function should be in a call to sorted, so evidently didn't work
properly). This should be removed or used somewhere.
|
msg7275 |
Author: [hidden] (rouilj) |
Date: 2021-06-10 01:49 |
|
This was supposed to be used for generating documentation on the
roundup-admin command in the docs. Marking as starterticket for
students to consider working on.
|
msg8069 |
Author: [hidden] (rouilj) |
Date: 2024-05-26 04:34 |
|
changeset: 7998:851ddd72f9ce makes it invocable via htmlhelp command.
Output is ugly. But this means we could integrate it with doc building
to get up to date docs for admin.py.
|
msg8109 |
Author: [hidden] (rouilj) |
Date: 2024-07-17 02:06 |
|
With
changeset: 8095:5aed4911836b
changeset: 8096:ea1f377c87d6
roundup-admin interactive help output added to admin_guide.txt
This only works for html output. It is recreated if admin.py changes.
|
|
Date |
User |
Action |
Args |
2024-07-17 02:06:26 | rouilj | set | status: new -> fixed resolution: fixed messages:
+ msg8109 |
2024-05-26 04:34:51 | rouilj | set | messages:
+ msg8069 |
2021-06-10 01:49:57 | rouilj | set | keywords:
+ StarterTicket nosy:
+ rouilj messages:
+ msg7275 |
2018-07-25 19:49:59 | joseph_myers | create | |
|