File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -322,12 +322,9 @@ General guidelines for making a good gallery plot:
322
322
The tutorials (the User Guide in the docs) are also built by sphinx-gallery from the
323
323
` .py ` files in the ` examples/tutorials ` folder of the repository. To add a new tutorial:
324
324
325
- * Include a ` .py ` file in the ` examples/tutorials ` folder on the base of the repository .
325
+ * Create a ` .py ` file in the ` examples/tutorials/advanced ` folder.
326
326
* Write the tutorial in "notebook" style with code mixed with paragraphs explaining what
327
327
is being done. See the other tutorials for the format.
328
- * Include the tutorial in the table of contents of the documentation (side bar). Do this
329
- by adding a line to the User Guide ` toc ` directive in ` doc/index.rst ` . Notice that the
330
- file included is the ` .rst ` generated by sphinx-gallery.
331
328
* Choose the most representative figure as the thumbnail figure by adding a comment line
332
329
` # sphinx_gallery_thumbnail_number = <fig_number> ` to any place (usually at the top)
333
330
in the tutorial. The * fig_number* starts from 1.
You can’t perform that action at this time.
0 commit comments