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 507f67b7b4..e05849b2e5 100644 --- a/docs/Users_Guide/configuration.rst +++ b/docs/Users_Guide/systemconfiguration.rst @@ -1043,6 +1043,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..ffe29eb230 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,3 @@ -sphinx-gallery +sphinx-gallery==0.11.1 +sphinx==5.3.0 +sphinx-rtd-theme==1.1.1