Skip to content

Commit

Permalink
link to myst-nb instead of nbsphinx; closes #246
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 23, 2023
1 parent cdb4152 commit 2a5a56d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions content/sphinx.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,19 +344,11 @@ Note, that this will not resolve e.g. image paths within README.md, use experime
-->
- It is possible to combine `{include}` with code highlighting, line numbering, and even line highlighting.
- We can also use jupyter notebooks (*.ipynb) with sphinx. It requires `nbsphinx` extension to be installed. See [nbsphinx documentation](http://nbsphinx.readthedocs.io/en/latest/) for more information
```rst
.. toctree::
:maxdepth: 2
:caption: Contents:
feature-a.md
<python_notebook_name>.ipynb
```
- We can also use Jupyter notebooks (*.ipynb) with Sphinx. It requires the
[myst-nb](https://myst-nb.readthedocs.io/) extension to be installed.
````



### Exercise: Sphinx LaTeX

````{exercise} (optional) Sphinx-3: Rendering (LaTeX) math equations
Expand Down

0 comments on commit 2a5a56d

Please sign in to comment.