Skip to content

Commit

Permalink
fix: fixing documentation for notebooks toctree
Browse files Browse the repository at this point in the history
  • Loading branch information
cassales authored and hmgomes committed Sep 7, 2024
1 parent 3356f00 commit 21fb4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Stream:
Juptyer notebooks in the `/notebooks` directory are converted to markdown
files and included in the documentation with `nbsphinx`. See this [link](https://nbsphinx.readthedocs.io) for more information.

To add a notebook to the documentation, add the notebook to the `/notebooks` directory and add the filename to the `toctree` in `notebooks/index.rst`.
To add a notebook to the documentation, add the notebook to the `/notebooks` directory and add the filename to the `toctree` in `docs/tutorials.rst`.

### Manual Documentation

Expand Down

0 comments on commit 21fb4aa

Please sign in to comment.