From 6c331b490cada6c739585a779e47c7f979f240bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:12:16 -0500 Subject: [PATCH 1/2] getting started to installation --- .../source/{getting_started.rst => installation.rst} | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) rename docs/source/{getting_started.rst => installation.rst} (89%) diff --git a/docs/source/getting_started.rst b/docs/source/installation.rst similarity index 89% rename from docs/source/getting_started.rst rename to docs/source/installation.rst index fb57bcf48..94d512037 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/installation.rst @@ -1,9 +1,6 @@ -=============== -Getting started -=============== - -Install -******* +============ +Installation +============ Installing FEniCS ----------------- @@ -16,8 +13,7 @@ First `install Anaconda `_ then run conda create -n festim-env conda activate festim-env - conda install mamba - mamba install -c conda-forge fenics + conda install -c conda-forge fenics numpy=1.24 Alternatively, It can be installed using `Docker `_:: From 3caa4ce3494bba32c0d95b577f5cbace82e04244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:13:17 -0500 Subject: [PATCH 2/2] fixed toc --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 88e19fff6..e17ae4653 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -28,7 +28,7 @@ Contents .. toctree:: :maxdepth: 1 - getting_started + installation examples theory userguide/index