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
1 change: 1 addition & 0 deletions changelog.d/docs-content-rewrite.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rewrite docs content for the v4 API: separate pages per task (households, reforms, microsim, outputs, impact analysis, regions), updated code samples against real output classes and `Simulation` dict reforms.
41 changes: 26 additions & 15 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,38 @@ website:
left:
- href: index.md
text: Overview
- core-concepts.md
- economic-impact-analysis.md
- country-models-us.md
- country-models-uk.md
- getting-started.md
- households.md
- reforms.md
- microsim.md
- impact-analysis.md
- examples.md
- dev.md
sidebar:
style: "floating"
collapse-level: 2
contents:
- index.md
- core-concepts.md
- economic-impact-analysis.md
- advanced-outputs.md
- regions-and-scoping.md
- country-models-uk.md
- country-models-us.md
- examples.md
- visualisation.md
- release-bundles.md
- dev.md
- section: "Get started"
contents:
- index.md
- getting-started.md
- section: "Calculate"
contents:
- households.md
- reforms.md
- microsim.md
- section: "Analyse"
contents:
- impact-analysis.md
- outputs.md
- regions.md
- visualisation.md
- section: "Reference"
contents:
- countries.md
- release-bundles.md
- examples.md
- dev.md

format:
html:
Expand Down
276 changes: 0 additions & 276 deletions docs/advanced-outputs.md

This file was deleted.

Loading
Loading