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

Skip to content

Commit 4e058ae

Browse files
committed
fixed links in artist tut
svn path=/trunk/matplotlib/; revision=6533
1 parent aed032d commit 4e058ae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/api/artist_api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _artist-api:
2+
13
*******************
24
matplotlib artists
35
*******************

doc/users/artists.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,8 @@ properties mentioned above:
230230
.. TODO: Update these URLs
231231
232232
The docstrings for all of the classes also contain the ``Artist``
233-
properties, so you can consult the interactive "help", the online html
234-
docs at http://matplotlib.sourceforge.net/classdocs.html or PDF documentation
235-
at http://matplotlib.sourceforge.net/api.pdf for a listing of
236-
properties for a give object.
233+
properties, so you can consult the interactive "help" or the
234+
:ref:`artist-api` for a listing of properties for a given object.
237235

238236
.. _object-containers:
239237

doc/users/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ way::
9898
python setup.py install
9999

100100
We provide a `setup.cfg
101-
<http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/setup.cfg.template?view=markup>`
101+
<http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/setup.cfg.template?view=markup>`_
102102
file that lives along :file:`setup.py` which you can use to customize
103103
the build process, for example, which default backend to use, whether
104104
some of the optional libraries that matplotlib ships with are

0 commit comments

Comments
 (0)