Skip to content

Commit

Permalink
deploy: 17f3ae5
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Nov 16, 2023
0 parents commit 1bc634f
Show file tree
Hide file tree
Showing 25 changed files with 3,730 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: c6b24c6e3183e93975b2525569bad4fc
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
51 changes: 51 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
pytemplate
==========

Demo Sphinx site for the `CQCL pytemplate <https://github.com/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`
7 changes: 7 additions & 0 deletions _sources/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pytemplate
==========

.. toctree::
:maxdepth: 4

pytemplate
29 changes: 29 additions & 0 deletions _sources/pytemplate.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
pytemplate package
==================

Submodules
----------

pytemplate.main module
----------------------

.. automodule:: pytemplate.main
:members:
:undoc-members:
:show-inheritance:

pytemplate.utils module
-----------------------

.. automodule:: pytemplate.utils
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: pytemplate
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 1bc634f

Please sign in to comment.