Skip to content

Commit

Permalink
Deploying to gh-pages from @ 69cdc1a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 16, 2024
1 parent 90c2800 commit a8f4af8
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
8 changes: 4 additions & 4 deletions _modules/ccc/calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -2510,7 +2510,7 @@ <h1>Source code for ccc.calculator</h1><div class="highlight"><pre>
<span class="n">tools</span><span class="o">=</span><span class="s2">&quot;hover&quot;</span><span class="p">,</span>
<span class="n">background_fill_alpha</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span>
<span class="c1"># change things on all axes</span>
<span class="o">**</span><span class="n">PLOT_FORMATS</span>
<span class="o">**</span><span class="n">PLOT_FORMATS</span><span class="p">,</span>
<span class="p">)</span>
<span class="k">if</span> <span class="n">include_title</span><span class="p">:</span>
<span class="n">p</span><span class="o">.</span><span class="n">add_layout</span><span class="p">(</span>
Expand All @@ -2519,7 +2519,7 @@ <h1>Source code for ccc.calculator</h1><div class="highlight"><pre>
<span class="s2">&quot;Marginal Effective Tax Rates on Corporate Investments&quot;</span>
<span class="o">+</span> <span class="s2">&quot; in Equipment&quot;</span>
<span class="p">),</span>
<span class="o">**</span><span class="n">TITLE_FORMATS</span>
<span class="o">**</span><span class="n">TITLE_FORMATS</span><span class="p">,</span>
<span class="p">),</span>
<span class="s2">&quot;above&quot;</span><span class="p">,</span>
<span class="p">)</span>
Expand Down Expand Up @@ -2598,15 +2598,15 @@ <h1>Source code for ccc.calculator</h1><div class="highlight"><pre>
<span class="c1"># toolbar_location=None,</span>
<span class="n">tools</span><span class="o">=</span><span class="s2">&quot;hover&quot;</span><span class="p">,</span>
<span class="n">background_fill_alpha</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span>
<span class="o">**</span><span class="n">PLOT_FORMATS</span>
<span class="o">**</span><span class="n">PLOT_FORMATS</span><span class="p">,</span>
<span class="p">)</span>
<span class="n">p2</span><span class="o">.</span><span class="n">add_layout</span><span class="p">(</span>
<span class="n">Title</span><span class="p">(</span>
<span class="n">text</span><span class="o">=</span><span class="p">(</span>
<span class="s2">&quot;Marginal Effective Tax Rates on Corporate &quot;</span>
<span class="o">+</span> <span class="s2">&quot;Investments in Structures&quot;</span>
<span class="p">),</span>
<span class="o">**</span><span class="n">TITLE_FORMATS</span>
<span class="o">**</span><span class="n">TITLE_FORMATS</span><span class="p">,</span>
<span class="p">),</span>
<span class="s2">&quot;above&quot;</span><span class="p">,</span>
<span class="p">)</span>
Expand Down
2 changes: 1 addition & 1 deletion _sources/content/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Results will change as the underlying models improve. A fundamental reason for a


## Citing the Cost-of-Capital-Calculator Model
Cost-of-Capital-Calculator (Version 1.5.0)[Source code], https://github.com/PSLmodels/Cost-of-Capital-Calculator
Cost-of-Capital-Calculator (Version 1.5.1)[Source code], https://github.com/PSLmodels/Cost-of-Capital-Calculator
54 changes: 27 additions & 27 deletions content/examples/PSL_demo.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions content/examples/TCJA_extension.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Requirement already satisfied: cost-of-capital-calculator in /home/runner/work/Cost-of-Capital-Calculator/Cost-of-Capital-Calculator (1.5.0)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Requirement already satisfied: cost-of-capital-calculator in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (1.5.1)
Requirement already satisfied: taxcalc in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from cost-of-capital-calculator) (4.2.2)
Requirement already satisfied: pandas in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from cost-of-capital-calculator) (2.2.2)
Requirement already satisfied: bokeh in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from cost-of-capital-calculator) (3.5.2)
Expand All @@ -472,9 +472,7 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
Requirement already satisfied: PyYAML&gt;=3.10 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from bokeh-&gt;cost-of-capital-calculator) (6.0.2)
Requirement already satisfied: tornado&gt;=6.2 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from bokeh-&gt;cost-of-capital-calculator) (6.4.1)
Requirement already satisfied: xyzservices&gt;=2021.09.1 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from bokeh-&gt;cost-of-capital-calculator) (2024.9.0)
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Requirement already satisfied: python-dateutil&gt;=2.8.2 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from pandas-&gt;cost-of-capital-calculator) (2.9.0)
Requirement already satisfied: python-dateutil&gt;=2.8.2 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from pandas-&gt;cost-of-capital-calculator) (2.9.0)
Requirement already satisfied: pytz&gt;=2020.1 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from pandas-&gt;cost-of-capital-calculator) (2024.2)
Requirement already satisfied: tzdata&gt;=2022.7 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from pandas-&gt;cost-of-capital-calculator) (2024.1)
Requirement already satisfied: marshmallow&gt;=3.0.0 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from paramtools-&gt;cost-of-capital-calculator) (3.22.0)
Expand All @@ -484,7 +482,9 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
Requirement already satisfied: numba in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from taxcalc-&gt;cost-of-capital-calculator) (0.60.0)
Requirement already satisfied: requests in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from taxcalc-&gt;cost-of-capital-calculator) (2.32.3)
Requirement already satisfied: MarkupSafe&gt;=2.0 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from Jinja2&gt;=2.9-&gt;bokeh-&gt;cost-of-capital-calculator) (2.1.5)
Requirement already satisfied: six&gt;=1.5 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from python-dateutil&gt;=2.8.2-&gt;pandas-&gt;cost-of-capital-calculator) (1.16.0)
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Requirement already satisfied: six&gt;=1.5 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from python-dateutil&gt;=2.8.2-&gt;pandas-&gt;cost-of-capital-calculator) (1.16.0)
Requirement already satisfied: llvmlite&lt;0.44,&gt;=0.43.0dev0 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from numba-&gt;taxcalc-&gt;cost-of-capital-calculator) (0.43.0)
Requirement already satisfied: charset-normalizer&lt;4,&gt;=2 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from requests-&gt;taxcalc-&gt;cost-of-capital-calculator) (3.3.2)
Requirement already satisfied: idna&lt;4,&gt;=2.5 in /usr/share/miniconda3/envs/ccc-dev/lib/python3.12/site-packages (from requests-&gt;taxcalc-&gt;cost-of-capital-calculator) (3.9)
Expand Down Expand Up @@ -522,7 +522,7 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
</style>
<div>
<a href="https://bokeh.org" target="_blank" class="bk-notebook-logo"></a>
<span id="a64c464d-642f-49ed-bcf9-81857d2594b0">Loading BokehJS ...</span>
<span id="f6c27f2e-ee9e-4c43-8b9b-f7ba1f4c062c">Loading BokehJS ...</span>
</div>
</div><script type="application/javascript">'use strict';
(function(root) {
Expand Down Expand Up @@ -687,7 +687,7 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
"</div>"}};

function display_loaded(error = null) {
const el = document.getElementById("a64c464d-642f-49ed-bcf9-81857d2594b0");
const el = document.getElementById("f6c27f2e-ee9e-4c43-8b9b-f7ba1f4c062c");
if (el != null) {
const html = (() => {
if (typeof root.Bokeh === "undefined") {
Expand Down Expand Up @@ -821,7 +821,7 @@ <h2>First things first, import necessary packages<a class="headerlink" href="#fi
console.log("Bokeh: BokehJS failed to load within specified timeout.");
root._bokeh_failed_load = true;
} else if (force !== true) {
const cell = $(document.getElementById("a64c464d-642f-49ed-bcf9-81857d2594b0")).parents('.cell').data().cell;
const cell = $(document.getElementById("f6c27f2e-ee9e-4c43-8b9b-f7ba1f4c062c")).parents('.cell').data().cell;
cell.output_area.append_execute_result(NB_LOAD_WARNING)
}
}
Expand Down
2 changes: 1 addition & 1 deletion content/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ <h2>Disclaimer<a class="headerlink" href="#disclaimer" title="Link to this headi
</section>
<section id="citing-the-cost-of-capital-calculator-model">
<h2>Citing the Cost-of-Capital-Calculator Model<a class="headerlink" href="#citing-the-cost-of-capital-calculator-model" title="Link to this heading">#</a></h2>
<p>Cost-of-Capital-Calculator (Version 1.5.0)[Source code], <a class="github reference external" href="https://github.com/PSLmodels/Cost-of-Capital-Calculator">PSLmodels/Cost-of-Capital-Calculator</a></p>
<p>Cost-of-Capital-Calculator (Version 1.5.1)[Source code], <a class="github reference external" href="https://github.com/PSLmodels/Cost-of-Capital-Calculator">PSLmodels/Cost-of-Capital-Calculator</a></p>
</section>
<div class="toctree-wrapper compound">
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit a8f4af8

Please sign in to comment.