8000 DOC: remove some absolute links in frontpage · matplotlib/matplotlib@4a0d01a · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a0d01a

Browse files
committed
DOC: remove some absolute links in frontpage
1 parent b1f4d68 commit 4a0d01a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/_templates/index.html

Lines changed: 4 additions & 6 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="examples/index.html">examples</a> directory</p>
64+
<a href="{{ pathto('examples') }}">examples</a> directory</p>
6565

6666
<p>For simple plotting the <tt>pyplot</tt> interface provides a
6767
MATLAB-like interface, particularly when combined
@@ -98,9 +98,7 @@ <h1>John Hunter (1968-2012)</h1>
9898

9999
<h1>Installation</h1>
100100

101-
Visit the
102-
<a href="http://matplotlib.org/users/installing.html">matplotlib
103-
installation instructions.</a>.
101+
Visit the <a href="{{ pathto('users/installing') }}">matplotlib installation instructions</a>.
104102

105103
<h1>Documentation</h1>
106104

@@ -112,8 +110,8 @@ <h1>Documentation</h1>
112110
</script>
113111

114112
<p>Trying to learn how to do a particular kind of plot? Check out
115-
the <a href="gallery.html">gallery</a>, <a href="examples/index.html">examples</a>,
116-
or the <a href="api/pyplot_summary.html">list of plotting
113+
the <a href="{{ pathto('gallery') }}">gallery</a>, <a href="{{ pathto('examples') }}">examples</a>,
114+
or the <a href="{{ pathto('api/pyplot_summary') }}">list of plotting
117115
commands</a>.</p>
118116

119117
<h4>Other learning resources</h4>

0 commit comments

Comments
 (0)
0