We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a91b9 commit 4b18b47Copy full SHA for 4b18b47
docs/quickstart.md
@@ -24,11 +24,11 @@ $ pip install --user -e git+https://github.com/vcs-python/vcspull.git#egg=vcspul
24
25
## Configuration
26
27
-:::{seealso}
+```{seealso}
28
29
{ref}`examples`.
30
31
-:::
+```
32
33
We will check out the source code of [flask][flask] to `~/code/flask`.
34
@@ -115,7 +115,7 @@ $ vcspull "git+https://*bitbucket*"
115
Filter by the path of the repo on your local machine:
116
117
Any repo beginning with `/`, `./`, `~` or `$HOME` will scan
118
-for patterns of where the project is on your system[
+for patterns of where the project is on your system:
119
120
```{code-block} bash
121
0 commit comments