File tree 2 files changed +2
-53
lines changed
2 files changed +2
-53
lines changed Original file line number Diff line number Diff line change 1
1
include README.md LICENSE CHANGES pyproject.toml .tmuxp.yaml
2
- recursive-include docs *.rst
2
+ recursive-include docs *.md
Original file line number Diff line number Diff line change 1
- ---
2
- substitutions :
3
- build-status : |-
4
- ```{image} https://github.com/vcs-python/vcspull/workflows/tests/badge.svg
5
- :alt: Build Status
6
- :target: https://github.com/vcs-python/vcspull/actions?query=workflow%3A"tests"
7
-
8
- ```
9
- coverage : |-
10
- ```{image} https://codecov.io/gh/vcs-python/vcspull/branch/master/graph/badge.svg
11
- :alt: Code Coverage
12
- :target: https://codecov.io/gh/vcs-python/vcspull
13
-
14
- ```
15
- docs : |-
16
- ```{image} https://github.com/vcs-python/vcspull/workflows/Publish%20Docs/badge.svg
17
- :alt: Docs
18
- :target: https://github.com/vcs-python/vcspull/actions?query=workflow%3A"Publish+Docs"
19
-
20
- ```
21
- license : |-
22
- ```{image} https://img.shields.io/github/license/vcs-python/vcspull.svg
23
- :alt: License
24
-
25
- ```
26
- pypi : |-
27
- ```{image} https://img.shields.io/pypi/v/vcspull.svg
28
- :alt: Python Package
29
- :target: http://badge.fury.io/py/vcspull
30
-
31
- ```
32
-
33
- ---
34
-
35
1
(index)=
36
2
37
3
# vcspull
38
4
39
- {{ pypi }} {{ docs }} {{ build-status }} {{ coverage }} {{ license }}
40
-
41
- ``` {eval-rst}
42
- .. include:: ../README.rst
43
- :start-line: 3
44
- :end-before: .. image::
45
- ```
46
-
47
- ``` {image} _static/vcspull-demo.gif
48
- :width: 100%
49
-
50
- ```
51
-
52
- ## More information
53
-
54
- ``` {eval-rst}
55
- .. include:: ../README.rst
56
- :start-after: More information
5
+ ``` {include} ../README.md
57
6
```
58
7
59
8
``` {toctree}
You can’t perform that action at this time.
0 commit comments