|
1 | 1 | .. raw:: html |
2 | 2 |
|
3 | | - <p style="display: flex; align-items: center; justify-content: center; gap: 0.5rem;"> |
4 | | - <a href="https://predsci.com"> |
5 | | - <img |
6 | | - src="https://www.predsci.com/corona/apr2024eclipse/images/psi_logo.png" |
7 | | - alt="Predictive Science Inc. logo" |
8 | | - width="50px" |
9 | | - /> |
10 | | - </a> |
11 | | - <span style="font-size: 40px; font-weight: bold;">mapflpy</span> |
12 | | - </p> |
| 3 | + <h1 align="center"> |
| 4 | + <a href="https://predsci.com"> |
| 5 | + <img |
| 6 | + src="https://www.predsci.com/corona/apr2024eclipse/images/psi_logo.png" |
| 7 | + alt="Predictive Science Inc. logo" |
| 8 | + width="50" |
| 9 | + /> |
| 10 | + </a> |
| 11 | + mapflpy |
| 12 | + </h1> |
13 | 13 |
|
14 | | - <p style="text-align: center;"> |
| 14 | + <p align="center"> |
15 | 15 | <a href="https://pypi.org/project/mapflpy"> |
16 | 16 | <img src="https://img.shields.io/pypi/v/mapflpy?logo=pypi&logoColor=white" alt="PyPI"> |
17 | 17 | </a> |
18 | | - </p> |
| 18 | + <br/> |
19 | 19 |
|
20 | | - <p style="text-align: center;"> |
21 | 20 | <a href="https://pypi.org/project/mapflpy"> |
22 | 21 | <img src="https://img.shields.io/pypi/pyversions/mapflpy.svg?logo=python&label=python&logoColor=white" alt="Python versions"> |
23 | 22 | </a> |
24 | | - </p> |
| 23 | + <br/> |
25 | 24 |
|
26 | | - <p style="text-align: center;"> |
27 | 25 | <a href="https://opensource.org/license/apache-2-0/"> |
28 | 26 | <img src="https://img.shields.io/pypi/l/mapflpy?logo=apache&logoColor=white" alt="License"> |
29 | 27 | </a> |
30 | | - </p> |
| 28 | + <br/> |
31 | 29 |
|
32 | | - <p style="text-align: center;"> |
33 | 30 | <a href="https://github.com/predsci/mapflpy/blob/main/pyproject.toml"> |
34 | 31 | <img src="https://img.shields.io/librariesio/github/predsci/mapflpy?logo=Libraries.io&logoColor=white" alt="Libraries.io status"> |
35 | 32 | </a> |
36 | | - </p> |
| 33 | + <br/> |
37 | 34 |
|
38 | | - <p style="text-align: center;"> |
39 | 35 | <a href="https://github.com/predsci/mapflpy/actions/workflows/publish.yml"> |
40 | 36 | <img src="https://github.com/predsci/mapflpy/actions/workflows/publish.yml/badge.svg" alt="Publish workflow"> |
41 | 37 | </a> |
42 | | - </p> |
| 38 | + <br/> |
43 | 39 |
|
44 | | - <p style="text-align: center;"> |
45 | 40 | <a href="https://predsci.com/doc/mapflpy"> |
46 | 41 | <img src="https://github.com/predsci/mapflpy/actions/workflows/docs.yml/badge.svg" alt="Docs workflow"> |
47 | 42 | </a> |
| 43 | + <br/> |
48 | 44 | </p> |
49 | 45 |
|
50 | 46 | ---- |
51 | 47 |
|
52 | | ----- |
53 | | - |
54 | 48 | Python extension for tracing field lines using the |
55 | 49 | `MapFL <https://github.com/predsci/MapFL>`_ Fortran tracer. |
56 | 50 |
|
|
0 commit comments