Skip to content

Commit b5e1ac3

Browse files
author
Meghan Jones
committed
Update contributing guide
1 parent 10c9ace commit b5e1ac3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/contributing.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,9 @@ General guidelines for making a good gallery plot:
322322
The tutorials (the User Guide in the docs) are also built by sphinx-gallery from the
323323
`.py` files in the `examples/tutorials` folder of the repository. To add a new tutorial:
324324

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.
326326
* Write the tutorial in "notebook" style with code mixed with paragraphs explaining what
327327
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.
331328
* Choose the most representative figure as the thumbnail figure by adding a comment line
332329
`# sphinx_gallery_thumbnail_number = <fig_number>` to any place (usually at the top)
333330
in the tutorial. The *fig_number* starts from 1.

0 commit comments

Comments
 (0)