-
make install - Creates a new virtual environment for development.
-
make clean - Remove all build, testing, and static documentation files.
-
make build - Build a folder containing a set of the latest database collection scripts.
-
make gen-docs - Generate HTML documentation.
-
make docs - Generate HTML documentation and serve it to the browser.
-
make pre-release increment={major/minor/patch} - Bump the version and create a release tag. Should only be run from the main branch. Passes the increment value to bump2version to create a new version number dynamically. The new version number will be added to __version__.py and pyproject.toml and a new commit will be logged. The tag will be created from the new commit.