Skip to content

Commit

Permalink
Merge pull request #8 from adamingas/development
Browse files Browse the repository at this point in the history
fix: add overview notebook to documentation and ability to render mat…
  • Loading branch information
adamingas authored Jan 17, 2024
2 parents 37c4698 + d7d0d5a commit 047267e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@
autoapi_dirs = ["../ordinalgbt"] # location to parse for API reference
html_theme = "sphinx_rtd_theme"
exclude_patterns = []
nb_execution_mode = "off"
myst_enable_extensions = [
"amsmath",
"colon_fence",
"deflist",
"dollarmath",
"html_image",
]

nb_execution_mode = "cache"
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:maxdepth: 1
:hidden:
motivation.ipynb
comparison_with_classifiers.ipynb
shap.ipynb
maths
Expand Down

0 comments on commit 047267e

Please sign in to comment.