Skip to content

Commit 5f2bbd1

Browse files
committed
Introduction of Observables
1 parent b980131 commit 5f2bbd1

File tree

7 files changed

+2392
-2
lines changed

7 files changed

+2392
-2
lines changed

docs/conf.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@
4040
'sphinx.ext.intersphinx',
4141
'sphinx.ext.githubpages',
4242
'sphinx.ext.viewcode',
43-
'myst_parser',
43+
'myst_nb',
4444
'sphinx_copybutton',
45+
'sphinx_design',
4546
]
4647

4748
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
@@ -56,7 +57,7 @@
5657
# List of patterns, relative to source directory, that match files and
5758
# directories to ignore when looking for source files.
5859
# This pattern also affects html_static_path and html_extra_path.
59-
exclude_patterns = ["README.rst", "**/*.so"]
60+
exclude_patterns = ["README.rst", "**/*.so", "_build/*"]
6061
rst_prolog = """
6162
.. role:: pycode(code)
6263
:language: python
@@ -92,6 +93,8 @@
9293
"deflist"
9394
]
9495
myst_heading_anchors = 3
96+
nb_execution_mode = "auto"
97+
nb_execution_allow_errors = True
9598

9699
# -- Options for HTML output -------------------------------------------------
97100

docs/p/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Sub-packages
2626

2727
howto/Installation
2828
howto/Primer
29+
notebooks/observables
2930

3031
.. toctree::
3132
:maxdepth: 2
@@ -42,6 +43,7 @@ Sub-packages
4243
:recursive:
4344

4445
at.lattice
46+
at.latticetools
4547
at.tracking
4648
at.physics
4749
at.load

0 commit comments

Comments
 (0)