From: <jd...@us...> - 2008-12-09 04:39:52
|
Revision: 6533 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6533&view=rev Author: jdh2358 Date: 2008-12-09 04:39:50 +0000 (Tue, 09 Dec 2008) Log Message: ----------- fixed links in artist tut Modified Paths: -------------- trunk/matplotlib/doc/api/artist_api.rst trunk/matplotlib/doc/users/artists.rst trunk/matplotlib/doc/users/installing.rst Modified: trunk/matplotlib/doc/api/artist_api.rst =================================================================== --- trunk/matplotlib/doc/api/artist_api.rst 2008-12-09 04:12:34 UTC (rev 6532) +++ trunk/matplotlib/doc/api/artist_api.rst 2008-12-09 04:39:50 UTC (rev 6533) @@ -1,3 +1,5 @@ +.. _artist-api: + ******************* matplotlib artists ******************* Modified: trunk/matplotlib/doc/users/artists.rst =================================================================== --- trunk/matplotlib/doc/users/artists.rst 2008-12-09 04:12:34 UTC (rev 6532) +++ trunk/matplotlib/doc/users/artists.rst 2008-12-09 04:39:50 UTC (rev 6533) @@ -230,10 +230,8 @@ .. TODO: Update these URLs The docstrings for all of the classes also contain the ``Artist`` -properties, so you can consult the interactive "help", the online html -docs at http://matplotlib.sourceforge.net/classdocs.html or PDF documentation -at http://matplotlib.sourceforge.net/api.pdf for a listing of -properties for a give object. +properties, so you can consult the interactive "help" or the +:ref:`artist-api` for a listing of properties for a given object. .. _object-containers: Modified: trunk/matplotlib/doc/users/installing.rst =================================================================== --- trunk/matplotlib/doc/users/installing.rst 2008-12-09 04:12:34 UTC (rev 6532) +++ trunk/matplotlib/doc/users/installing.rst 2008-12-09 04:39:50 UTC (rev 6533) @@ -98,7 +98,7 @@ python setup.py install We provide a `setup.cfg -<http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/setup.cfg.template?view=markup>` +<http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/setup.cfg.template?view=markup>`_ file that lives along :file:`setup.py` which you can use to customize the build process, for example, which default backend to use, whether some of the optional libraries that matplotlib ships with are This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |