Remove EGRET references from the docs:
docs/source/api/ScenarioObjects/EGRET.md — delete the page and its entry in the Scenario Objects toctree
docs/source/index.md — remove the ~gat.scenariohandlers.egret autosummary block and the api/ScenarioObjects/EGRET.md toctree line
Documentation only: src/gat/scenariohandlers/egret.py (EGRETScenario) stays in the package and remains importable — it just stops being advertised in the docs. If the handler itself should be deprecated or removed later, that's a separate decision (it's one of the legacy v0 handlers already covered by the deprecation-warning pattern in docs/source/legacy_handler_deprecation.md).
Remove EGRET references from the docs:
docs/source/api/ScenarioObjects/EGRET.md— delete the page and its entry in the Scenario Objects toctreedocs/source/index.md— remove the~gat.scenariohandlers.egretautosummary block and theapi/ScenarioObjects/EGRET.mdtoctree lineDocumentation only:
src/gat/scenariohandlers/egret.py(EGRETScenario) stays in the package and remains importable — it just stops being advertised in the docs. If the handler itself should be deprecated or removed later, that's a separate decision (it's one of the legacy v0 handlers already covered by the deprecation-warning pattern indocs/source/legacy_handler_deprecation.md).