You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change into the [results](./results/) directory e.g. with `cd results` and then execute the script [generateMarkdownReference.sh](./scripts/generateMarkdownReference.sh) with the following command:
123
+
Change into the [results](./results/) directory e.g. with `cd results` and then execute the script [generateJupyterReportsReference.sh](./scripts/generateJupyterReportsReference.sh) with the following command:
124
124
125
125
👉**Note:** This script is automatically triggered at the end of [copyReportsIntoResults.sh](./scripts/copyReportsIntoResults.sh)
126
126
which is included in the pipeline [code-structure-analysis.yml](.github/workflows/code-structure-analysis.yml) and doesn't need to be executed manually normally.
|[executeQueryFunctions.sh](./executeQueryFunctions.sh)|| Provides functions to execute Cypher queries using either "executeQuery.sh" or Neo4j's "cypher-shell". |
19
19
|[generateCypherReference.sh](./generateCypherReference.sh)|| Generates "CYPHER.md" containing a reference to all Cypher files in this directory and its subdirectories. |
20
20
|[generateEnvironmentVariablesReference.sh](./generateEnvironmentVariablesReference.sh)|| Runs "appendEnvironmentVariable.sh" for every script file in the current directory and its sub directories. |
21
-
|[generateMarkdownReference.sh](./generateMarkdownReference.sh)|| Generates "REPORTS.md" containing a reference to all scripts in this directory and its subdirectories. |
21
+
|[generateJupyterReportsReference.sh](./generateJupyterReportsReference.sh)|| Generates "JUPYTER_REPORTS.md" containing a reference to all Jupyter Notebook Markdown reports in this directory and its subdirectories. |
22
22
|[generateScriptReference.sh](./generateScriptReference.sh)|| Generates "SCRIPTS.md" containing a reference to all scripts in this directory and its subdirectories. |
23
23
|[prepareAnalysis.sh](./prepareAnalysis.sh)|| Prepares and validates the graph database before analysis |
24
24
|[Default.sh](./profiles/Default.sh)| profiles | Sets (if any) settings variables for a default analysis. |
0 commit comments