Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff7e408

Browse filesBrowse files
committed
DOC: fix links to examples
1 parent 43ab6c2 commit ff7e408
Copy full SHA for ff7e408

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/_templates/index.html

Copy file name to clipboardExpand all lines: doc/_templates/index.html
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.