From: <jd...@us...> - 2009-08-05 17:59:20
|
Revision: 7392 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7392&view=rev Author: jdh2358 Date: 2009-08-05 17:59:12 +0000 (Wed, 05 Aug 2009) Log Message: ----------- fixed some svn doc bugs; Modified Paths: -------------- trunk/matplotlib/doc/devel/coding_guide.rst trunk/matplotlib/lib/matplotlib/cbook.py Modified: trunk/matplotlib/doc/devel/coding_guide.rst =================================================================== --- trunk/matplotlib/doc/devel/coding_guide.rst 2009-08-05 17:36:27 UTC (rev 7391) +++ trunk/matplotlib/doc/devel/coding_guide.rst 2009-08-05 17:59:12 UTC (rev 7392) @@ -579,7 +579,7 @@ accessed using :func:`matplotlib.cbook.get_sample_data`. First get a copy of the repository and svn add your data:: - svn co http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/sample_data + svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/sample_data cp ~/path/to/mydata.dat sample_data/ cd sample_data svn add mydata.dat Modified: trunk/matplotlib/lib/matplotlib/cbook.py =================================================================== --- trunk/matplotlib/lib/matplotlib/cbook.py 2009-08-05 17:36:27 UTC (rev 7391) +++ trunk/matplotlib/lib/matplotlib/cbook.py 2009-08-05 17:59:12 UTC (rev 7392) @@ -521,7 +521,7 @@ To add a datafile to this directory, you need to check out sample_data from matplotlib svn:: - svn co http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/sample_data + svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/sample_data and svn add the data file you want to support. This is primarily intended for use in mpl examples that need custom data This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |