Skip to content

Commit

Permalink
Merge pull request #210 from PSLmodels/add-README-files
Browse files Browse the repository at this point in the history
Update and add README.md files
  • Loading branch information
martinholmer authored Sep 20, 2024
2 parents d22145c + f92535c commit 09e6fa3
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 9 deletions.
13 changes: 7 additions & 6 deletions tmd/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# tax_microdata_benchmarking
# tmd : tax_microdata

This module contains four submodules:
This package has five submodules:

* datasets: contains code defining generation functions for the datasets used in the benchmarking.
* examination: contains code and assets for examining the performance of the benchmarked datasets.
* storage: a folder housing input data and output data created by this package.
* utils: contains utility functions used in the benchmarking process that aren't specific to one dataset.
* datasets: contains code for generating national datasets used in the benchmarking.
* examination: contains code for examining the quality of the national datasets.
* storage: contains national input and output data created by this package.
* utils: contains utility functions that aren't specific to one dataset.
* areas: contains code for generating sub-national area weights and examining their quality.
6 changes: 6 additions & 0 deletions tmd/areas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# areas

Contains code and data used to generate sub-national area weights
files that can be used with the national input data and national
growfactors files, and code to examine the quality of the area
weights.
4 changes: 3 additions & 1 deletion tmd/areas/targets/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# AREA TARGET FILES
# areas / targets

Contains sub-national area targets files.
4 changes: 3 additions & 1 deletion tmd/areas/weights/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# AREA WEIGHTS FILES
# areas / weights

Contains sub-national area weights files.
5 changes: 5 additions & 0 deletions tmd/examination/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# examination

Examines the quality of national datasets by comparing tax-expenditure
estimates generated using the datasets with tax-expenditures estimates
published by federal agencies.
3 changes: 3 additions & 0 deletions tmd/storage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# storage

Contains national input data and output data generated by this package.
3 changes: 2 additions & 1 deletion tmd/utils/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# utils

This folder contains utility functions that are used in the project, but aren't specific to any one dataset (i.e. are reusable between flat files).
This folder contains utility functions that are used in the project,
but aren't specific to any one dataset.

0 comments on commit 09e6fa3

Please sign in to comment.