Skip to content

Commit

Permalink
Rename _temp to examples
Browse files Browse the repository at this point in the history
Following the changes in TopoToolbox#96
  • Loading branch information
wkearn committed Dec 5, 2024
1 parent 3f2e550 commit b80fb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wrapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"\n",
"7. **examples/** If you want to provide an example as documentation for your function, create a new Jupyter notebook here. You can fill the file however you see fit, but make sure to include a section title for the file by making the first line your title and underlining it with `====`.\n",
"\n",
"8. **docs/examples.rst** If you added a new example, include it in the example gallery by adding a new line: `/_temp/name_of_your_example`\n",
"8. **docs/examples.rst** If you added a new example, include it in the example gallery by adding a new line: `/examples/name_of_your_example`\n",
"\n",
"9. **docs/conf.py** If you added a new example, you can also add a thumbnail for it here under the section `nbsphinx_thumbnails`.\n"
]
Expand Down Expand Up @@ -208,7 +208,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down

0 comments on commit b80fb89

Please sign in to comment.