From 58f537a4d949be6301f65fbd0c923137c4a131d6 Mon Sep 17 00:00:00 2001 From: Ali Zaidi <41302741+azaidi06@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:57:01 -0500 Subject: [PATCH] Update devsw.rst corrected hyperlink in miniforge reference for sphinx docs --- docs/reference_guides/developer/devsw.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference_guides/developer/devsw.rst b/docs/reference_guides/developer/devsw.rst index f47f52c3e8..b364c3f283 100644 --- a/docs/reference_guides/developer/devsw.rst +++ b/docs/reference_guides/developer/devsw.rst @@ -145,7 +145,7 @@ Once you have the repo cloned, you can change into that directory (by default, i will be called "idaes-dev" 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 Miniforge. +running. We use a Python packaging system called Miniforge_. Below are the instructions for installing the package manager -- which is a community driven and minimal version of Conda. The full version installs a large number of scientific analysis and visualization libraries that are not required by the IDAES framework.