Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Jul 30, 2024
1 parent 28129a0 commit ae7b39c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _website/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@
"Summary.ipynb",
]
jupyter_cache_path = project_dir.joinpath("_website", ".jupiter_cache")
# remove cache directory to clean if needed
# shutil.rmtree(jupyter_cache_path, ignore_errors=True)
jupyter_cache_path.mkdir(exist_ok=True)
if jupyter_execute_notebooks == "cache":
jupyter_cache = str(jupyter_cache_path)
Expand Down
4 changes: 3 additions & 1 deletion _website/tutorials/components/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,12 @@ Building a pdf in multiple dimensions and registering an analytic integral.
77 - Custom Minimizers
++++++++++++++++++++++++++++

Building a custom minimizer in zfit.

.. toctree::
:maxdepth: 2

77 - Custom Minimizers.ipynb
77 - Custom Minimizer.ipynb



Expand Down
4 changes: 3 additions & 1 deletion components/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,12 @@ Building a pdf in multiple dimensions and registering an analytic integral.
77 - Custom Minimizers
++++++++++++++++++++++++++++

Building a custom minimizer in zfit.

.. toctree::
:maxdepth: 2

77 - Custom Minimizers.ipynb
77 - Custom Minimizer.ipynb



Expand Down

0 comments on commit ae7b39c

Please sign in to comment.