Docs: Add folder READMEs and repository map#27
Draft
Copilot wants to merge 3 commits intoEEbrami-LISSY-pathfrom
Draft
Docs: Add folder READMEs and repository map#27Copilot wants to merge 3 commits intoEEbrami-LISSY-pathfrom
Copilot wants to merge 3 commits intoEEbrami-LISSY-pathfrom
Conversation
…S-LIS Co-authored-by: EEbrami <148649132+EEbrami@users.noreply.github.com>
Co-authored-by: EEbrami <148649132+EEbrami@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add and update README files for important folders
Docs: Add folder READMEs and repository map
Oct 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
This PR adds comprehensive documentation for all user-facing folders in the repository and introduces a "Repository Map" section in the root README to help contributors and users navigate the codebase.
What Changed
Repository Map (Root README)
Added a new section to
README.mdthat provides:Folder READMEs
Created or updated 12 folder READMEs with a consistent, professional structure:
New Documentation:
DART/README.md- DART validation scripts, MIMA workflow, and methodological notesLISSY/README.md- LISSY remote-execution system overview with privacy guidanceLISSY/DART_Validation/README.md- Validation pipeline comparing LISSY vs DART resultsLISSY/MIMA5/README.md- MIMA5 poverty rate analysis and visualizationsMETIS-LIS/README.md- LIS codebooks and MIMA indicator documentationanalysis/README.md- Parent folder for analytical pipelinesscripts/README.md- Utility scripts (HTML-to-Markdown converter)xlsxFiles/README.md- Source Excel data filesxlsxConverted/README.md- Auto-generated CSV/JSON/Markdown outputsUpdated Documentation:
docs/README.md- Expanded from minimal placeholder to comprehensive documentation folder guideanalysis/data-availability/README.md- Refined "Quick start" section with clearer outputs and GitHub Actions referencePreserved:
LISSY/Tutorial/README.md- Existing comprehensive documentation (361 lines) kept as-isDocumentation Structure
Each README follows a consistent template:
Key Features
Actionable Commands
All READMEs include concrete, runnable commands:
Privacy Guidance
LISSY-related folders include explicit privacy warnings:
Workflow Documentation
Each folder documents:
Files Changed
README.mdDART/README.mdLISSY/README.mdLISSY/DART_Validation/README.mdLISSY/MIMA5/README.mdMETIS-LIS/README.mdanalysis/README.mdanalysis/data-availability/README.mdscripts/README.mdxlsxFiles/README.mdxlsxConverted/README.mddocs/README.mdTotal: 12 files, ~540 lines of documentation
Benefits
Excluded Folders
Infrastructure-only folders were intentionally excluded from README documentation:
.github/- GitHub Actions workflows (documented via comments in workflow files).git/,.venv/,__pycache__/- Build artifacts and dependenciesTesting
Related
This documentation structure follows best practices for repository navigation and aligns with the project's goal of providing transparent, replicable poverty research workflows using LIS microdata.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.