Development¶
Documentation is automatically built from the python code for the user guide, command help text, and API reference.
There are several make targets to assist in your development efforts:
makeormake all– Start fresh, build the python code and documentation, and then run the standalone test suite.make doc– Build all documentation (html, text, and man page).make doc-help– Build only the documentation required for help textmake doc-html– Build the user manualmake man– Build the man page
For testing, see the Testing section.
To develop a command, see the crash.commands API.