diff --git a/images/config_1.png b/docs/_static/images/config/config_1.png similarity index 100% rename from images/config_1.png rename to docs/_static/images/config/config_1.png diff --git a/images/config_2.png b/docs/_static/images/config/config_2.png similarity index 100% rename from images/config_2.png rename to docs/_static/images/config/config_2.png diff --git a/images/config_3.png b/docs/_static/images/config/config_3.png similarity index 100% rename from images/config_3.png rename to docs/_static/images/config/config_3.png diff --git a/images/config_4.png b/docs/_static/images/config/config_4.png similarity index 100% rename from images/config_4.png rename to docs/_static/images/config/config_4.png diff --git a/images/config_5.png b/docs/_static/images/config/config_5.png similarity index 100% rename from images/config_5.png rename to docs/_static/images/config/config_5.png diff --git a/docs/conf.py b/docs/conf.py index 27aa2a8..c427523 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ print("sys.path:", sys.path) -# Copy README and NCAR_tips into docs +# Copy README, NCAR_tips, and contributors into docs # This block allows us to remove the header image from any md files # without affecting the original version, but still pull the source # into the docs build fresh each time. diff --git a/docs/config.md b/docs/config.md index c55b566..07290f5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -2,16 +2,16 @@ This page describes the fields in the configuration file that might commonly be edited. -CUPiD Config 1 +CUPiD Config 1 The data sources section of the configuration file describes general data sources and expected directory structure for running CUPiD. `sname`: nickname for this configuration as a string. This will be used as the name of the folder your computed notebooks are put in -CUPiD Config 2 +CUPiD Config 2 The computation config section of the configuration file supplies the default kernel for running CUPiD. This should usually be `cupid-analysis`. If a contributor wants to include additional packages, please create an issue describing the packages you'd like to add to this conda environment. -CUPiD Config 3 +CUPiD Config 3 The above section of the configuration file describes 1) global parameters that are applicable to all notebooks and 2) timeseries-related parameters specific to each component. `case_name`: name of CESM case; this should also be a subdirectory of `CESM_output_dir`. @@ -24,12 +24,12 @@ The above section of the configuration file describes 1) global parameters that `vars` for various components: variables which CUPiD will expect to find for various components and then make timeseries for. -CUPiD Config 4 +CUPiD Config 4 The compute notebooks section of the configuration file describes the notebooks that will be computed as well as any parameters specific to those notebooks. `nmse_PSL`: This is the name of a notebook which is added to the atmospheric component diagnostics. `regridded_output`, `base_regridded_output`, `validation_path`, etc: These are parameters specific to the `nmse_PSL` notebook. If a contributor wants to include additional parameters specific to a notebook, we recommend following a similar format and changing variables names to represent the relevant quantities. -CUPiD Config 5 +CUPiD Config 5 The Jupyter Book Table of Contents section of the configuration file describes the Juptyter Book configuration to display the output of the CUPiD diagnostics. Please include your notebook name within the files under `chapters`.