Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff7e408

Browse files
committed
DOC: fix links to examples
1 parent 43ab6c2 commit ff7e408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/_templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1>Introduction</h1>
6161
You can generate plots, histograms, power spectra, bar charts,
6262
errorcharts, scatterplots, etc, with just a few lines of code.
6363
For a sampling, see the <a href="{{ pathto('users/screenshots') }}">screenshots</a>, <a href="{{ pathto('gallery') }}">thumbnail</a> gallery, and
64-
<a href="{{ pathto('examples') }}">examples</a> directory</p>
64+
<a href="{{ pathto('examples/index') }}">examples</a> directory</p>
6565

6666
<p>For simple plotting the <tt>pyplot</tt> interface provides a
6767
MATLAB-like interface, particularly when combined
@@ -110,7 +110,7 @@ <h1>Documentation</h1>
110110
</script>
111111

112112
<p>Trying to learn how to do a particular kind of plot? Check out
113-
the <a href="{{ pathto('gallery') }}">gallery</a>, <a href="{{ pathto('examples') }}">examples</a>,
113+
the <a href="{{ pathto('gallery') }}">gallery</a>, <a href="{{ pathto('examples/index') }}">examples</a>,
114114
or the <a href="{{ pathto('api/pyplot_summary') }}">list of plotting
115115
commands</a>.</p>
116116

0 commit comments

Comments
 (0)