Skip to content

Commit 62bd4ae

Browse files
committed
Restore docs and codecov badges to README.rst
Keep existing ReadTheDocs documentation and codecov badges while preserving the new quality/maintenance badges added in this PR. Complete badge list now includes: - docs (ReadTheDocs) - build (CI status) - codecov (code coverage) - pypi (package version) - pyversion (Python versions) - license (MIT) - ruff (code quality) - maintained (active development)
1 parent 11819c2 commit 62bd4ae

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ Overview
44

55
.. start-badges
66
7+
.. |docs| image:: https://readthedocs.org/projects/datapilot/badge/?style=flat
8+
:target: https://datapilot.readthedocs.io/
9+
:alt: Documentation Status
10+
711
.. |build| image:: https://github.com/AltimateAI/datapilot-cli/workflows/build/badge.svg
812
:target: https://github.com/AltimateAI/datapilot-cli/actions
913
:alt: Build Status
1014

15+
.. |codecov| image:: https://codecov.io/gh/anandgupta42/datapilot/branch/main/graphs/badge.svg?branch=main
16+
:alt: Coverage Status
17+
:target: https://app.codecov.io/github/anandgupta42/datapilot
18+
1119
.. |pypi| image:: https://badge.fury.io/py/altimate-datapilot-cli.svg
1220
:target: https://pypi.org/project/altimate-datapilot-cli/
1321
:alt: PyPI Package
@@ -28,7 +36,7 @@ Overview
2836
:target: https://github.com/AltimateAI/datapilot-cli/graphs/commit-activity
2937
:alt: Maintained
3038

31-
|build| |pypi| |pyversion| |license| |ruff| |maintained|
39+
|docs| |build| |codecov| |pypi| |pyversion| |license| |ruff| |maintained|
3240

3341
.. end-badges
3442

0 commit comments

Comments
 (0)