===== Usage ===== To use PyCMTensor in a project:: import pycmtensor Building the documentation ========================== Navigate to the `docs/` directory and run the command: .. code-block:: console sphinx-build -b html . _build Helpful commands ================ Delete all dangling remote branches from local git repository. .. code-block:: console git fetch --prune