Skip to content

Commit

Permalink
Added self assessment quiz.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsch420 committed Apr 2, 2024
1 parent 747f3c4 commit b8b24e0
Show file tree
Hide file tree
Showing 6 changed files with 3,248 additions and 418 deletions.
14 changes: 13 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,33 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.coverage',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx_rtd_theme',
'autoapi.extension',
'sphinxcontrib.bibtex',
'nbsphinx',
'sphinx_gallery.load_style',
"myst_nb"
]

myst_enable_extensions = [
"amsmath",
"colon_fence",
"deflist",
"dollarmath",
"html_image",
]

# ----------- autoapi setup -------------
autoapi_dirs = ['../src']

inheritance_graph_attrs = dict(rankdir="TB",)
myst_dmath_double_inline = True

# -- Bibliography configuration ----------------------------------------------
bibtex_bibfiles = ['references.bib']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Examples
examples/example
examples/product_spaces
examples/logo_generation
examples/self_assessment

.. toctree::
:maxdepth: 2
Expand Down
7 changes: 6 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
-r ../requirements.txt
sphinx_rtd_theme
sphinx-autoapi
sphinxcontrib-bibtex
nbsphinx
sphinx_gallery
sphinx-gallery
myst-nb
random-events
pillow
Loading

0 comments on commit b8b24e0

Please sign in to comment.