Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Remove conda usage #204

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions doc/source/user_guide/classical_uses/lez_regionalization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,14 @@ Six physical descriptors are considered in this example, which are:

.. TODO: Add descriptor explanation

We can open a Python interface in the **conda environment**. The current working directory will be assumed to be the directory where
We can open a Python interface. The current working directory will be assumed to be the directory where
the ``Lez-dataset`` is located.

Activate the environment:

.. code-block:: shell

conda activate smash

Open a Python interface:

.. code-block:: shell

(smash) python3
python3

.. ipython:: python
:suppress:
Expand Down
10 changes: 2 additions & 8 deletions doc/source/user_guide/quickstart/cance_first_simulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,14 @@ the data is the observed discharge in **cubic meter per second** and any negativ
It is not necessary to restrict the observed discharge series to the simulation period. It is possible to provide a time series covering a larger time window over which `smash`
will only read the lines corresponding to dates after the starting date provided in the header.

Now that a brief tour of the necessary data has been done, we can open a Python interface in the **conda environment**. The current working directory
Now that a brief tour of the necessary data has been done, we can open a Python interface. The current working directory
will be assumed to be the directory where the ``Cance-dataset`` is located.

Activate the environment:

.. code-block:: shell

conda activate smash

Open a Python interface:

.. code-block:: shell

(smash) python3
python3

.. ipython:: python
:suppress:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,14 @@ Now a folder called ``France-dataset`` should be accessible and contain the foll
In this dataset, there are no gauge attributes or observed discharge, we are only interested in performing a forward run on a domain without
optimization beforehand.

We can open a Python interface in the **conda environment**. The current working directory will be assumed to be the directory where
We can open a Python interface. The current working directory will be assumed to be the directory where
the ``France-dataset`` is located.

Activate the environment:

.. code-block:: shell

conda activate smash

Open a Python interface:

.. code-block:: shell

(smash) python3
python3

.. ipython:: python
:suppress:
Expand Down
10 changes: 2 additions & 8 deletions doc/source/user_guide/quickstart/lez_split_sample_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,14 @@ Now a folder called ``Lez-dataset`` should be accessible and contain the followi
- ``descriptor``
A directory containing physiographic descriptors in GeoTiff format.

We can open a Python interface in the **conda environment**. The current working directory will be assumed to be the directory where
We can open a Python interface. The current working directory will be assumed to be the directory where
the ``Lez-dataset`` is located.

Activate the environment:

.. code-block:: shell

conda activate smash

Open a Python interface:

.. code-block:: shell

(smash) python3
python3

.. ipython:: python
:suppress:
Expand Down