Skip to content

Commit cb9c025

Browse files
authored
README.md: Corrected sphinx link
sphinx no longer has a plot_notebook tutorial link. Linking the main 'Notebook style example' page.
1 parent fa3f1a5 commit cb9c025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All the tutorials are now presented as sphinx style documentation at:
99

1010
# Contributing
1111

12-
We use sphinx-gallery's [notebook styled examples](https://sphinx-gallery.github.io/tutorials/plot_notebook.html#sphx-glr-tutorials-plot-notebook-py) to create the tutorials. Syntax is very simple. In essence, you write a slightly well formatted python file and it shows up as documentation page.
12+
We use sphinx-gallery's [notebook styled examples](https://sphinx-gallery.github.io/stable/tutorials/index.html) to create the tutorials. Syntax is very simple. In essence, you write a slightly well formatted python file and it shows up as documentation page.
1313

1414
Here's how to create a new tutorial:
1515
1. Create a notebook styled python file. If you want it executed while inserted into documentation, save the file with suffix `tutorial` so that file name is `your_tutorial.py`.

0 commit comments

Comments
 (0)