Skip to content

Commit 9e55bee

Browse files
committed
docs: Move examples -> configuration
1 parent 5658b0b commit 9e55bee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/examples.md renamed to docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
(examples)=
1+
(configuration)=
22

3-
# Examples
3+
# Configuration
44

55
Repo type and address is specified in [pip vcs url][pip vcs url] format.
66

7+
[pip vcs url]: https://pip.pypa.io/en/latest/reference/pip_install/#vcs-support
8+
79
(git-remote-ssh-git)=
810

911
## Remote git repositories and SSH git
@@ -36,5 +38,3 @@ YAML:
3638
:language: yaml
3739
3840
```
39-
40-
[pip vcs url]: https://pip.pypa.io/en/latest/reference/pip_install/#vcs-support

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
:maxdepth: 2
2121
2222
quickstart
23-
examples
23+
configuration
2424
cli
2525
developing
2626
history

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ pip install --user -e git+https://github.com/vcs-python/vcspull.git#egg=vcspul
2626

2727
```{seealso}
2828
29-
{ref}`examples`.
29+
{ref}`configuration`.
3030
3131
```
3232

0 commit comments

Comments
 (0)