Usage#

To use PyCMTensor in a project:

import pycmtensor

Building the documentation#

Navigate to the docs/ directory and run the command:

sphinx-build -b html . _build

Helpful commands#

Delete all dangling remote branches from local git repository.

git fetch --prune