Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 7a0ce13

Browse files
Merge pull request #196 from AurelienJaquier/remove-raw
remove PyPi uncompatible 'raw' in readme
2 parents bf892a7 + df058f2 commit 7a0ce13

File tree

2 files changed

+41
-61
lines changed

2 files changed

+41
-61
lines changed

README.rst

Lines changed: 38 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -5,67 +5,22 @@
55
BluePyEfe: Blue Brain Python E-feature extraction
66
=================================================
77

8-
.. raw:: html
9-
10-
<table>
11-
<tr>
12-
<td>Latest Release</td>
13-
<td>
14-
<a href="https://pypi.org/project/bluepyefe/">
15-
<img src="https://img.shields.io/pypi/v/bluepyefe.svg" alt="latest release" />
16-
</a>
17-
</td>
18-
</tr>
19-
<tr>
20-
<td>Documentation</td>
21-
<td>
22-
<a href="https://bluepyefe.readthedocs.io/">
23-
<img src="https://readthedocs.org/projects/bluepyefe/badge/?version=latest" alt="latest documentation" />
24-
</a>
25-
</td>
26-
</tr>
27-
<tr>
28-
<td>License</td>
29-
<td>
30-
<a href="https://github.com/BlueBrain/bluepyefe/blob/master/LICENSE.txt">
31-
<img src="https://img.shields.io/pypi/l/bluepyefe.svg" alt="license" />
32-
</a>
33-
</td>
34-
</tr>
35-
<tr>
36-
<td>Build Status</td>
37-
<td>
38-
<a href="https://github.com/BlueBrain/BluePyEfe/actions">
39-
<img src="https://github.com/BlueBrain/BluePyEfe/workflows/Build/badge.svg?branch=master" alt="Actions build status" />
40-
</a>
41-
</td>
42-
</tr>
43-
<tr>
44-
<tr>
45-
<td>DOI</td>
46-
<td>
47-
<a href="https://doi.org/10.5281/zenodo.3728191">
48-
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3728191.svg" alt="DOI"/>
49-
</a>
50-
</td>
51-
</tr>
52-
<tr>
53-
<td>Gitter</td>
54-
<td>
55-
<a href="https://gitter.im/bluebrain/bluepyefe">
56-
<img src="https://badges.gitter.im/Join%20Chat.svg">
57-
</a>
58-
</td>
59-
</tr>
60-
<tr>
61-
<td>Coverage</td>
62-
<td>
63-
<a href="https://codecov.io/gh/BlueBrain/BluePyEfe">
64-
<img src="https://codecov.io/github/BlueBrain/BluePyEfe/coverage.svg?branch=master" alt="coverage" />
65-
</a>
66-
</td>
67-
</tr>
68-
</table>
8+
+----------------+------------+
9+
| Latest Release | |pypi| |
10+
+----------------+------------+
11+
| Documentation | |docs| |
12+
+----------------+------------+
13+
| License | |license| |
14+
+----------------+------------+
15+
| Build Status | |tests| |
16+
+----------------+------------+
17+
| Coverage | |coverage| |
18+
+----------------+------------+
19+
| Citation | |zenodo| |
20+
+----------------+------------+
21+
| Gitter | |gitter| |
22+
+----------------+------------+
23+
6924

7025
Introduction
7126
============
@@ -140,6 +95,28 @@ Funding
14095
This work has been partially funded by the European Union Seventh Framework Program (FP7/2007­2013) under grant agreement no. 604102 (HBP), and by the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreements No. 720270 (Human Brain Project SGA1) and No. 785907 (Human Brain Project SGA2) and by the EBRAINS research infrastructure, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).
14196

14297

98+
.. |pypi| image:: https://img.shields.io/pypi/v/bluepyefe.svg
99+
:target: https://pypi.org/project/bluepyefe/
100+
:alt: latest release
101+
.. |docs| image:: https://readthedocs.org/projects/bluepyefe/badge/?version=latest
102+
:target: https://bluepyefe.readthedocs.io/
103+
:alt: latest documentation
104+
.. |license| image:: https://img.shields.io/pypi/l/bluepyefe.svg
105+
:target: https://github.com/BlueBrain/bluepyefe/blob/master/LICENSE.txt
106+
:alt: license
107+
.. |tests| image:: https://github.com/BlueBrain/BluePyEfe/workflows/Build/badge.svg?branch=master
108+
:target: https://github.com/BlueBrain/BluePyEfe/actions
109+
:alt: Actions build status
110+
.. |coverage| image:: https://codecov.io/github/BlueBrain/BluePyEfe/coverage.svg?branch=master
111+
:target: https://codecov.io/gh/BlueBrain/BluePyEfe
112+
:alt: coverage
113+
.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
114+
:target: https://gitter.im/bluebrain/bluepyefe
115+
:alt: gitter
116+
.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3728191.svg
117+
:target: https://doi.org/10.5281/zenodo.3728191
118+
:alt: DOI
119+
143120
..
144121
The following image is also defined in the index.rst file, as the relative path is
145122
different, depending from where it is sourced.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ Documentation = "https://bluepyefe.readthedocs.io/en/latest"
4646
[tool.setuptools_scm]
4747
version_scheme = "python-simplified-semver"
4848
local_scheme = "no-local-version"
49+
50+
[tool.setuptools.packages.find]
51+
include = ["bluepyefe"]

0 commit comments

Comments
 (0)