Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ The Skypro reporting tool collates data to documents and analyse real-world perf
This tool is run on the command line using `skypro report`.
See `src/skypro/commands/report/README.md` for more information.

## Reporting web app
The Skypro reporting web app makes reporting results accessible to non-cli users.
This is run using Streamlit.
See `src/skypro/reporting_webapp/README.md` for more information.

## Rates and energy flows
Information about the costs and revenues associated with using power are fundamental to the codebase and a high-level understanding of how they are modelled is important for interpreting results.
See `src/skypro/common/rates/README.md` for a background on how rates and energy flows are modelled in the codebase.
Expand Down
Binary file removed docs/reporting_webapp_screenshot.png
Binary file not shown.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ sqlalchemy = "^2.0.37"
psycopg2-binary = "^2.9.10"
requests = "^2.32.3"
arrow = "^1.3.0"
streamlit = "^1.45.1"

[[tool.poetry.source]]
name = "testpypi"
Expand Down
21 changes: 0 additions & 21 deletions src/skypro/reporting_webapp/README.md

This file was deleted.

Empty file.
5 changes: 0 additions & 5 deletions src/skypro/reporting_webapp/example_config.yaml

This file was deleted.

Loading
Loading