You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/_templates/indexsidebar.html
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,33 @@ <h3>News</h3>
8
8
pathto('users/installing') }}">installing</a>
9
9
</p>
10
10
11
-
<p>Watch a <ahref="http://videolectures.net/mloss08_hunter_mat">video lecture</a> about matplotlib presented at <ahref="http://videolectures.net/mloss08_whistler">NIPS 08 Workshop</a><i>Machine Learning Open Source Software</i></a>.
11
+
<p>Build websites like matplotlib's,
12
+
with <ahref="http://sphinx.pocoo.org/">sphinx</a> and extensions for
13
+
mpl plots, math, inheritance diagrams -- try
14
+
the <ahref="http://matplotlib.sf.net/sampledoc">sampledoc</a>
15
+
tutorial.
12
16
</p>
13
17
18
+
19
+
<h3>Videos</h3>
20
+
21
+
<p>Watch the <ahref="http://conference.scipy.org/">SciPy</a> 2009 <ahref="http://www.archive.org/details/scipy09_introTutorialDay2_1">intro</a> and <ahref="http://www.archive.org/details/scipy09_advancedTutorialDay1_3">advanced</a> matplotlib tutorials
22
+
</p>
23
+
24
+
<p>Watch a <ahref="http://videolectures.net/mloss08_hunter_mat">talk</a> about matplotlib presented at <ahref="http://videolectures.net/mloss08_whistler">NIPS 08 Workshop</a><i>MLOSS</i></a>.
25
+
</p>
26
+
27
+
28
+
<h3>Toolkits</h3>
29
+
14
30
<p>There are several matplotlib addon <ahref="{{
15
31
pathto('users/toolkits') }}">toolkits</a>, including the projection
16
32
and mapping toolkit
17
33
<ahref="http://matplotlib.sf.net/basemap/doc/html">basemap</a>, 3d plotting with <ahref="{{
18
-
pathto('mpl_toolkits/mplot3d/index') }}">mplot3d</a>, wild and wonderful axes and axis helpers in <ahref="{{
34
+
pathto('mpl_toolkits/mplot3d/index') }}">mplot3d</a>, axes and axis helpers in <ahref="{{
19
35
pathto('mpl_toolkits/axes_grid/index') }}">axes_grid</a> and more.
20
36
</p>
21
37
22
-
23
38
<h3>Need help?</h3>
24
39
25
40
<p>Check the <ahref="{{ pathto('users/index') }}">user guide</a>,
0 commit comments