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
Copy file name to clipboardExpand all lines: COMMANDS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,15 +118,15 @@ Change into the [scripts](./scripts/) directory e.g. with `cd scripts` and then
118
118
./generateScriptReference.sh
119
119
```
120
120
121
-
### Update Markdown Reference
121
+
### Generate Jupyter Notebook Report Reference
122
122
123
-
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.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,9 @@ The [Code Structure Analysis Pipeline](./.github/workflows/code-structure-analys
81
81
82
82
[COMMANDS.md](./COMMANDS.md) contains further details on commands and how to do a manual setup.
83
83
84
-
## 📈 Report Reference
84
+
## 📈 Jupyter Notebook Report Reference
85
85
86
-
[REPORTS.md](./results/REPORTS.md) lists all Markdown reports inside the [results](./results).
86
+
[JUPYTER_REPORTS.md](./results/JUPYTER_REPORTS.md) lists all Jupyter Notebook reports inside the [results](./results) directory. It can be generated as described in [Generate Jupyter Notebook Report Reference](./COMMANDS.md#generate-jupyter-notebook-report-reference).
|[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