|
3 | 3 | BluePyOpt |
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/bluepyopt/"> |
13 | | - <img src="https://img.shields.io/pypi/v/bluepyopt.svg" alt="latest release" /> |
14 | | - </a> |
15 | | - </td> |
16 | | - </tr> |
17 | | - <tr> |
18 | | - <td>Documentation</td> |
19 | | - <td> |
20 | | - <a href="https://bluepyopt.readthedocs.io/"> |
21 | | - <img src="https://readthedocs.org/projects/bluepyopt/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/bluepyopt/blob/master/LICENSE.txt"> |
29 | | - <img src="https://img.shields.io/pypi/l/bluepyopt.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/BluePyOpt/actions"> |
37 | | - <img src="https://github.com/BlueBrain/BluePyOpt/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/bluepyopt"> |
45 | | - <img src="https://codecov.io/github/BlueBrain/BluePyOpt/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/bluepyopt"> |
53 | | - <img src="https://badges.gitter.im/Join%20Chat.svg" |
54 | | - </a> |
55 | | - </td> |
56 | | - </tr> |
57 | | - </table> |
58 | 6 |
|
| 7 | ++----------------+------------+ |
| 8 | +| Latest Release | |pypi| | |
| 9 | ++----------------+------------+ |
| 10 | +| Documentation | |docs| | |
| 11 | ++----------------+------------+ |
| 12 | +| License | |license| | |
| 13 | ++----------------+------------+ |
| 14 | +| Build Status | |build| | |
| 15 | ++----------------+------------+ |
| 16 | +| Coverage | |coverage| | |
| 17 | ++----------------+------------+ |
| 18 | +| Gitter | |gitter| | |
| 19 | ++----------------+------------+ |
| 20 | +| Zenodo | |zenodo| | |
| 21 | ++----------------+------------+ |
59 | 22 |
|
60 | 23 |
|
61 | 24 | Introduction |
@@ -229,6 +192,33 @@ Copyright (c) 2016-2022 Blue Brain Project/EPFL |
229 | 192 | The index.rst location is used for the docs README; index.rst also defined an end-marker, |
230 | 193 | to skip content after the marker 'substitutions'. |
231 | 194 |
|
| 195 | +.. |pypi| image:: https://img.shields.io/pypi/v/bluepyopt.svg |
| 196 | + :target: https://pypi.org/project/bluepyopt/ |
| 197 | + :alt: latest release |
| 198 | + |
| 199 | +.. |docs| image:: https://readthedocs.org/projects/bluepyopt/badge/?version=latest |
| 200 | + :target: https://bluepyopt.readthedocs.io/ |
| 201 | + :alt: latest documentation |
| 202 | + |
| 203 | +.. |license| image:: https://img.shields.io/pypi/l/bluepyopt.svg |
| 204 | + :target: https://github.com/BlueBrain/bluepyopt/blob/master/LICENSE.txt |
| 205 | + :alt: license |
| 206 | + |
| 207 | +.. |build| image:: https://github.com/BlueBrain/BluePyOpt/workflows/Build/badge.svg?branch=master |
| 208 | + :target: https://github.com/BlueBrain/BluePyOpt/actions |
| 209 | + :alt: actions build status |
| 210 | + |
| 211 | +.. |coverage| image:: https://codecov.io/github/BlueBrain/BluePyOpt/coverage.svg?branch=master |
| 212 | + :target: https://codecov.io/gh/BlueBrain/bluepyopt |
| 213 | + :alt: coverage |
| 214 | + |
| 215 | +.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg |
| 216 | + :target: https://gitter.im/BlueBrain/blueptopt |
| 217 | + :alt: Join the chat at https://gitter.im/BlueBrain/BluePyOpt |
| 218 | + |
| 219 | +.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8135890.svg |
| 220 | + :target: https://doi.org/10.5281/zenodo.8135890 |
| 221 | + |
232 | 222 | .. substitutions |
233 | 223 | .. |banner| image:: docs/source/logo/BluePyOptBanner.png |
234 | 224 | .. |landscape_example| image:: examples/simplecell/figures/landscape_example.png |
0 commit comments