diff --git a/conf.py b/conf.py index 55b5d8f..fe22e7f 100644 --- a/conf.py +++ b/conf.py @@ -7,9 +7,9 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'EXP' -copyright = '2023-2024, EXP-code collaboration' +copyright = '2023-2025, EXP-code collaboration' author = 'EXP-code collaboration' -release = '0.15' +release = '0.16' version = '7.x' # -- General configuration --------------------------------------------------- @@ -27,7 +27,9 @@ 'sphinx.ext.inheritance_diagram', 'sphinx.ext.graphviz', 'breathe', - 'sphinx_copybutton' + 'sphinx_copybutton', + 'nbsphinx', + 'nbsphinx_link' ] @@ -44,5 +46,14 @@ html_logo = 'exp_logo_white.png' html_static_path = ['_static'] -# Turn on figure numering +# -- Turn on figure numering ------------------------------------------------- numfig = True + +# -- Extension configuration ------------------------------------------------- +nbsphinx_execute = 'never' + +# -- Grab files from pyEXP-examples ----------------------------------------- +import os + +os.system("cd intro/Tutorials; rm *ipynb*; wget -L https://raw.githubusercontent.com/EXP-code/pyEXP-examples/refs/heads/main/Tutorials/Introduction/Part1-Coefficients.ipynb; wget -L https://raw.githubusercontent.com/EXP-code/pyEXP-examples/refs/heads/main/Tutorials/Introduction/Part2-Analysis.ipynb") + diff --git a/doxyxml/Doxyfile.xml b/doxyxml/Doxyfile.xml index 9e444c9..bef3475 100644 --- a/doxyxml/Doxyfile.xml +++ b/doxyxml/Doxyfile.xml @@ -2,7 +2,7 @@ - + @@ -132,8 +132,6 @@