Comparison page
You can use 2 approaches to provide a comparison page.
Automatic generation of help page. Calling the
/help
ModName command shows a list of all commands, as well as their descriptions from the function dockstring (text inside triple quotes). All you need to do is just add short descriptions to each function (you can see an example above)Manual help page. Implemented by the
help_page
property-method override, which returns a string that will be sent as text when the/help ModName
command is invoked:
Last updated