File tree Expand file tree Collapse file tree 3 files changed +510
-2
lines changed Expand file tree Collapse file tree 3 files changed +510
-2
lines changed Original file line number Diff line number Diff line change 1
- all : man_html tracker_config.txt
1
+ all : man_html tracker_config.txt admin_help.html
2
2
cd ..; ./setup.py build_doc
3
3
4
4
tracker_config.txt : ../roundup/configuration.py
@@ -23,6 +23,10 @@ html_extra/man_pages/%.1.html: ../share/man/man1/%.1
23
23
sed -i ' /<style/,/<\/style/s/\(p\s* { \)margin/\1max-width: 65ch; margin/' $@
24
24
# man2html $< > $@
25
25
26
+ admin_help.html : ../roundup/admin.py
27
+ python3 ../roundup/scripts/roundup_admin.py htmlhelp > admin_help.py
28
+
26
29
clean :
27
30
rm -f _temp_config.txt tracker_config.txt \
28
- html_extra/man_pages/* .1.html
31
+ html_extra/man_pages/* .1.html \
32
+ admin_help.py
Original file line number Diff line number Diff line change @@ -2023,6 +2023,14 @@ used differently. You can't directly compare them.
2023
2023
Importing and setting numbers. It's not a problem. However setting
2024
2024
can (and must) always be higher than the Importing number.
2025
2025
2026
+ Interactive Help
2027
+ ----------------
2028
+
2029
+ The help command produces the following output for all the commands.
2030
+
2031
+
2032
+ .. raw:: html
2033
+ :file: admin_help.html
2026
2034
2027
2035
.. _`customisation documentation`: customizing.html
2028
2036
.. _`reference documentation`: reference.html
You can’t perform that action at this time.
0 commit comments