Skip to content

Commit c5c1d43

Browse files
committed
Automated environment variables documentation generation (CI)
1 parent 8c0648a commit c5c1d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ENVIRONMENT_VARIABLES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This file was generated with the script [appendEnvironmentVariables.sh](./append
99
JUPYTER_NOTEBOOK_DIRECTORY | ${SCRIPTS_DIR}/../jupyter | Repository directory containing the Jupyter Notebooks |
1010
CONDA_ENVIRONMENT_FILE | ${JUPYTER_NOTEBOOK_DIRECTORY}/environment.yml | Conda (package manager for Python) environment file path |
1111
CODEGRAPH_CONDA_ENVIRONMENT | codegraph | Name of the conda environment to use for code graph analysis |
12-
PREPARE_CONDA_ENVIRONMENT | true | Wether to prepare then Conda environment if needed (default, "true") or use an already prepared Conda environment ("false") |
12+
PREPARE_CONDA_ENVIRONMENT | true | Wether to prepare a Python environment with Conda if needed (default, "true") or use an already prepared Conda environment ("false") |
1313
REPORTS_SCRIPTS_DIRECTORY | reports | Working directory containing the generated reports |
1414
REPORT_COMPILATIONS_SCRIPTS_DIRECTORY | compilations | Repository directory that contains scripts that execute selected report generation scripts |
1515
SETTINGS_PROFILE_SCRIPTS_DIRECTORY | profiles | Repository directory that contains scripts containing settings |

0 commit comments

Comments
 (0)