From 25502919b542dec43b2423f4d6e5b98a461b18f8 Mon Sep 17 00:00:00 2001 From: Jessica Mitchell Date: Mon, 9 Dec 2024 14:06:50 +0100 Subject: [PATCH 1/2] change folder name from connect to interface --- doc/htmldoc/get-started_index.rst | 2 +- doc/htmldoc/{connect_nest => interface_nest}/index.rst | 0 .../{connect_nest => interface_nest}/nest_server.rst | 6 +++--- .../using_nest_with_music.rst | 0 doc/htmldoc/whats_new/v3.0/features/index.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename doc/htmldoc/{connect_nest => interface_nest}/index.rst (100%) rename doc/htmldoc/{connect_nest => interface_nest}/nest_server.rst (99%) rename doc/htmldoc/{connect_nest => interface_nest}/using_nest_with_music.rst (100%) diff --git a/doc/htmldoc/get-started_index.rst b/doc/htmldoc/get-started_index.rst index b3cf5d9ddd..47330b633e 100644 --- a/doc/htmldoc/get-started_index.rst +++ b/doc/htmldoc/get-started_index.rst @@ -226,7 +226,7 @@ More topics Simulation behavior Randomness in NEST Built-in timers - Connect NEST with other tools + Connect NEST with other tools From NEST 2.x to 3.x .. toctree:: diff --git a/doc/htmldoc/connect_nest/index.rst b/doc/htmldoc/interface_nest/index.rst similarity index 100% rename from doc/htmldoc/connect_nest/index.rst rename to doc/htmldoc/interface_nest/index.rst diff --git a/doc/htmldoc/connect_nest/nest_server.rst b/doc/htmldoc/interface_nest/nest_server.rst similarity index 99% rename from doc/htmldoc/connect_nest/nest_server.rst rename to doc/htmldoc/interface_nest/nest_server.rst index 1fd530490b..87d3212259 100644 --- a/doc/htmldoc/connect_nest/nest_server.rst +++ b/doc/htmldoc/interface_nest/nest_server.rst @@ -59,11 +59,11 @@ For native installations, the requirements can be simply installed via ``pip``:: pip3 install Flask Flask-Cors gunicorn RestrictedPython -or by installing the full NEST development environment in case you prefer using ``mamba``:: +or by installing the full NEST development environment in case you prefer using ``conda``:: cd - mamba env create -p mamba/ - mamba activate mamba/ + conda env create -p conda/ + conda activate conda/ As an alternative to a native installation, NEST Server is available from the NEST Docker image. Please check out the corresponding :ref:`installation instructions ` for more details. diff --git a/doc/htmldoc/connect_nest/using_nest_with_music.rst b/doc/htmldoc/interface_nest/using_nest_with_music.rst similarity index 100% rename from doc/htmldoc/connect_nest/using_nest_with_music.rst rename to doc/htmldoc/interface_nest/using_nest_with_music.rst diff --git a/doc/htmldoc/whats_new/v3.0/features/index.rst b/doc/htmldoc/whats_new/v3.0/features/index.rst index c8826be02f..dfdc605674 100644 --- a/doc/htmldoc/whats_new/v3.0/features/index.rst +++ b/doc/htmldoc/whats_new/v3.0/features/index.rst @@ -27,4 +27,4 @@ Here you can discover the new features NEST 3.0 has to offer! random_number_generators recording_simulations stimulation_backends - ../../../connect_nest/nest_server + ../../../interface_nest/nest_server From b77ef58e26934e0da76c533dc474c5d52112c34e Mon Sep 17 00:00:00 2001 From: Jessica Mitchell Date: Mon, 9 Dec 2024 14:12:47 +0100 Subject: [PATCH 2/2] undo change --- doc/htmldoc/interface_nest/nest_server.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/htmldoc/interface_nest/nest_server.rst b/doc/htmldoc/interface_nest/nest_server.rst index 87d3212259..1fd530490b 100644 --- a/doc/htmldoc/interface_nest/nest_server.rst +++ b/doc/htmldoc/interface_nest/nest_server.rst @@ -59,11 +59,11 @@ For native installations, the requirements can be simply installed via ``pip``:: pip3 install Flask Flask-Cors gunicorn RestrictedPython -or by installing the full NEST development environment in case you prefer using ``conda``:: +or by installing the full NEST development environment in case you prefer using ``mamba``:: cd - conda env create -p conda/ - conda activate conda/ + mamba env create -p mamba/ + mamba activate mamba/ As an alternative to a native installation, NEST Server is available from the NEST Docker image. Please check out the corresponding :ref:`installation instructions ` for more details.