Skip to content

Commit

Permalink
Documentation changes for release 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Nov 13, 2018
1 parent 4d89d86 commit d18f393
Show file tree
Hide file tree
Showing 15 changed files with 121 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/cookbook.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1 id="toc">Cookbook of Tested Recipes for Python Programming with
<p>This document tells you how to use Tax-Calculator, an open-source
federal income and payroll tax simulation model, in Python scripts
that you can run on your own computer. Note that these recipes
require Tax-Calculator release 0.22.0 or higher running on Python 3.6.
require Tax-Calculator release 0.23.0 or higher running on Python 3.6.
For other ways of using Tax-Calculator, see the
<a href="https://open-source-economics.github.io/Tax-Calculator/">
user documentation</a>, which this Cookbook assumes you have read.</p>
Expand Down
10 changes: 10 additions & 0 deletions docs/cookbook/recipe00.res
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.

REFORM DOCUMENTATION
Expand Down
10 changes: 10 additions & 0 deletions docs/cookbook/recipe01.res
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
2018_REFORM1_iitax_rev($B)= 1422.082
2018_REFORM2_iitax_rev($B)= 1267.362
Expand Down
15 changes: 15 additions & 0 deletions docs/cookbook/recipe02.res
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
2020_CURRENT_LAW_P__itax_rev($B)= 1413.43
2020_REFORM_STATIC__itax_rev($B)= 1410.78
Expand Down
5 changes: 5 additions & 0 deletions docs/cookbook/recipe03.res
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
Filing Units Receiving EITC and Average Positive EITC by AGI Category
AGI Category Num(#M) Avg($K)
Expand Down
10 changes: 10 additions & 0 deletions docs/cookbook/recipe04.res
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.

Response in Charitable Giving by Earnings Group
Expand Down
17 changes: 11 additions & 6 deletions docs/index.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/index.htmx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ ensure you are viewing the most recent version of this page rather
than an older version that your browser has saved in its cache of
previously visited pages.</i></p>

<p><a href="https://github.com/open-source-economics/Tax-Calculator/blob/master/RELEASES.md#2018-11-13-release-0230">Behavior class is going away soon</a>
and being replaced by the Behavioral-Responses <kbd>behresp</kbd> package,
the use of which is demonstrated in
<a href="https://open-source-economics.github.io/Tax-Calculator/cookbook.html">Cookbook</a> recipe 2</p>

<p><a href="https://github.com/open-source-economics/Tax-Calculator/blob/master/RELEASES.md#2018-10-24-release-0220">Automatic scaling of table results</a>
(so that Python scripts, and Cookbook recipes, do not need to change
dollars into billions of dollars and filing units into millions of
Expand Down
6 changes: 3 additions & 3 deletions docs/recipe00.graph.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/recipe00.res.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<title>recipe00.res</title><pre>
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.

REFORM DOCUMENTATION
Expand Down
10 changes: 10 additions & 0 deletions docs/recipe01.res.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<title>recipe01.res</title><pre>
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
2018_REFORM1_iitax_rev($B)= 1422.082
2018_REFORM2_iitax_rev($B)= 1267.362
Expand Down
15 changes: 15 additions & 0 deletions docs/recipe02.res.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
<title>recipe02.res</title><pre>
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
2020_CURRENT_LAW_P__itax_rev($B)= 1413.43
2020_REFORM_STATIC__itax_rev($B)= 1410.78
Expand Down
5 changes: 5 additions & 0 deletions docs/recipe03.res.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<title>recipe03.res</title><pre>
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
Filing Units Receiving EITC and Average Positive EITC by AGI Category
AGI Category Num(#M) Avg($K)
Expand Down
10 changes: 10 additions & 0 deletions docs/recipe04.res.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
<title>recipe04.res</title><pre>
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.
WARNING: the Behavior class is deprecated and will be removed soon.
FUTURE: use the Behavioral-Responses behresp package OR
use the Tax-Calculator quantity_response function.
You loaded data for 2014.
Your data include the following unused variables that will be ignored:
filer
Tax-Calculator startup automatically extrapolated your data to 2014.

Response in Charitable Giving by Earnings Group
Expand Down
6 changes: 1 addition & 5 deletions read-the-docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
import taxcalc
ver = taxcalc.__version__
version = ver[:ver.rfind('.') + 2]
# The full version, including alpha/beta/rc tags.
version = '0.23.0'
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down

0 comments on commit d18f393

Please sign in to comment.