Skip to content

Commit

Permalink
Merge pull request #108 from qutech/documentation
Browse files Browse the repository at this point in the history
Updated tutorial
  • Loading branch information
THuckemann authored Jan 3, 2025
2 parents e25bb92 + cdbd553 commit a4791af
Show file tree
Hide file tree
Showing 24 changed files with 2,074 additions and 1,078 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@

# autodoc settings
autodoc_default_options = {
"members": None,
"show-inheritance": None,
"undoc-members": None,
"members": True,
"show-inheritance": True,
"undoc-members": True,
}

autodoc_mock_imports = ["qutil"]
Expand Down
204 changes: 166 additions & 38 deletions docs/device_object.rst

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/docs/source/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Qumada
======

.. toctree::
:maxdepth: 4
7 changes: 7 additions & 0 deletions docs/docs/source/setup.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
setup module
============

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

0 comments on commit a4791af

Please sign in to comment.