forked from PSLmodels/Tax-Calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
105 changed files
with
10,949 additions
and
3,174 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# These are supported funding model platforms | ||
|
||
open_collective: psl |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ Tax-Calculator | |
Tax-Calculator is an open-source microsimulation model for static | ||
analysis of USA federal income and payroll taxes. | ||
|
||
We are seeking contributors and maintainers. If you are interested in joining the project as a contributor or maintainer, | ||
contact [email protected] or jump right in. | ||
We are seeking contributors and maintainers. If you are interested in joining the project as a contributor or maintainer, | ||
open a new [issue](https://github.com/PSLmodels/Tax-Calculator/issues) and ping @MattHJensen or @jdebacker -- or just jump right in. | ||
|
||
Complete documentation is available | ||
[here](https://PSLmodels.github.io/Tax-Calculator/). |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,61 @@ | ||
- file: index | ||
- part: Usage | ||
sections: | ||
format: jb-book | ||
root: index | ||
parts: | ||
- caption: Usage | ||
chapters: | ||
- file: usage/starting | ||
- file: usage/overview | ||
- file: usage/data | ||
- file: guide/index | ||
sections: | ||
- file: guide/python_interface | ||
- file: guide/cli | ||
- file: guide/policy_params | ||
- file: guide/input_vars | ||
- file: guide/output_vars | ||
- file: guide/assumption_params | ||
- file: guide/python_interface | ||
- file: guide/cli | ||
- file: guide/policy_params | ||
- file: guide/input_vars | ||
- file: guide/output_vars | ||
- file: guide/assumption_params | ||
- file: recipes/index | ||
sections: | ||
- file: recipes/recipe00 | ||
- file: recipes/recipe01 | ||
- file: recipes/recipe02 | ||
- file: recipes/recipe03 | ||
- file: recipes/recipe04 | ||
- file: recipes/recipe04_pandas | ||
- file: recipes/recipe05 | ||
- file: recipes/recipe06 | ||
- part: About | ||
sections: | ||
- file: about/history | ||
- file: about/roadmap | ||
- file: about/releases | ||
- file: about/changes | ||
- file: about/upgrading | ||
- file: about/license | ||
- part: Contributing | ||
sections: | ||
- file: contributing/contributor_guide | ||
- file: contributing/pr_workflow | ||
- file: contributing/param_naming | ||
- file: contributing/testing | ||
- part: API | ||
sections: | ||
- file: api/public_api | ||
sections: | ||
- file: api/calcfunctions | ||
- file: api/calculator | ||
- file: api/consumption | ||
- file: api/data | ||
- file: api/decorators | ||
- file: api/growdiff | ||
- file: api/growfactors | ||
- file: api/parameters | ||
- file: api/policy | ||
- file: api/records | ||
- file: api/taxcalcio | ||
- file: api/utils | ||
- file: api/utilsprvt | ||
- part: Tax-Calculator use cases | ||
sections: | ||
- file: use_cases | ||
- file: recipes/recipe00 | ||
- file: recipes/recipe01 | ||
- file: recipes/recipe02 | ||
- file: recipes/recipe03 | ||
- file: recipes/recipe04 | ||
- file: recipes/recipe04_pandas | ||
- file: recipes/recipe05 | ||
- file: recipes/recipe06 | ||
- caption: About | ||
chapters: | ||
- file: about/history | ||
- file: about/roadmap | ||
- file: about/releases | ||
- file: about/changes | ||
- file: about/upgrading | ||
- file: about/license | ||
- caption: Contributing | ||
chapters: | ||
- file: contributing/contributor_guide | ||
- file: contributing/pr_workflow | ||
- file: contributing/param_naming | ||
- file: contributing/testing | ||
- file: contributing/RELEASING | ||
- caption: API | ||
chapters: | ||
- file: api/public_api | ||
sections: | ||
- file: api/calcfunctions | ||
- file: api/calculator | ||
- file: api/consumption | ||
- file: api/data | ||
- file: api/decorators | ||
- file: api/growdiff | ||
- file: api/growfactors | ||
- file: api/parameters | ||
- file: api/policy | ||
- file: api/records | ||
- file: api/taxcalcio | ||
- file: api/utils | ||
- file: api/utilsprvt | ||
- caption: Tax-Calculator use cases | ||
chapters: | ||
- file: use_cases |
This file contains 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
Oops, something went wrong.