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

Skip to content

Commit 11f579f

Browse files
committed
fixed some svn doc bugs;
svn path=/trunk/matplotlib/; revision=7392
1 parent bfe793f commit 11f579f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/devel/coding_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ be provided through the sample_data svn directory, which can then be
579579
accessed using :func:`matplotlib.cbook.get_sample_data`. First get a
580580
copy of the repository and svn add your data::
581581

582-
svn co http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/sample_data
582+
svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/sample_data
583583
cp ~/path/to/mydata.dat sample_data/
584584
cd sample_data
585585
svn add mydata.dat

lib/matplotlib/cbook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def get_sample_data(fname, asfileobj=True):
521521
To add a datafile to this directory, you need to check out
522522
sample_data from matplotlib svn::
523523
524-
svn co http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/sample_data
524+
svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/sample_data
525525
526526
and svn add the data file you want to support. This is primarily
527527
intended for use in mpl examples that need custom data

0 commit comments

Comments
 (0)