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