From b26ab5f61509310bfcf91022416f168bbebae638 Mon Sep 17 00:00:00 2001 From: Frederic Briol Date: Fri, 24 Sep 2021 07:04:23 +0200 Subject: [PATCH] The documentation mismatch the default conf. --- docs/source/first_steps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/first_steps.rst b/docs/source/first_steps.rst index 2ea7a8e..3a14293 100644 --- a/docs/source/first_steps.rst +++ b/docs/source/first_steps.rst @@ -135,7 +135,7 @@ with the AVISO SSH plugins as shown below : .. code-block:: python - ssh_plugin = swot_simulator.plugins.ssh.AVISO(DATA) + ssh_plugin = swot_simulator.plugins.ssh.AVISO(swot_simulator.DATA) The data provided for this example generates products on January 1, 2019. So, to generate products using these AVISO maps you need to run the following command