Skip to content

Commit 38494f2

Browse files
committed
deploy: 78931c0
1 parent af6b35a commit 38494f2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

_preview/16/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ad7ee418c6440ca2c0b4a7eab8de1418
3+
config: 201eb3329fb8478cd9f77715f7e9f998
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_preview/16/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
<div class="tex2jax_ignore mathjax_ignore section" id="xgcm-cookbook">
341341
<h1>XGCM Cookbook<a class="headerlink" href="#xgcm-cookbook" title="Permalink to this headline"><i class="fas fa-link"></i></a></h1>
342342
<p><a class="reference external" href="https://github.com/ProjectPythiaCookbooks/xgcm-cookbook/actions/workflows/nightly-build.yaml"><img alt="nightly-build" src="https://github.com/ProjectPythiaCookbooks/xgcm-cookbook/actions/workflows/nightly-build.yaml/badge.svg" /></a>
343-
<a class="reference external" href="https://binder-staging.2i2c.cloud/v2/gh/ProjectPythiaCookbooks/xgcm-cookbook/main?labpath=notebooks"><img alt="Binder" src="https://binder-staging.2i2c.cloud/badge_logo.svg" /></a></p>
343+
<a class="reference external" href="http://binder.mypythia.org/v2/gh/ProjectPythiaCookbooks/xgcm-cookbook/main?labpath=notebooks"><img alt="Binder" src="http://binder.mypythia.org/badge_logo.svg" /></a></p>
344344
<p>This Project Pythia Cookbook covers … (replace <code class="docutils literal notranslate"><span class="pre">...</span></code> with the main subject of your cookbook … e.g., <em>working with radar data in Python</em>)</p>
345345
<div class="section" id="motivation">
346346
<h2>Motivation<a class="headerlink" href="#motivation" title="Permalink to this headline"><i class="fas fa-link"></i></a></h2>

_preview/16/_sources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# XGCM Cookbook
44

55
[![nightly-build](https://github.com/ProjectPythiaCookbooks/xgcm-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythiaCookbooks/xgcm-cookbook/actions/workflows/nightly-build.yaml)
6-
[![Binder](https://binder-staging.2i2c.cloud/badge_logo.svg)](https://binder-staging.2i2c.cloud/v2/gh/ProjectPythiaCookbooks/xgcm-cookbook/main?labpath=notebooks)
6+
[![Binder](http://binder.mypythia.org/badge_logo.svg)](http://binder.mypythia.org/v2/gh/ProjectPythiaCookbooks/xgcm-cookbook/main?labpath=notebooks)
77

88
This Project Pythia Cookbook covers ... (replace `...` with the main subject of your cookbook ... e.g., *working with radar data in Python*)
99

Binary file not shown.

_preview/16/notebooks/notebook-template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
aria-label="Launch interactive content"><i class="fas fa-rocket"></i></button>
272272
<div class="dropdown-buttons">
273273

274-
<a class="binder-button" href="https://mybinder.org/v2/gh/ProjectPythia/pythia-foundations/main?urlpath=lab/tree/notebooks/notebook-template.ipynb"><button type="button"
274+
<a class="binder-button" href="http://binder.mypythia.org/v2/gh/ProjectPythia/pythia-foundations/main?urlpath=lab/tree/notebooks/notebook-template.ipynb"><button type="button"
275275
class="btn btn-secondary topbarbtn" title="Launch Binder" data-toggle="tooltip"
276276
data-placement="left"><img class="binder-button-logo"
277277
src="../_static/images/logo_binder.svg"
@@ -502,8 +502,8 @@ <h5>of further and further<a class="headerlink" href="#of-further-and-further" t
502502
<div class="section" id="header-levels">
503503
<h6>header levels<a class="headerlink" href="#header-levels" title="Permalink to this headline"><i class="fas fa-link"></i></a></h6>
504504
<p>as well <span class="math notranslate nohighlight">\(m = a * t / h\)</span> text! Similarly, you have access to other <span class="math notranslate nohighlight">\(\LaTeX\)</span> equation <a class="reference external" href="https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Typesetting%20Equations.html"><strong>functionality</strong></a> via MathJax (demo below from link),</p>
505-
<div class="amsmath math notranslate nohighlight" id="equation-760892a3-88c8-4653-a907-8e7e92fba163">
506-
<span class="eqno">(1)<a class="headerlink" href="#equation-760892a3-88c8-4653-a907-8e7e92fba163" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
505+
<div class="amsmath math notranslate nohighlight" id="equation-c7aec3d5-9fe4-4022-a401-30c510a1eb77">
506+
<span class="eqno">(1)<a class="headerlink" href="#equation-c7aec3d5-9fe4-4022-a401-30c510a1eb77" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
507507
\dot{x} &amp; = \sigma(y-x) \\
508508
\dot{y} &amp; = \rho x - y - xz \\
509509
\dot{z} &amp; = -\beta z + xy

0 commit comments

Comments
 (0)