Skip to content

Commit 88a4c78

Browse files
committed
docs: convert README to md
also fix CI badge
1 parent 28d7ada commit 88a4c78

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# sphinx-social-cards
2+
3+
[![Test CI][test-ci-badge]][test-ci-link]
4+
[![Latest version on PyPI][pypi-badge]][pypi-link]
5+
[![Total PyPI downloads][pypi-dl-badge]][pypi-dl-link]
6+
[![ReadTheDocs Status][rtd-badge]][rtd-link]
7+
[![Code Coverage][codecov-badge]][codecov-link]
8+
9+
A Sphinx extension that generates social media cards.
10+
11+
See documentation hosted at <https://2bndy5.github.io/sphinx-social-cards>
12+
13+
[test-ci-badge]: https://github.com/2bndy5/sphinx-social-cards/actions/workflows/test.yml/badge.svg
14+
[test-ci-link]: https://github.com/2bndy5/sphinx-social-cards/actions/workflows/test.yml
15+
[pypi-badge]: https://img.shields.io/pypi/v/sphinx-social-cards.svg
16+
[pypi-link]: https://pypi.python.org/pypi/sphinx-social-cards
17+
[pypi-dl-badge]: https://static.pepy.tech/personalized-badge/sphinx-social-cards?period=total&units=international_system&left_color=grey&right_color=blue&left_text=PyPi%20Downloads
18+
[pypi-dl-link]: https://pepy.tech/project/sphinx-social-cards
19+
[rtd-badge]: https://readthedocs.org/projects/sphinx-social-cards/badge/?version=latest
20+
[rtd-link]: https://sphinx-social-cards.readthedocs.io/en/latest/?badge=latest
21+
[codecov-badge]: https://codecov.io/github/2bndy5/sphinx-social-cards/branch/main/graph/badge.svg?token=I6E0KUANUO
22+
[codecov-link]: https://codecov.io/github/2bndy5/sphinx-social-cards

README.rst

Lines changed: 0 additions & 22 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "sphinx-social-cards"
77
description = "Generate social media cards for documentation pages with Sphinx"
8-
readme = "README.rst"
8+
readme = "README.md"
99
keywords = ["sphinx", "social", "cards", "previews"]
1010
license = "MIT"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)