|
6 | 6 | Welcome to powerplantmatching's documentation! |
7 | 7 | ============================================== |
8 | 8 |
|
9 | | -|pypi| |conda| |pythonversion| |LICENSE| |DOI| |stackoverflow| |
| 9 | +.. image:: https://img.shields.io/pypi/v/powerplantmatching.svg |
| 10 | + :target: https://pypi.org/project/powerplantmatching/ |
| 11 | + :alt: pypi |
| 12 | + |
| 13 | +.. image:: https://img.shields.io/conda/vn/conda-forge/powerplantmatching.svg |
| 14 | + :target: https://anaconda.org/conda-forge/powerplantmatching |
| 15 | + :alt: conda |
| 16 | + |
| 17 | +.. image:: https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FPyPSA%2Fpowerplantmatching%2Fmaster%2Fpyproject.toml |
| 18 | + :alt: pythonversion |
| 19 | + |
| 20 | +.. image:: https://github.com/PyPSA/powerplantmatching/actions/workflows/test.yml/badge.svg |
| 21 | + :target: https://github.com/PyPSA/powerplantmatching/actions/workflows/test.yml |
| 22 | + :alt: Tests |
| 23 | + |
| 24 | +.. image:: https://readthedocs.org/projects/powerplantmatching/badge/?version=latest |
| 25 | + :target: https://powerplantmatching.readthedocs.io/en/latest/ |
| 26 | + :alt: doc |
| 27 | + |
| 28 | +.. image:: https://results.pre-commit.ci/badge/github/FRESNA/powerplantmatching/master.svg |
| 29 | + :target: https://results.pre-commit.ci/latest/github/FRESNA/powerplantmatching/master |
| 30 | + :alt: pre-commit.ci status |
| 31 | + |
| 32 | +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json |
| 33 | + :target: https://github.com/astral-sh/ruff |
| 34 | + :alt: Ruff |
| 35 | + |
| 36 | +.. image:: https://img.shields.io/pypi/l/powerplantmatching.svg |
| 37 | + :alt: LICENSE |
| 38 | + |
| 39 | +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3358985.svg |
| 40 | + :target: https://zenodo.org/record/3358985#.XUReFPxS_MU |
| 41 | + :alt: DOI |
| 42 | + |
| 43 | +.. image:: https://img.shields.io/stackexchange/stackoverflow/t/pypsa |
| 44 | + :target: https://stackoverflow.com/questions/tagged/pypsa |
| 45 | + :alt: Stack Exchange questions |
10 | 46 |
|
11 | 47 | A toolset for cleaning, standardizing and combining multiple power plant |
12 | 48 | databases. |
@@ -123,20 +159,6 @@ Fabian Hofmann (FIAS) |
123 | 159 | powerplantmatching is released as free software under the |
124 | 160 | `GPLv3 <http://www.gnu.org/licenses/gpl-3.0.en.html>`__, see |
125 | 161 | `LICENSE <LICENSE>`__ for further information. |
126 | | - |
127 | | -.. |pypi| image:: https://img.shields.io/pypi/v/powerplantmatching.svg |
128 | | - :target: https://pypi.org/project/powerplantmatching/ |
129 | | -.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/powerplantmatching.svg |
130 | | - :target: https://anaconda.org/conda-forge/powerplantmatching |
131 | | -.. |pythonversion| image:: https://img.shields.io/pypi/pyversions/powerplantmatching |
132 | | -.. |LICENSE| image:: https://img.shields.io/pypi/l/powerplantmatching.svg |
133 | | -.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3358985.svg |
134 | | - :target: https://zenodo.org/record/3358985#.XUReFPxS_MU |
135 | | -.. |image1| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3358985.svg |
136 | | - :target: https://zenodo.org/record/3358985#.XURat99fjRY |
137 | | -.. |stackoverflow| image:: https://img.shields.io/stackexchange/stackoverflow/t/pypsa |
138 | | - :target: https://stackoverflow.com/questions/tagged/pypsa |
139 | | - :alt: Stackoverflow |
140 | 162 |
|
141 | 163 |
|
142 | 164 | .. toctree:: |
|
0 commit comments