Skip to content

Commit

Permalink
DOC: split "usage" into "usage" and "configuration", hide TOC on inde…
Browse files Browse the repository at this point in the history
…x page
  • Loading branch information
mgeier committed Jan 13, 2023
1 parent 170a761 commit 93446b1
Show file tree
Hide file tree
Showing 8 changed files with 493 additions and 445 deletions.
6 changes: 3 additions & 3 deletions doc/code-cells.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"if SVG plots are used for HTML output\n",
"and PDF plots are used for LaTeX/PDF.\n",
"This can be achieved by setting\n",
"[nbsphinx_execute_arguments](usage.ipynb#nbsphinx_execute_arguments)\n",
"[nbsphinx_execute_arguments](configuration.ipynb#nbsphinx_execute_arguments)\n",
"in your `conf.py` file like this:\n",
"\n",
"```python\n",
Expand Down Expand Up @@ -631,8 +631,8 @@
"is loaded automatically (using RequireJS).\n",
"If you want to use non-default URLs or local files,\n",
"you can use the\n",
"[nbsphinx_widgets_path](usage.ipynb#nbsphinx_widgets_path) and\n",
"[nbsphinx_requirejs_path](usage.ipynb#nbsphinx_requirejs_path)\n",
"[nbsphinx_widgets_path](configuration.ipynb#nbsphinx_widgets_path) and\n",
"[nbsphinx_requirejs_path](configuration.ipynb#nbsphinx_requirejs_path)\n",
"settings."
]
},
Expand Down

0 comments on commit 93446b1

Please sign in to comment.