pytemplate ========== Demo Sphinx site for the `CQCL pytemplate `_ project. ---- .. toctree:: :maxdepth: 2 :caption: Contents: modules Installation ------------ To install pytemplate, simply run: .. code-block:: bash pip install pytemplate Usage ----- To use pytemplate, import the main module: .. code-block:: python from pytemplate import main main.run() Utils ----- The utils module contains various utility functions that can be used in conjunction with pytemplate. To use the utils module, import it like so: .. code-block:: python from pytemplate import utils utils.do_something() Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`