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

Skip to content

Commit b8d7064

Browse files
committed
Merge pull request matplotlib#15 from mdboom/remove-x
Remove extraneous x from docs
2 parents 6bd3230 + 9ee0375 commit b8d7064

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

1.5.0/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
8+
99
<title>matplotlib: python plotting &mdash; Matplotlib 1.5.0 documentation</title>
10-
10+
1111
<link rel="stylesheet" href="_static/mpl.css"
1212
type="text/css" />
1313
<link rel="stylesheet" href="_static/pygments.css"
1414
type="text/css" />
15-
15+
1616
<script type="text/javascript">
1717
var DOCUMENTATION_OPTIONS = {
1818
URL_ROOT: './',
@@ -61,7 +61,7 @@
6161
}
6262
</script>
6363

64-
64+
6565

6666
<link href="http://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
6767

@@ -107,11 +107,11 @@ <h3>Navigation</h3>
107107
<li><a href="examples/index.html">examples</a>|&nbsp;</li>
108108
<li><a href="gallery.html">gallery</a>|&nbsp;</li>
109109
<li><a href="api/pyplot_summary.html">pyplot</a>|&nbsp;</li>
110-
<li><a href="contents.html">docs</a> &raquo;</li>
110+
<li><a href="contents.html">docs</a> &raquo;</li>
111111
</ul>
112112
</div>
113113

114-
114+
115115
<div class="sphinxsidebar">
116116
<div class="sphinxsidebarwrapper">
117117
<div id="searchbox" style="display: none" role="search">
@@ -134,7 +134,7 @@ <h3>Quick search</h3>
134134
<div class="documentwrapper">
135135
<div class="bodywrapper">
136136
<div class="body">
137-
137+
138138

139139
<h1>Introduction</h1>
140140

@@ -280,7 +280,7 @@ <h1>Open source</h1>
280280
the <a href="http://numfocus.org/johnhunter/">John Hunter Memorial
281281
Fund</a>.
282282
</p>
283-
x
283+
284284
<p>
285285
The matplotlib <a href="users/license.html">license</a> is based on the Python Software Foundation
286286
<a href="http://www.python.org/psf/license">(PSF)</a> license.
@@ -326,4 +326,4 @@ <h1>Open source</h1>
326326

327327
</script>
328328
</body>
329-
</html>
329+
</html>

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
8+
99
<title>matplotlib: python plotting &mdash; Matplotlib 1.5.0 documentation</title>
10-
10+
1111
<link rel="stylesheet" href="_static/mpl.css"
1212
type="text/css" />
1313
<link rel="stylesheet" href="_static/pygments.css"
1414
type="text/css" />
15-
15+
1616
<script type="text/javascript">
1717
var DOCUMENTATION_OPTIONS = {
1818
URL_ROOT: './',
@@ -61,7 +61,7 @@
6161
}
6262
</script>
6363

64-
64+
6565

6666
<link href="http://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
6767

@@ -107,11 +107,11 @@ <h3>Navigation</h3>
107107
<li><a href="examples/index.html">examples</a>|&nbsp;</li>
108108
<li><a href="gallery.html">gallery</a>|&nbsp;</li>
109109
<li><a href="api/pyplot_summary.html">pyplot</a>|&nbsp;</li>
110-
<li><a href="contents.html">docs</a> &raquo;</li>
110+
<li><a href="contents.html">docs</a> &raquo;</li>
111111
</ul>
112112
</div>
113113

114-
114+
115115
<div class="sphinxsidebar">
116116
<div class="sphinxsidebarwrapper">
117117
<div id="searchbox" style="display: none" role="search">
@@ -134,7 +134,7 @@ <h3>Quick search</h3>
134134
<div class="documentwrapper">
135135
<div class="bodywrapper">
136136
<div class="body">
137-
137+
138138

139139
<h1>Introduction</h1>
140140

@@ -280,7 +280,7 @@ <h1>Open source</h1>
280280
the <a href="http://numfocus.org/johnhunter/">John Hunter Memorial
281281
Fund</a>.
282282
</p>
283-
x
283+
284284
<p>
285285
The matplotlib <a href="users/license.html">license</a> is based on the Python Software Foundation
286286
<a href="http://www.python.org/psf/license">(PSF)</a> license.
@@ -326,4 +326,4 @@ <h1>Open source</h1>
326326

327327
</script>
328328
</body>
329-
</html>
329+
</html>

0 commit comments

Comments
 (0)