diff --git a/README.rst b/README.rst index 560d308d..66501347 100644 --- a/README.rst +++ b/README.rst @@ -36,6 +36,10 @@ It was written to provide clean and python only geometries for fastkml_ :target: https://github.com/cleder/pygeoif/actions/workflows/run-all-tests.yml :alt: GitHub Actions +.. image:: https://readthedocs.org/projects/pygeoif/badge/?version=latest + :target: https://pygeoif.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + .. image:: https://codecov.io/gh/cleder/pygeoif/branch/main/graph/badge.svg?token=2EfiwBXs9X :target: https://codecov.io/gh/cleder/pygeoif :alt: Codecov diff --git a/pyproject.toml b/pyproject.toml index f0570285..0101bf95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,6 +91,7 @@ content-type = "text/x-rst" file = "README.rst" [project.urls] +Documentation = "https://pygeoif.readthedocs.io/" Homepage = "https://github.com/cleder/pygeoif/" [tool.flake8]