-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify use of TMD files in user guide
- Loading branch information
1 parent
e18cab9
commit 806b541
Showing
2 changed files
with
20 additions
and
6 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 |
---|---|---|
@@ -1,6 +1,14 @@ | ||
Python interface | ||
================ | ||
|
||
Of the two ways of using Tax-Calculator described in this guide, one requires writing Python programs, the other involves using a command-line tool and requires no computer programming. The detailed information in this guide about policy parameters, input variables, output variables, and assumption parameters, will be useful to you either way you use Tax-Calculator. | ||
Of the two ways of using Tax-Calculator described in this guide, one | ||
requires writing Python programs, the other involves using a | ||
command-line tool and requires no computer programming. The detailed | ||
information in this guide about policy parameters, input variables, | ||
output variables, and assumption parameters, will be useful to you | ||
either way you use Tax-Calculator. | ||
|
||
If you want to learn more about how to write Python programs that use Tax-Calculator, follow the {doc}`../../recipes/index`, which contains a collection of tested recipes that employ both basic and advanced techniques. | ||
If you want to learn more about how to write Python programs that use | ||
Tax-Calculator, follow the {doc}`../../recipes/index`, which contains | ||
a collection of tested recipes that employ both basic and advanced | ||
techniques. |
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