Skip to content

Commit

Permalink
Docs (#30)
Browse files Browse the repository at this point in the history
I checked all of the file changes, and the changes in docs are the most
up to date version that we want in main.
  • Loading branch information
egriendeau authored Jun 10, 2024
2 parents 173a465 + 80910c8 commit b130e87
Show file tree
Hide file tree
Showing 42 changed files with 165 additions and 146 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
__pycache__/
*.py[cod]
*$py.class

*pycache*
-r *pycache*
# C extensions
*.so

Expand Down
8 changes: 8 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
sphinx-rtd-theme
myst_parser
numpy
matplotlib
pyro4
serpent
tqdm
scipy
qick==0.2.160
IPython
Binary file modified docs/source/_static/HAHN_ECHO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/ODMR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/PL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/RABI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/READOUT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/Ramsey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/T1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/qickdawg_forgithub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 15 additions & 10 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../..'))


# -- Project information -----------------------------------------------------

project = 'QICK-DAWG'
project = 'qickdawg'
copyright = '2024, Andy Mounce, Emmeline Riendeau'
author = 'Andy Mounce'

Expand All @@ -42,23 +43,27 @@
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

autodoc_typehints = "none"
autoautodoc_docstring_signature = True
autodoc_docstring_signature = True
autodoc_default_options = {'members': None}

# myst_parser options
source_suffix = {
'.rst': 'restructuredtext',
'.md': 'markdown',
}

# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
html_logo = "_static/QD_logo-removebg-preview.png"
html_theme_options = {
'logo-only': True,
'display_version': False,
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".

html_static_path = ['_static']
html_logo = "_static/qickdawg_forgithub.png"
html_theme_options = {
'logo_only': True
}
151 changes: 71 additions & 80 deletions docs/source/hardware/Readme.md

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions docs/source/programs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../..'))


# -- Project information -----------------------------------------------------

project = 'qick-dawg'
project = 'qickdawg'
copyright = '2024, Andy Mounce, Emmeline Riendeau'
author = 'Andy Mounce'

Expand All @@ -42,9 +43,15 @@
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

autodoc_typehints = "none"
autoautodoc_docstring_signature = True
autodoc_docstring_signature = True
autodoc_default_options = {'members': None}

# myst_parser options
source_suffix = {
'.rst': 'restructuredtext',
'.md': 'markdown',
}

# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down
Binary file added graphics/PMOD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/balun_surgery_2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 59 additions & 52 deletions installation/Readme.md

Large diffs are not rendered by default.

Binary file modified installation/graphics/balun_circuit.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installation/graphics/balun_circuit.PNG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installation/graphics/balun_surgery_1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified installation/graphics/balun_surgery_2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified qickdawg/fitfunctions/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/getreadoutwindow.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/laseroff.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/laseron.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/lockinodmr.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/nvaverageprogram.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/nvconfiguration.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/nvqicksweep.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/plintensity.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/rabisweep.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/ramsey.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/readoutwindow.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/nvpulsing/__pycache__/t1delaysweep.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/util/__pycache__/absolute.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/util/__pycache__/compresseddifference.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/util/__pycache__/cpmgxy8arb.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/util/__pycache__/intexpscale.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/util/__pycache__/itemattribute.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/util/__pycache__/liveplot.cpython-311.pyc
Binary file not shown.
Binary file modified qickdawg/util/__pycache__/startclient.cpython-311.pyc
Binary file not shown.

0 comments on commit b130e87

Please sign in to comment.