Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 8096:ea1f377c87d6
docs: add roundup-admin interactive help output to admin_guide.txt
This only works for html output. It is recreated if admin.py changes.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 Jul 2024 22:02:39 -0400 |
| parents | 57ef20b6c003 |
| children | 2a7c3eeaf167 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Tue Jul 16 21:45:10 2024 -0400 +++ b/doc/admin_guide.txt Tue Jul 16 22:02:39 2024 -0400 @@ -2023,6 +2023,14 @@ Importing and setting numbers. It's not a problem. However setting can (and must) always be higher than the Importing number. +Interactive Help +---------------- + +The help command produces the following output for all the commands. + + +.. raw:: html + :file: admin_help.html .. _`customisation documentation`: customizing.html .. _`reference documentation`: reference.html
