Skip to content

Commit

Permalink
Deploying to gh-pages from @ ba99092 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Jan 7, 2025
1 parent 90a6cb9 commit f80da2a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 6 additions & 2 deletions _sources/contributing/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In the top-level Tax-Calculator directory, do the following:
```

Then ask [@jdebacker](https://github.com/jdebacker/) to review and
merge the pull request and create package
merge the pull request and create the package.


### Notes on creating package for distribution
Expand All @@ -50,5 +50,9 @@ merge the pull request and create package
--> create new package on Conda-Forge for release X.Y.Z
--> open a PR to github.com/conda-forge/taxcalc-feedstock where you change the `recipe/meta.yaml` file by updating (1) the version number to X.Y.Z and (2) the checksum to reflect the checksum for the tarball for release X.Y.Z in the Tax-Calculator GitHub repo
--> open a PR to github.com/conda-forge/taxcalc-feedstock where
you change the `recipe/meta.yaml` file by updating:
(1) the version number to X.Y.Z and
(2) the checksum to reflect the checksum for the
tarball for release X.Y.Z in the Tax-Calculator GitHub repo
```
8 changes: 6 additions & 2 deletions contributing/RELEASING.html
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ <h1>Releasing Tax-Caclculator Packages<a class="headerlink" href="#releasing-tax
</pre></div>
</div>
<p>Then ask <a class="reference external" href="https://github.com/jdebacker/">&#64;jdebacker</a> to review and
merge the pull request and create package</p>
merge the pull request and create the package.</p>
<section id="notes-on-creating-package-for-distribution">
<h2>Notes on creating package for distribution<a class="headerlink" href="#notes-on-creating-package-for-distribution" title="Link to this heading">#</a></h2>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>--&gt; merge X-Y-Z branch into master branch on GitHub
Expand All @@ -511,7 +511,11 @@ <h2>Notes on creating package for distribution<a class="headerlink" href="#notes

--&gt; create new package on Conda-Forge for release X.Y.Z

--&gt; open a PR to github.com/conda-forge/taxcalc-feedstock where you change the `recipe/meta.yaml` file by updating (1) the version number to X.Y.Z and (2) the checksum to reflect the checksum for the tarball for release X.Y.Z in the Tax-Calculator GitHub repo
--&gt; open a PR to github.com/conda-forge/taxcalc-feedstock where
you change the `recipe/meta.yaml` file by updating:
(1) the version number to X.Y.Z and
(2) the checksum to reflect the checksum for the
tarball for release X.Y.Z in the Tax-Calculator GitHub repo
</pre></div>
</div>
</section>
Expand Down
6 changes: 3 additions & 3 deletions recipes/recipe00.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
</style>
<div>
<a href="https://bokeh.org" target="_blank" class="bk-notebook-logo"></a>
<span id="dd1fdef0-2400-4981-b6d4-6efd311fd902">Loading BokehJS ...</span>
<span id="f4b3da9f-76e9-4347-acf7-3a40b172eeca">Loading BokehJS ...</span>
</div>
</div><script type="application/javascript">'use strict';
(function(root) {
Expand Down Expand Up @@ -848,7 +848,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
"</div>"}};

function display_loaded(error = null) {
const el = document.getElementById("dd1fdef0-2400-4981-b6d4-6efd311fd902");
const el = document.getElementById("f4b3da9f-76e9-4347-acf7-3a40b172eeca");
if (el != null) {
const html = (() => {
if (typeof root.Bokeh === "undefined") {
Expand Down Expand Up @@ -982,7 +982,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
console.log("Bokeh: BokehJS failed to load within specified timeout.");
root._bokeh_failed_load = true;
} else if (force !== true) {
const cell = $(document.getElementById("dd1fdef0-2400-4981-b6d4-6efd311fd902")).parents('.cell').data().cell;
const cell = $(document.getElementById("f4b3da9f-76e9-4347-acf7-3a40b172eeca")).parents('.cell').data().cell;
cell.output_area.append_execute_result(NB_LOAD_WARNING)
}
}
Expand Down

0 comments on commit f80da2a

Please sign in to comment.