From b806ae06e012ced2bf8dd341024db17296bd5899 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 03:44:46 +0000 Subject: [PATCH] Update repo structure --- Documentation/PROJECT_STRUCTURE.md | 6 +++++- Documentation/repo_structure.txt | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Documentation/PROJECT_STRUCTURE.md b/Documentation/PROJECT_STRUCTURE.md index 65cc185..8571e1a 100644 --- a/Documentation/PROJECT_STRUCTURE.md +++ b/Documentation/PROJECT_STRUCTURE.md @@ -6,10 +6,13 @@ ├── Documentation/ │ ├── Contributing.md │ ├── PROJECT_STRUCTURE.md +│ ├── images/ +│ │ └── netlify.svg │ └── repo_structure.txt ├── LICENSE ├── README.md ├── index.html +├── plot.png ├── software/ │ ├── __pycache__/ │ │ ├── dataVisualization.cpython-311.pyc @@ -46,7 +49,8 @@ │ │ ├── user.png │ │ └── visualization.png │ ├── main.py -│ └── report.py +│ ├── report.py +│ └── tempCodeRunnerFile.py └── website/ ├── pages/ │ ├── codeOfconduct.html diff --git a/Documentation/repo_structure.txt b/Documentation/repo_structure.txt index 1d4d3c3..dd81d31 100644 --- a/Documentation/repo_structure.txt +++ b/Documentation/repo_structure.txt @@ -2,10 +2,13 @@ ├── Documentation/ │ ├── Contributing.md │ ├── PROJECT_STRUCTURE.md +│ ├── images/ +│ │ └── netlify.svg │ └── repo_structure.txt ├── LICENSE ├── README.md ├── index.html +├── plot.png ├── software/ │ ├── __pycache__/ │ │ ├── dataVisualization.cpython-311.pyc @@ -42,7 +45,8 @@ │ │ ├── user.png │ │ └── visualization.png │ ├── main.py -│ └── report.py +│ ├── report.py +│ └── tempCodeRunnerFile.py └── website/ ├── pages/ │ ├── codeOfconduct.html