Skip to content

Commit d891567

Browse files
committed
Fix rst issues blocking release
Signed-off-by: Alexis Jeandet <[email protected]>
1 parent 7f8f09b commit d891567

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

HISTORY.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ History
33
=======
44

55
0.10.0 (2022-02-03)
6-
===================
6+
-------------------
77

88
* Adds support for all AMDA products, even private ones
99
* Adds support for AMDA credentials
@@ -16,55 +16,55 @@ History
1616
* Renames SSCWeb module get_orbit to get_trajectory
1717

1818
0.9.1 (2021-11-25)
19-
==================
19+
------------------
2020

2121
* Fix AMDA module bug `#24 downloading multidimensional data fails <https://github.com/SciQLop/speasy/issues/24>`_
2222

2323
0.9.0 (2021-07-29)
24-
==================
24+
------------------
2525

2626
* Adds SPWC migration tool
2727
* Rename SpwcVariable to SpeasyVariable
2828

2929
0.8.3 (2021-07-28)
30-
==================
30+
------------------
3131

3232
* Package renamed from SPWC to SPEASY
3333
* Some doc and CI improvements
3434

3535
0.8.2 (2021-04-20)
36-
==================
36+
------------------
3737

3838
* sscweb trajectories are always in km
3939

4040
0.8.1 (2021-04-18)
41-
==================
41+
------------------
4242

4343
* Fixes minimum request duration for sscweb
4444

4545
0.8.0 (2021-04-18)
46-
==================
46+
------------------
4747

4848
* Full support for trajectories and 0.2 proxy version
4949

5050
0.7.2 (2020-11-13)
51-
==================
51+
------------------
5252

5353
* ccsweb/proxy: Fix missing coordinate system parameter
5454

5555
0.7.1 (2020-11-13)
56-
==================
56+
------------------
5757

5858
* Fix project URL on PyPi
5959

6060
0.7.0 (2020-11-13)
61-
==================
61+
------------------
6262

6363
* SSCWEB support to get satellites trajectories.
6464
* Few bug fixes.
6565
* Totally disabled cdf support for now.
6666

6767
0.1.0 (2019-12-07)
68-
==================
68+
------------------
6969

7070
* First release on PyPI.

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
================================
1+
=======================
22
Space Physics made EASY
3-
================================
3+
=======================
44

55

66
.. image:: https://matrix.to/img/matrix-badge.svg
@@ -99,12 +99,11 @@ Features
9999

100100
Examples
101101
========
102-
See `here <https://speasy.readthedocs.io/en/stable/examples/index.html`_ for a complete list of examples.
102+
See `here <https://speasy.readthedocs.io/en/stable/examples/index.html>`_ for a complete list of examples.
103103

104104
Caveats
105105
=======
106-
- installing speasy on both python 3.7 or less and python 3.8 or plus at the same time doesn't work since entries stored
107-
in cache by python 3.8+ are not readable by python 3.7-.
106+
- installing speasy on both python 3.7 or less and python 3.8 or plus at the same time doesn't work since entries stored in cache by python 3.8+ are not readable by python 3.7-.
108107
- Speasy is not a plotting package, while it provides basic plot features, it is not meant to produce publication ready figures.
109108

110109
Credits

0 commit comments

Comments
 (0)