Skip to content

Commit 949bc32

Browse files
authored
Merge pull request #2868 from martinholmer/doc-edits
Additional documentation edits
2 parents f59ca97 + 374d540 commit 949bc32

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/usage/data.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,18 @@ repository](https://github.com/PSLmodels/tax-microdata-benchmarking)
6464
produces an input variables file (`tmd.csv`), a national weights file
6565
(`tmd_weights.csv.gz`), and a variable growth factors file
6666
(`tmd_growfactors.csv`) that can be used with the Tax-Calculator
67-
package beginning with the 3.6.0 release. The `tmd.csv` file is
68-
available only to Tax-Calculator users who have purchased their own
69-
version of the 2015 IRS-SOI PUF. For those users, those three files
70-
are avaiable from the tax-microdata repository. These three TMD files
71-
can be used with Tax-Calculator in two ways:
72-
67+
package beginning with the 3.6.0 release. The TMD files are available
68+
only to users who have purchased their own version of the 2015 IRS-SOI
69+
PUF. For those users, the three TMD files are avaiable from the
70+
tax-microdata repository. These three TMD files can be used with
71+
Tax-Calculator in two ways:
7372
- with the **Python API** by instantiating a GrowFactors object that
74-
uses TMD factors [gf = GrowFactors("path/to/tmd_growfactors.csv")]
73+
uses TMD factors [`gf = GrowFactors("path/to/tmd_growfactors.csv")`]
7574
and by using the `Records.tmd_constructor()` and
76-
`Policy.tmd_constructor()`static methods
77-
75+
`Policy.tmd_constructor()` static methods to instantiate a Records
76+
object and a Policy object, or
7877
- with the **CLI tool**, `tc`, when the three TMD files are all in
79-
the same folder
78+
the same folder.
8079

8180
## Using other data with Tax-Calculator
8281

0 commit comments

Comments
 (0)