From fd85e7de5b1726d0d7e5f9e8b75d824363e5eb7d Mon Sep 17 00:00:00 2001 From: Elijah Gravenhorst Date: Tue, 28 Jun 2022 14:44:05 -0400 Subject: [PATCH 1/4] Updated pyfluent post doc per developer discussion --- doc/source/getting_started/index.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index f4359ba3..cb8f2be4 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -41,13 +41,9 @@ For a local "development" version, install with: cd pyfluent-visualization pip install -e . -(Remove this section when pyfluent-visualization project goes public) -Until pyfluent-visualization project goes public, install the latest release from -the artifactory. - -.. code:: - - python -m pip install --extra-index-url http://conanreader:conanreader@canartifactory.ansys.com:8080/artifactory/api/pypi/pypi/simple --trusted-host canartifactory.ansys.com ansys-fluent-visualization +Follow `README.rst. `_ This will allow you to install the PyFluent Parametric ``ansys-fluent-core`` module +and modify it locally and have the changes reflected in your setup +after restarting the Python kernel. This will allow you to install the PyFluent ``ansys-fluent-visualization`` module and modify it locally and have the changes reflected in your setup From b1b6e9d3c28e64d3b75a5f97457db558831880e9 Mon Sep 17 00:00:00 2001 From: Yogesh Patel <97630098+ypatel-qa@users.noreply.github.com> Date: Tue, 28 Jun 2022 15:08:55 -0400 Subject: [PATCH 2/4] Update index.rst --- doc/source/getting_started/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index cb8f2be4..851c0f74 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -41,7 +41,7 @@ For a local "development" version, install with: cd pyfluent-visualization pip install -e . -Follow `README.rst. `_ This will allow you to install the PyFluent Parametric ``ansys-fluent-core`` module +Follow `README.rst. `_ This will allow you to install the PyFluent Visulization ``ansys-fluent-core`` module and modify it locally and have the changes reflected in your setup after restarting the Python kernel. @@ -78,4 +78,4 @@ environment variable: .. code:: python - pyfluent.set_log_level('DEBUG') # for development, by default only errors are shown \ No newline at end of file + pyfluent.set_log_level('DEBUG') # for development, by default only errors are shown From 5856586a8aaf3e9d3b2ce91d27c2a8c4ec0dafb0 Mon Sep 17 00:00:00 2001 From: Elijah Gravenhorst <107507511+egravenh@users.noreply.github.com> Date: Tue, 28 Jun 2022 15:13:18 -0400 Subject: [PATCH 3/4] Update index.rst --- doc/source/getting_started/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index 851c0f74..4c813689 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -41,7 +41,7 @@ For a local "development" version, install with: cd pyfluent-visualization pip install -e . -Follow `README.rst. `_ This will allow you to install the PyFluent Visulization ``ansys-fluent-core`` module +Follow `README.rst. `_ This will allow you to install the PyFluent Visualization ``ansys-fluent-core`` module and modify it locally and have the changes reflected in your setup after restarting the Python kernel. From 247c0beaa4fc65866b7f439ab1e61dfaa24d355a Mon Sep 17 00:00:00 2001 From: Elijah Gravenhorst <107507511+egravenh@users.noreply.github.com> Date: Tue, 28 Jun 2022 17:46:00 -0400 Subject: [PATCH 4/4] Update doc/source/getting_started/index.rst Co-authored-by: Dan Williams --- doc/source/getting_started/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index 4c813689..8438e599 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -41,7 +41,7 @@ For a local "development" version, install with: cd pyfluent-visualization pip install -e . -Follow `README.rst. `_ This will allow you to install the PyFluent Visualization ``ansys-fluent-core`` module +Follow `README.rst. `_ This will allow you to install the PyFluent Visualization ``ansys-fluent-visualization`` module and modify it locally and have the changes reflected in your setup after restarting the Python kernel.