From 3155d8fc209f61b5db6f47771430c8dd494c2578 Mon Sep 17 00:00:00 2001 From: Emmanuel Harel Date: Wed, 17 Sep 2025 18:28:57 +0200 Subject: [PATCH 1/4] Use SOFA_ROOT naming convention everywhere in the docs --- docs/sphinx/source/content/Installation.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/sphinx/source/content/Installation.rst b/docs/sphinx/source/content/Installation.rst index 7c995375..96dd6f62 100644 --- a/docs/sphinx/source/content/Installation.rst +++ b/docs/sphinx/source/content/Installation.rst @@ -75,12 +75,14 @@ Setup your environment using runSofa ************* -Using SofaPython3 in runSofa requires loading the SofaPython3 plugin in your runSofa environment. If you downloaded and installed SOFA from the SOFA website (as explained above, see :ref:`getsofapython3`), you can load the SofaPython3 plugin using the PluginManager (in the GUI) or by auto-loading the plugin in runSofa: simply copy the file **plugin_list.conf.default** in */lib*, and rename it **plugin_list.conf**, then add the line: +Using SofaPython3 in runSofa requires loading the SofaPython3 plugin in your runSofa environment. If you downloaded and installed SOFA from the SOFA website (as explained above, see :ref:`getsofapython3`), you can load the SofaPython3 plugin using the PluginManager (in the GUI) or by auto-loading the plugin in runSofa run the following script: +simply copy the file **plugin_list.conf.default** in */lib*, and rename it **plugin_list.conf**, then add the line: .. code-block:: text - - SofaPython3 NO_VERSION - + cd /build/v25.06/ + cp lib/plugin_list.conf.default lib/plugin_list.conf.default.back + mv lib/plugin_list.conf.default lib/plugin_list.conf + { echo "SofaPython3 NO_VERSION"; cat lib/plugin_list.conf; } > temp && mv temp lib/plugin_list.conf .. Note that adding the line to the file **plugin_list.conf.default** in */lib* would work, but you would need to add the line everytime you compile the code. From 0c164c81ec0e655ba89a644ee403293c98d34f42 Mon Sep 17 00:00:00 2001 From: Emmanuel Harel Date: Wed, 17 Sep 2025 18:35:41 +0200 Subject: [PATCH 2/4] add simple comment --- docs/sphinx/source/content/Installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/content/Installation.rst b/docs/sphinx/source/content/Installation.rst index 96dd6f62..993c0d2b 100644 --- a/docs/sphinx/source/content/Installation.rst +++ b/docs/sphinx/source/content/Installation.rst @@ -76,7 +76,7 @@ using runSofa ************* Using SofaPython3 in runSofa requires loading the SofaPython3 plugin in your runSofa environment. If you downloaded and installed SOFA from the SOFA website (as explained above, see :ref:`getsofapython3`), you can load the SofaPython3 plugin using the PluginManager (in the GUI) or by auto-loading the plugin in runSofa run the following script: -simply copy the file **plugin_list.conf.default** in */lib*, and rename it **plugin_list.conf**, then add the line: +simply copy the file **plugin_list.conf.default** in */lib*, and rename it **plugin_list.conf**, then add the line "SofaPython3 NO_VERSION" can be done like this: .. code-block:: text cd /build/v25.06/ From ab8cb2256ef11375f15f38b5cb5b35a3cdd84462 Mon Sep 17 00:00:00 2001 From: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:35:43 +0200 Subject: [PATCH 3/4] Update docs/sphinx/source/content/Installation.rst --- docs/sphinx/source/content/Installation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/sphinx/source/content/Installation.rst b/docs/sphinx/source/content/Installation.rst index 993c0d2b..c8e1e593 100644 --- a/docs/sphinx/source/content/Installation.rst +++ b/docs/sphinx/source/content/Installation.rst @@ -80,9 +80,8 @@ simply copy the file **plugin_list.conf.default** in */lib*, and ren .. code-block:: text cd /build/v25.06/ - cp lib/plugin_list.conf.default lib/plugin_list.conf.default.back - mv lib/plugin_list.conf.default lib/plugin_list.conf - { echo "SofaPython3 NO_VERSION"; cat lib/plugin_list.conf; } > temp && mv temp lib/plugin_list.conf + cp lib/plugin_list.conf.default lib/plugin_list.conf + echo "SofaPython3 NO_VERSION" >> lib/plugin_list.conf .. Note that adding the line to the file **plugin_list.conf.default** in */lib* would work, but you would need to add the line everytime you compile the code. From 1fc813426d90f3cfbb16503560390820d6313334 Mon Sep 17 00:00:00 2001 From: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:53:29 +0200 Subject: [PATCH 4/4] Update docs/sphinx/source/content/Installation.rst --- docs/sphinx/source/content/Installation.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sphinx/source/content/Installation.rst b/docs/sphinx/source/content/Installation.rst index c8e1e593..6d1f34b5 100644 --- a/docs/sphinx/source/content/Installation.rst +++ b/docs/sphinx/source/content/Installation.rst @@ -76,7 +76,6 @@ using runSofa ************* Using SofaPython3 in runSofa requires loading the SofaPython3 plugin in your runSofa environment. If you downloaded and installed SOFA from the SOFA website (as explained above, see :ref:`getsofapython3`), you can load the SofaPython3 plugin using the PluginManager (in the GUI) or by auto-loading the plugin in runSofa run the following script: -simply copy the file **plugin_list.conf.default** in */lib*, and rename it **plugin_list.conf**, then add the line "SofaPython3 NO_VERSION" can be done like this: .. code-block:: text cd /build/v25.06/