Comprehensive documentation improvements #195
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Major documentation overhaul to improve accessibility and usability:
Changes
New Documentation Pages
README.md: Complete project overview with badges, installation, quick start, dataset comparison table, and linksdocs/getting_started.md: Detailed setup guide with prerequisites, authentication, troubleshooting, and performance tipsdocs/api_reference.md: Complete API documentation for FRS_2022_23, ExtendedFRS_2022_23, EnhancedFRS_2022_23, ReweightedFRS_2022_23, utility functions, and imputation modulesdocs/examples.md: Practical examples including policy reform analysis, distributional analysis, regional analysis, and custom calculationsdocs/data_sources.md: Comprehensive information on FRS, WAS, LCFS, SPI, ETB with access instructions and data pipeline diagramdocs/glossary.md: Definitions of surveys, datasets, statistical terms, entities, income concepts, and abbreviationsEnhanced Existing Pages
docs/intro.md: Rewritten with clearer problem statement, solution overview, target audience sections, and quick links tabledocs/myst.yml: Reorganized TOC into logical sections (User Guide, Technical Details, Validation)Improved Structure
New navigation organizes content by user need:
Benefits
For New Users:
For Experienced Users:
For Contributors:
Test plan
myst build --htmlScreenshots
The documentation now has a clear three-part structure visible in the navigation:
Notes
This implements Phase 1 of the documentation improvement plan. Future enhancements could include:
🤖 Generated with Claude Code