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

Skip to content

Commit 6a7d618

Browse files
committed
more nav links
svn path=/trunk/matplotlib/; revision=6221
1 parent de4abd4 commit 6a7d618

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

doc/_templates/indexsidebar.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ <h3>Download</h3>
1010
</p>
1111

1212
<h3>Need help?</h3>
13-
<p>Check the <a href="{{ pathto('contents') }}"}>docs</a>, the <a
14-
href="{{ pathto('faq/index') }}">faq</a>, and join the matplotlib mailing <a
15-
href="http://sourceforge.net/project/showfiles.php?group_id=80706">lists</a>
13+
<p>Check the <a href="{{ pathto('users/index') }}"}>user</a> guide, the <a
14+
href="{{ pathto('faq/index') }}">faq</a>, the <a href="{{
15+
pathto('api/index') }}"}>api</a> docs, <a href=http://www.nabble.com/matplotlib---users-f2906.html>archives</a>, and join the matplotlib mailing <a
16+
href="http://sourceforge.net/mail/?group_id=80706">lists</a>
1617

1718
<p>You can file bugs, patches and feature requests on the sourceforge <a href="http://sourceforge.net/tracker2/?group_id=80706">tracker</a>, but it is a good idea to ping us on the mailing list too.</p>
1819

doc/contents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Overview
1010

1111
Download `PDF <http://matplotlib.sf.net/doc/Matplotlib.pdf>`_
1212

13+
1314
.. toctree::
1415
:maxdepth: 2
1516

doc/users/pyplot_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _pyplot-tutorial:
22

33
***************
4-
pyplot tutorial
4+
Pyplot tutorial
55
***************
66

77
:mod:`matplotlib.pyplot` is a collection of command style functions

doc/users/screenshots.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _matplotlibscreenshots:
22

33
**********************
4-
matplotlib screenshots
4+
Screenshots
55
**********************
66

77
Here you will find a host of example figures with the code that

doc/users/toolkits.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _toolkits:
22

33
*******************
4-
matplotlib toolkits
4+
Toolkits
55
*******************
66

77
Toolkits are collections of application-specific functions that extend matplotlib.

0 commit comments

Comments
 (0)