Skip to content

Commit

Permalink
turn html table into rst-style table in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Oct 30, 2024
1 parent e2d1be8 commit 539764d
Showing 1 changed file with 37 additions and 60 deletions.
97 changes: 37 additions & 60 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,66 +3,21 @@
BluePyMM
========

.. raw:: html

<table>
<tr>
<td>Latest Release</td>
<td>
<a href="https://pypi.org/project/bluepymm/">
<img src="https://img.shields.io/pypi/v/bluepymm.svg" alt="latest release" />
</a>
</td>
</tr>
<tr>
<td>Documentation</td>
<td>
<a href="https://bluepymm.readthedocs.io/en/latest/">
<img src="https://readthedocs.org/projects/bluepymm/badge/?version=latest" alt="latest documentation" />
</a>
</td>
</tr>
<tr>
<td>License</td>
<td>
<a href="https://github.com/BlueBrain/bluepymm/blob/master/LICENSE.txt">
<img src="https://img.shields.io/pypi/l/bluepymm.svg" alt="license" />
</a>
</td>
</tr>
<tr>
<td>Build Status</td>
<td>
<a href="https://github.com/BlueBrain/BluePyMM/actions">
<img src="https://github.com/BlueBrain/BluePyMM/workflows/Build/badge.svg?branch=master" alt="Actions build status" />
</a>
</td>
</tr>
<tr>
<td>Coverage</td>
<td>
<a href="https://codecov.io/gh/BlueBrain/bluepymm">
<img src="https://codecov.io/github/BlueBrain/BluePyMM/coverage.svg?branch=master" alt="coverage" />
</a>
</td>
</tr>
<tr>
<td>Gitter</td>
<td>
<a href="https://gitter.im/bluebrain/bluepymm">
<img src="https://badges.gitter.im/Join%20Chat.svg" />
</a>
</td>
</tr>
<tr>
<td>Citation</td>
<td>
<a href="https://doi.org/10.5281/zenodo.8146238">
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.8146238.svg" alt="DOI"/>
</a>
</td>
</tr>
</table>
+----------------+------------+
| Latest Release | |pypi| |
+----------------+------------+
| Documentation | |docs| |
+----------------+------------+
| License | |license| |
+----------------+------------+
| Build Status | |tests| |
+----------------+------------+
| Coverage | |coverage| |
+----------------+------------+
| Citation | |zenodo| |
+----------------+------------+
| Gitter | |gitter| |
+----------------+------------+

Introduction
------------
Expand Down Expand Up @@ -176,6 +131,28 @@ from the Swiss government’s ETH Board of the Swiss Federal Institutes of Techn

Copyright (c) 2016-2024 Blue Brain Project/EPFL

.. |pypi| image:: https://img.shields.io/pypi/v/bluepymm.svg
:target: https://pypi.org/project/bluepymm/
:alt: latest release
.. |docs| image:: https://readthedocs.org/projects/bluepymm/badge/?version=latest
:target: https://bluepymm.readthedocs.io/en/latest/
:alt: latest documentation
.. |license| image:: https://img.shields.io/pypi/l/bluepymm.svg
:target: https://github.com/BlueBrain/bluepymm/blob/master/LICENSE.txt
:alt: license
.. |tests| image:: https://github.com/BlueBrain/BluePyMM/workflows/Build/badge.svg?branch=master
:target: https://github.com/BlueBrain/BluePyMM/actions
:alt: Actions build status
.. |coverage| image:: https://codecov.io/github/BlueBrain/BluePyMM/coverage.svg?branch=master
:target: https://codecov.io/gh/BlueBrain/bluepymm
:alt: coverage
.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
:target: https://gitter.im/bluebrain/bluepymm
:alt: gitter
.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8146238.svg
:target: https://doi.org/10.5281/zenodo.8146238
:alt: DOI

..
The following image is also defined in the index.rst file, as the relative path is
different, depending from where it is sourced.
Expand Down

0 comments on commit 539764d

Please sign in to comment.