Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wmvanvliet committed May 6, 2024
1 parent 2da795a commit 00797bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,9 @@ Here is how to set up the package as a developer:
git clone git@github.com:wmvanvliet/mne-rsa.git
cd mne-rsa
python setup.py develop --user
.. toctree::
:hidden:

Examples <auto_examples/index>
API Reference <api>
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"navigation_with_keys": False,
"show_toc_level": 2,
"article_header_start": [], # disable breadcrumbs
"navbar_center": ["navbar-nav"],
"navbar_end": ["theme-switcher", "navbar-icon-links"],
"footer_start": ["copyright"],
"secondary_sidebar_items": ["page-toc", "edit-this-page"],
Expand Down
6 changes: 6 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,9 @@ Here is how to set up the package as a developer:
git clone git@github.com:wmvanvliet/mne-rsa.git
cd mne-rsa
python setup.py develop --user
.. toctree::
:hidden:

Examples <auto_examples/index>
API Reference <api>

0 comments on commit 00797bf

Please sign in to comment.