pytemplate¶
Demo Sphinx site for the CQCL pytemplate project.
Installation¶
To install pytemplate, simply run:
pip install pytemplate
Usage¶
To use pytemplate, import the main module:
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:
from pytemplate import utils
utils.do_something()