From ad98cc84e47f83d4b211a41646c0a2d000f00338 Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Thu, 5 Jan 2023 13:56:46 -0700 Subject: [PATCH] Bugfix develop Fix broken documentation links (#2004) --- docs/Users_Guide/index.rst | 2 +- .../{configuration.rst => systemconfiguration.rst} | 5 +++++ docs/requirements.txt | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) rename docs/Users_Guide/{configuration.rst => systemconfiguration.rst} (99%) diff --git a/docs/Users_Guide/index.rst b/docs/Users_Guide/index.rst index 22823f1246..e5afd2f3df 100644 --- a/docs/Users_Guide/index.rst +++ b/docs/Users_Guide/index.rst @@ -81,7 +81,7 @@ is sponsored by NSF. release-notes getting_started installation - configuration + systemconfiguration wrappers usecases quicksearch diff --git a/docs/Users_Guide/configuration.rst b/docs/Users_Guide/systemconfiguration.rst similarity index 99% rename from docs/Users_Guide/configuration.rst rename to docs/Users_Guide/systemconfiguration.rst index 071292ad7e..aa03ec590b 100644 --- a/docs/Users_Guide/configuration.rst +++ b/docs/Users_Guide/systemconfiguration.rst @@ -1054,6 +1054,11 @@ This example will run GridStatWrapper only. This example will run PCPCombineWrapper then GridStatWrapper. +.. _process_list_instance_names: + +Instance Names in Process List +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + Added in version 4.0.0 is the ability to specify an instance name for each process in the PROCESS_LIST. This allows multiple instances of the same wrapper to be specified in the PROCESS_LIST. Users can create a new section diff --git a/docs/requirements.txt b/docs/requirements.txt index 92245e5963..a45484cc64 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,3 @@ -sphinx-gallery +sphinx-gallery==0.11.1 +sphinx==6.0.0 +sphinx-rtd-theme==1.2.0rc2