Skip to content

Commit

Permalink
deploy: f2f330c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed May 14, 2024
0 parents commit 606574d
Show file tree
Hide file tree
Showing 47 changed files with 11,348 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: eaa2a8a5e386d77174e0ed93c83730ed
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
29 changes: 29 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
phir
====

Documentation for `CQCL phir <https://github.com/CQCL/phir>`_ project.

----

.. toctree::
:maxdepth: 2
:caption: Contents:

modules

Installation
------------

To install phir, simply run:

.. code-block:: bash
pip install phir
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 @@
phir
====

.. toctree::
:maxdepth: 4

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

Submodules
----------

phir.cli module
---------------

.. automodule:: phir.cli
:members:
:undoc-members:
:show-inheritance:

phir.model module
-----------------

.. automodule:: phir.model
:members:
:undoc-members:
:show-inheritance:

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

.. automodule:: phir
:members:
:undoc-members:
:show-inheritance:
11 changes: 11 additions & 0 deletions _static/autodoc_pydantic.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.autodoc_pydantic_validator_arrow {
padding-left: 8px;
}

.autodoc_pydantic_collapsable_json {
cursor: pointer;
}

.autodoc_pydantic_collapsable_erd {
cursor: pointer;
}
Loading

0 comments on commit 606574d

Please sign in to comment.