Skip to content

Commit

Permalink
Add first sphinx build (manual)
Browse files Browse the repository at this point in the history
  • Loading branch information
msricher committed Apr 7, 2022
1 parent f03879f commit e893b62
Show file tree
Hide file tree
Showing 46 changed files with 18,445 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ __pycache__/
*.so

# Distribution / packaging
/build/
.Python
build/
develop-eggs/
dist/
downloads/
Expand Down
Binary file added docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/build/doctrees/index.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/build/html/.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: 6eead75345ae0dc3a7dc35c0c4220429
tags: 645f666f9bcd5a90fca523b33c5a78b7
37 changes: 37 additions & 0 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.. MoHa documentation master file, created by
sphinx-quickstart on Tue Apr 5 14:47:24 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
MoHa: Model Hamiltonians
========================

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


Hamiltonian API
===============

.. autoclass:: moha.api.HamiltonianAPI
:members:

Model Hamiltonians
==================

.. autoclass:: moha.HamPPP
:members:

.. autoclass:: moha.HamHub
:members:

.. autoclass:: moha.HamHuck
:members:

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Loading

0 comments on commit e893b62

Please sign in to comment.