From 19424c29dce39ce8b67f916419fe13d9d0da2000 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Mon, 10 Jun 2024 19:40:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=206ce84?= =?UTF-8?q?0b635dddcc86fabeff1b9e651bb28a7e97d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _modules/ccc/calcfunctions.html | 61 ++++---- _modules/ccc/calculator.html | 61 ++++---- _modules/ccc/data.html | 61 ++++---- _modules/ccc/get_taxcalc_rates.html | 115 ++++++++------- _modules/ccc/parameters.html | 98 ++++++++----- _modules/ccc/paramfunctions.html | 61 ++++---- _modules/ccc/utils.html | 61 ++++---- _modules/index.html | 61 ++++---- _sources/content/intro.md | 2 +- _static/scripts/bootstrap.js | 2 +- _static/scripts/bootstrap.js.LICENSE.txt | 4 +- _static/scripts/bootstrap.js.map | 2 +- _static/scripts/pydata-sphinx-theme.js | 2 +- _static/scripts/pydata-sphinx-theme.js.map | 2 +- _static/styles/bootstrap.css | 6 +- _static/styles/bootstrap.css.map | 2 +- _static/styles/pydata-sphinx-theme.css | 2 +- _static/styles/pydata-sphinx-theme.css.map | 2 +- .../vendor/fontawesome/6.5.1/css/all.min.css | 5 - .../vendor/fontawesome/6.5.1/js/all.min.js | 2 - .../6.5.1/webfonts/fa-brands-400.woff2 | Bin 117372 -> 0 bytes .../6.5.1/webfonts/fa-regular-400.woff2 | Bin 25452 -> 0 bytes .../6.5.1/webfonts/fa-solid-900.woff2 | Bin 156496 -> 0 bytes .../6.5.1/webfonts/fa-v4compatibility.woff2 | Bin 4792 -> 0 bytes .../fontawesome/{6.5.1 => 6.5.2}/LICENSE.txt | 4 +- .../vendor/fontawesome/6.5.2/css/all.min.css | 5 + .../vendor/fontawesome/6.5.2/js/all.min.js | 2 + .../js/all.min.js.LICENSE.txt | 4 +- .../webfonts/fa-brands-400.ttf | Bin 207972 -> 209128 bytes .../6.5.2/webfonts/fa-brands-400.woff2 | Bin 0 -> 117852 bytes .../webfonts/fa-regular-400.ttf | Bin 68004 -> 67860 bytes .../6.5.2/webfonts/fa-regular-400.woff2 | Bin 0 -> 25392 bytes .../webfonts/fa-solid-900.ttf | Bin 419720 -> 420332 bytes .../6.5.2/webfonts/fa-solid-900.woff2 | Bin 0 -> 156400 bytes .../webfonts/fa-v4compatibility.ttf | Bin 10832 -> 10832 bytes .../6.5.2/webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4792 bytes _static/webpack-macros.html | 24 ++-- content/CCC_guide.html | 62 ++++---- content/api/calcfunctions.html | 59 ++++---- content/api/calculator.html | 59 ++++---- content/api/data.html | 59 ++++---- content/api/get_taxcalc_rates.html | 81 ++++++----- content/api/parameters.html | 78 +++++----- content/api/paramfunctions.html | 59 ++++---- content/api/public_api.html | 61 ++++---- content/api/utils.html | 59 ++++---- content/citations.html | 61 ++++---- content/contributing/contributor_guide.html | 59 ++++---- content/examples/PSL_demo.html | 136 +++++++++--------- content/examples/TCJA_extension.html | 91 ++++++------ content/intro.html | 61 ++++---- content/license.html | 59 ++++---- content/references.html | 61 ++++---- content/webapp.html | 61 ++++---- genindex.html | 61 ++++---- py-modindex.html | 61 ++++---- search.html | 61 ++++---- searchindex.js | 2 +- 58 files changed, 1030 insertions(+), 972 deletions(-) delete mode 100644 _static/vendor/fontawesome/6.5.1/css/all.min.css delete mode 100644 _static/vendor/fontawesome/6.5.1/js/all.min.js delete mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-brands-400.woff2 delete mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-regular-400.woff2 delete mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-solid-900.woff2 delete mode 100644 _static/vendor/fontawesome/6.5.1/webfonts/fa-v4compatibility.woff2 rename _static/vendor/fontawesome/{6.5.1 => 6.5.2}/LICENSE.txt (98%) create mode 100644 _static/vendor/fontawesome/6.5.2/css/all.min.css create mode 100644 _static/vendor/fontawesome/6.5.2/js/all.min.js rename _static/vendor/fontawesome/{6.5.1 => 6.5.2}/js/all.min.js.LICENSE.txt (55%) rename _static/vendor/fontawesome/{6.5.1 => 6.5.2}/webfonts/fa-brands-400.ttf (92%) create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2 rename _static/vendor/fontawesome/{6.5.1 => 6.5.2}/webfonts/fa-regular-400.ttf (95%) create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2 rename _static/vendor/fontawesome/{6.5.1 => 6.5.2}/webfonts/fa-solid-900.ttf (93%) create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2 rename _static/vendor/fontawesome/{6.5.1 => 6.5.2}/webfonts/fa-v4compatibility.ttf (86%) create mode 100644 _static/vendor/fontawesome/6.5.2/webfonts/fa-v4compatibility.woff2 diff --git a/_modules/ccc/calcfunctions.html b/_modules/ccc/calcfunctions.html index f12f0edd..ef9eb8e1 100644 --- a/_modules/ccc/calcfunctions.html +++ b/_modules/ccc/calcfunctions.html @@ -13,19 +13,19 @@ - - - + + + - - - - + + + + @@ -36,9 +36,9 @@ - - - + + + @@ -68,27 +68,23 @@ - +
+ Back to top - + id="pst-primary-sidebar-checkbox"/> + - + id="pst-secondary-sidebar-checkbox"/> +
@@ -110,8 +106,13 @@ Ctrl+K
+ +
+ +
+ -