Skip to content

Commit ca2df39

Browse files
committed
Automated scripts reference document generation (CI)
1 parent 1f68504 commit ca2df39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/SCRIPTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This file was generated with the script [generateScriptReference.sh](./generateS
66

77
Script | Directory | Description
88
-------|-----------|------------
9-
| [activateCondaEnvironment.sh](./activateCondaEnvironment.sh) | | Activates the Conda (Python package manager) environment "codegraph" with all packages needed to execute the Jupyter Notebooks. |
9+
| [activateCondaEnvironment.sh](./activateCondaEnvironment.sh) | | Activates the Conda (Python package manager) environment "codegraph" with all packages needed to run the included Jupyter Notebooks and Python scripts. |
10+
| [activatePythonEnvironment.sh](./activatePythonEnvironment.sh) | | Activates the .venv environment (Python build-in virtual environments) with all packages necessary to run the included Jupyter Notebooks and Python scripts. |
1011
| [analyze.sh](./analysis/analyze.sh) | analysis | Coordinates the end-to-end analysis process, encompassing tool installation, graph generation, and report generation. |
1112
| [cleanupAfterReportGeneration.sh](./cleanupAfterReportGeneration.sh) | | Cleans up after report generation. This includes deleting empty files or in case no file is left deleting the report folder. |
1213
| [copyPackageJsonFiles.sh](./copyPackageJsonFiles.sh) | | Copies all package.json files inside the source directory into the artifacts/npm-package-json directory. |

0 commit comments

Comments
 (0)