Skip to content

Commit 600f3e5

Browse files
committed
Fix formatting
1 parent 2c608e4 commit 600f3e5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/available_parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Available parameters for Swarm
33

44
.. tip::
55

6-
Did you know? The *VirES for Swarm* service provides data not only from Swarm but also INTERMAGNET ground observatories (search below for `AUX_OBS`), and recalibrated platform magnetometer data from selected LEO missions (search below for `MAG_`).
6+
Did you know? The *VirES for Swarm* service provides data not only from Swarm but also INTERMAGNET ground observatories (search below for ``AUX_OBS``), and recalibrated platform magnetometer data from selected LEO missions (search below for ``MAG_``).
77

88
.. note::
99

docs/installation.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ Recommended setup if starting without Python already
6060
.. group-tab:: Swarm
6161

6262
.. note::
63-
63+
6464
*For Jupyter notebook users*, just try:
6565

6666
.. code-block::
67-
67+
6868
from viresclient import SwarmRequest
6969
request = SwarmRequest()
70-
70+
7171
and you will automatically be prompted to set a token.
7272

7373
A first usage guide is provided as a Jupyter notebook (`view <https://notebooks.vires.services/notebooks/02a__intro-swarm-viresclient>`_). To run the notebook on your computer running Jupyter locally, `right click here to download <https://raw.githubusercontent.com/Swarm-DISC/Swarm_notebooks/master/notebooks/02a__Intro-Swarm-viresclient.ipynb>`_, or use git to get the whole example repository::
@@ -96,20 +96,20 @@ Recommended setup if starting without Python already
9696
.. group-tab:: Aeolus
9797

9898
.. note::
99-
99+
100100
*For Jupyter notebook users*, just try:
101101

102102
.. code-block::
103-
103+
104104
from viresclient import AeolusRequest
105105
request = AeolusRequest()
106-
106+
107107
and you will automatically be prompted to set a token.
108108

109109
A first usage guide is provided as a Jupyter notebook (`view <https://notebooks.aeolus.services/notebooks/02a__intro-aeolus-viresclient>`_). To run the notebook on your computer running Jupyter locally, `right click here to download <https://raw.githubusercontent.com/ESA-VirES/Aeolus-notebooks/main/notebooks/02a__Intro-Aeolus-viresclient.ipynb>`_, or use git to get the whole example repository::
110110

111111
git clone https://github.com/ESA-VirES/Aeolus-notebooks.git
112-
112+
113113
Access to the service is through the same user account as on the web interface (https://aeolus.services/) and is enabled through an access token (essentially a password). To get a token, log in to the website and click on your name on the top right to access the settings (`or follow this link <https://aeolus.services/accounts/tokens/>`_). From here, click on "Manage access tokens" and follow the instructions to create a new token.
114114

115115
To set your token in the client, use either the Python interface:

0 commit comments

Comments
 (0)