File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- (examples )=
1
+ (configuration )=
2
2
3
- # Examples
3
+ # Configuration
4
4
5
5
Repo type and address is specified in [ pip vcs url] [ pip vcs url ] format.
6
6
7
+ [ pip vcs url ] : https://pip.pypa.io/en/latest/reference/pip_install/#vcs-support
8
+
7
9
(git-remote-ssh-git)=
8
10
9
11
## Remote git repositories and SSH git
36
38
:language: yaml
37
39
38
40
```
39
-
40
- [ pip vcs url ] : https://pip.pypa.io/en/latest/reference/pip_install/#vcs-support
Original file line number Diff line number Diff line change 20
20
:maxdepth: 2
21
21
22
22
quickstart
23
- examples
23
+ configuration
24
24
cli
25
25
developing
26
26
history
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ $ pip install --user -e git+https://github.com/vcs-python/vcspull.git#egg=vcspul
26
26
27
27
``` {seealso}
28
28
29
- {ref}`examples `.
29
+ {ref}`configuration `.
30
30
31
31
```
32
32
You can’t perform that action at this time.
0 commit comments