From a8a1b7d4e5c81a770eb31543a0167264091a1b56 Mon Sep 17 00:00:00 2001 From: Ali Zaidi <41302741+azaidi06@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:58:01 -0500 Subject: [PATCH] Update index.rst corrected hyperlink in miniforge reference for sphinx docs --- docs/tutorials/advanced_install/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/advanced_install/index.rst b/docs/tutorials/advanced_install/index.rst index d99e5ad32c..b71a71fc8b 100644 --- a/docs/tutorials/advanced_install/index.rst +++ b/docs/tutorials/advanced_install/index.rst @@ -71,7 +71,7 @@ Create the Python Environment ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Once you have the repo cloned, you can change into that directory (by default, it will be called "idaes-pse" like the repo) and install the Python packages. -But before you do that, you need to get the Python package manager fully up and running. We use a Python packaging system called Conda_ and we specifically use a community driven minimal version Miniforge. If you do not already have Miniforge, please follow the installation instructions for your operating system in :ref:`getting started`. +But before you do that, you need to get the Python package manager fully up and running. We use a Python packaging system called Conda_ and we specifically use a community driven minimal version Miniforge_. If you do not already have Miniforge, please follow the installation instructions for your operating system in :ref:`getting started`. .. _Conda: https://conda.io/ .. _Miniforge: https://conda-forge.org/miniforge/