Skip to content

Commit 206b688

Browse files
committed
Another MANIFEST update for .md
1 parent 7c7b11a commit 206b688

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include README.md LICENSE CHANGES pyproject.toml .tmuxp.yaml
2-
recursive-include docs *.rst
2+
recursive-include docs *.md

docs/index.md

+1-52
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,8 @@
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-
351
(index)=
362

373
# vcspull
384

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
576
```
587

598
```{toctree}

0 commit comments

Comments
 (0)