Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
HiddeElzinga committed Nov 15, 2024
1 parent a7e1758 commit b910868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/application_overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Application overview

The application is setup using a layered architecture (see [Link](architecture.md))
To create the application you will need to create these three components: logger, data-access layer and model builder (see Main.py).
To create the application you will need to create these three components: logger, data-access layer and model builder (see [main.py](https://github.com/Deltares/D-EcoImpact/blob/main/main.py)).

```python
# configure logger and data-access layer
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ nav:
- Meuse: "examples/maas.md"
- Development:
- Architecture: "api/application_overview.md"
- Development process: "development.md"
- Development workflow: "development.md"
- API reference:
- Business:
- "Application.py": "api/business/application.md"
Expand Down

0 comments on commit b910868

Please sign in to comment.