Skip to content

Commit c79a5b4

Browse files
authored
DOC promote shallow copy in the docs (scikit-learn#16423)
* DOC promote shallow copy in the docs * a shorter version
1 parent 14e597c commit c79a5b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/developers/advanced_installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ feature, code or documentation improvement).
4343
`scikit-learn repository <https://github.com/scikit-learn/scikit-learn>`_ on
4444
Github.::
4545

46-
git clone git://github.com/scikit-learn/scikit-learn.git
46+
git clone git://github.com/scikit-learn/scikit-learn.git # add --depth 1 if your connection is slow
4747
cd scikit-learn
4848

4949
If you plan on submitting a pull-request, you should clone from your fork

doc/developers/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ how to set up your git repository:
210210
3. Clone your fork of the scikit-learn repo from your GitHub account to your
211211
local disk::
212212

213-
$ git clone [email protected]:YourLogin/scikit-learn.git
213+
$ git clone [email protected]:YourLogin/scikit-learn.git # add --depth 1 if your connection is slow
214214
$ cd scikit-learn
215215

216216
4. Install the development dependencies::

0 commit comments

Comments
 (0)