|
3 | 3 | BluePyMM |
4 | 4 | ======== |
5 | 5 |
|
6 | | -.. raw:: html |
7 | | - |
8 | | - <table> |
9 | | - <tr> |
10 | | - <td>Latest Release</td> |
11 | | - <td> |
12 | | - <a href="https://pypi.org/project/bluepymm/"> |
13 | | - <img src="https://img.shields.io/pypi/v/bluepymm.svg" alt="latest release" /> |
14 | | - </a> |
15 | | - </td> |
16 | | - </tr> |
17 | | - <tr> |
18 | | - <td>Documentation</td> |
19 | | - <td> |
20 | | - <a href="https://bluepymm.readthedocs.io/en/latest/"> |
21 | | - <img src="https://readthedocs.org/projects/bluepymm/badge/?version=latest" alt="latest documentation" /> |
22 | | - </a> |
23 | | - </td> |
24 | | - </tr> |
25 | | - <tr> |
26 | | - <td>License</td> |
27 | | - <td> |
28 | | - <a href="https://github.com/BlueBrain/bluepymm/blob/master/LICENSE.txt"> |
29 | | - <img src="https://img.shields.io/pypi/l/bluepymm.svg" alt="license" /> |
30 | | - </a> |
31 | | - </td> |
32 | | - </tr> |
33 | | - <tr> |
34 | | - <td>Build Status</td> |
35 | | - <td> |
36 | | - <a href="https://github.com/BlueBrain/BluePyMM/actions"> |
37 | | - <img src="https://github.com/BlueBrain/BluePyMM/workflows/Build/badge.svg?branch=master" alt="Actions build status" /> |
38 | | - </a> |
39 | | - </td> |
40 | | - </tr> |
41 | | - <tr> |
42 | | - <td>Coverage</td> |
43 | | - <td> |
44 | | - <a href="https://codecov.io/gh/BlueBrain/bluepymm"> |
45 | | - <img src="https://codecov.io/github/BlueBrain/BluePyMM/coverage.svg?branch=master" alt="coverage" /> |
46 | | - </a> |
47 | | - </td> |
48 | | - </tr> |
49 | | - <tr> |
50 | | - <td>Gitter</td> |
51 | | - <td> |
52 | | - <a href="https://gitter.im/bluebrain/bluepymm"> |
53 | | - <img src="https://badges.gitter.im/Join%20Chat.svg" /> |
54 | | - </a> |
55 | | - </td> |
56 | | - </tr> |
57 | | - <tr> |
58 | | - <td>Citation</td> |
59 | | - <td> |
60 | | - <a href="https://doi.org/10.5281/zenodo.8146238"> |
61 | | - <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.8146238.svg" alt="DOI"/> |
62 | | - </a> |
63 | | - </td> |
64 | | - </tr> |
65 | | - </table> |
| 6 | ++----------------+------------+ |
| 7 | +| Latest Release | |pypi| | |
| 8 | ++----------------+------------+ |
| 9 | +| Documentation | |docs| | |
| 10 | ++----------------+------------+ |
| 11 | +| License | |license| | |
| 12 | ++----------------+------------+ |
| 13 | +| Build Status | |tests| | |
| 14 | ++----------------+------------+ |
| 15 | +| Coverage | |coverage| | |
| 16 | ++----------------+------------+ |
| 17 | +| Citation | |zenodo| | |
| 18 | ++----------------+------------+ |
| 19 | +| Gitter | |gitter| | |
| 20 | ++----------------+------------+ |
66 | 21 |
|
67 | 22 | Introduction |
68 | 23 | ------------ |
@@ -110,7 +65,7 @@ We are providing support using a chat channel on `Gitter <https://gitter.im/Blue |
110 | 65 | Requirements |
111 | 66 | ------------ |
112 | 67 |
|
113 | | -* `Python 3.7+ <https://www.python.org/downloads/release/python-360/>`_ |
| 68 | +* `Python 3.9+ <https://www.python.org/downloads/release/python-390/>`_ |
114 | 69 | * `Neuron 7.4+ <http://neuron.yale.edu/>`_ |
115 | 70 | * `eFEL eFeature Extraction Library <https://github.com/BlueBrain/eFEL>`_ |
116 | 71 | * `BluePyOpt <https://github.com/BlueBrain/BluePyOpt>`_ |
@@ -174,7 +129,29 @@ Programme for Research and Innovation under the Specific Grant Agreement No. 945 |
174 | 129 | This project/research was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), |
175 | 130 | from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology. |
176 | 131 |
|
177 | | -Copyright (c) 2016-2022 Blue Brain Project/EPFL |
| 132 | +Copyright (c) 2016-2024 Blue Brain Project/EPFL |
| 133 | + |
| 134 | +.. |pypi| image:: https://img.shields.io/pypi/v/bluepymm.svg |
| 135 | + :target: https://pypi.org/project/bluepymm/ |
| 136 | + :alt: latest release |
| 137 | +.. |docs| image:: https://readthedocs.org/projects/bluepymm/badge/?version=latest |
| 138 | + :target: https://bluepymm.readthedocs.io/en/latest/ |
| 139 | + :alt: latest documentation |
| 140 | +.. |license| image:: https://img.shields.io/pypi/l/bluepymm.svg |
| 141 | + :target: https://github.com/BlueBrain/bluepymm/blob/master/LICENSE.txt |
| 142 | + :alt: license |
| 143 | +.. |tests| image:: https://github.com/BlueBrain/BluePyMM/workflows/Build/badge.svg?branch=master |
| 144 | + :target: https://github.com/BlueBrain/BluePyMM/actions |
| 145 | + :alt: Actions build status |
| 146 | +.. |coverage| image:: https://codecov.io/github/BlueBrain/BluePyMM/coverage.svg?branch=master |
| 147 | + :target: https://codecov.io/gh/BlueBrain/bluepymm |
| 148 | + :alt: coverage |
| 149 | +.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg |
| 150 | + :target: https://gitter.im/bluebrain/bluepymm |
| 151 | + :alt: gitter |
| 152 | +.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8146238.svg |
| 153 | + :target: https://doi.org/10.5281/zenodo.8146238 |
| 154 | + :alt: DOI |
178 | 155 |
|
179 | 156 | .. |
180 | 157 | The following image is also defined in the index.rst file, as the relative path is |
|
0 commit comments