Skip to content

Commit

Permalink
Add tutorial to docs (#100)
Browse files Browse the repository at this point in the history
Tutorial is an IPython notebook built when sphinx generates the html build
  • Loading branch information
jkanche authored Mar 7, 2024
1 parent 3cdcbe3 commit ffba6b2
Show file tree
Hide file tree
Showing 4 changed files with 645 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@


# Enable markdown
extensions.append("myst_parser")
# extensions.append("myst_parser")
extensions.append("myst_nb")

# Configure MyST-Parser
myst_enable_extensions = [
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```{toctree}
:maxdepth: 2
Overview <readme>
Overview <tutorial.ipynb>
Module Reference <api/modules>
Contributions & Help <contributing>
License <license>
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
furo
myst-nb
# Requirements file for ReadTheDocs, check .readthedocs.yml.
# To build the module reference correctly, make sure every external package
# under `install_requires` in `setup.cfg` is also listed here!
# sphinx_rtd_theme
myst-parser[linkify]
sphinx>=3.2.1
sphinx-autodoc-typehints
# nbsphinx
Loading

0 comments on commit ffba6b2

Please sign in to comment.