Skip to content

Commit

Permalink
Deploying to gh-pages from @ ea1bbd2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
phtournier committed Jan 10, 2025
1 parent f44788d commit 9fba4e0
Show file tree
Hide file tree
Showing 88 changed files with 192 additions and 188 deletions.
4 changes: 2 additions & 2 deletions _static/js/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ loadExamplefromGitHub = (name, dir, editor) => {
editor.getWrapperElement().style.visibility = 'hidden'
document.getElementById('mdout').innerHTML = md.render(data);

MathJax.Hub.Queue(["Typeset", MathJax.Hub, document.getElementById('mdout')]);
MathJax.Hub.Configured();
MathJax.typeset();

showExample(viewMarkdown);
}

Expand Down
38 changes: 21 additions & 17 deletions _static/js/mathjax-config.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
window.MathJax = {
tex: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
},
"HTML-CSS": { fonts: ["TeX"] },

TeX: {
TagSide: 'right',
TagIndent: '.8em',
equationNumbers: {
autoNumber: 'AMS'
},
Macros: {
tagSide: 'right',
tagIndent: '.8em',
tags: 'ams',
macros: {
R: '{\\mathbb R}',
N: '{\\mathbb N}',
C: '{\\mathbb C}',
Expand Down Expand Up @@ -89,6 +80,19 @@ MathJax.Hub.Config({
bS: '{\\mathbf S}',
bT: '{\\mathbf T}',
bsig: '{\bmathf \\sigma}'
}
},
autoload: {
color: [],
colorv2: ['color']
},
packages: {'[+]': ['noerrors']}
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
ignoreHtmlClass: 'tex2jax_ignore',
processHtmlClass: 'tex2jax_process'
},
loader: {
load: ['input/asciimath', '[tex]/noerrors']
}
})
};
4 changes: 2 additions & 2 deletions bibliography.html
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,8 @@ <h1>Bibliography<a class="headerlink" href="#bibliography" title="Link to this h
<!-- Subnav -->
<script async src="_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2239,7 +2240,6 @@ <h1>Bibliography<a class="headerlink" href="#bibliography" title="Link to this h
<script src="_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="_static/js/examples.js"></script>
<script src="_static/js/mathjax-config.js"></script>
<script src="_static/js/lunr.js"></script>
<script src="_static/lunr/lunr_index.js"></script>
<script src="_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/BEM.html
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,8 @@ <h3>Maxwell BEM problem in FreeFEM<a class="headerlink" href="#maxwell-bem-probl
<!-- Subnav -->
<script async src="../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2657,7 +2658,6 @@ <h3>Maxwell BEM problem in FreeFEM<a class="headerlink" href="#maxwell-bem-probl
<script src="../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../_static/js/examples.js"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="../_static/js/lunr.js"></script>
<script src="../_static/lunr/lunr_index.js"></script>
<script src="../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/algorithms-and-optimization.html
Original file line number Diff line number Diff line change
Expand Up @@ -3418,7 +3418,8 @@ <h2>Optimization with MPI<a class="headerlink" href="#optimization-with-mpi" tit
<!-- Subnav -->
<script async src="../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -3441,7 +3442,6 @@ <h2>Optimization with MPI<a class="headerlink" href="#optimization-with-mpi" tit
<script src="../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../_static/js/examples.js"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="../_static/js/lunr.js"></script>
<script src="../_static/lunr/lunr_index.js"></script>
<script src="../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/composite.html
Original file line number Diff line number Diff line change
Expand Up @@ -2356,7 +2356,8 @@ <h3>with <em>PETSc</em><a class="headerlink" href="#with-petsc" title="Link to t
<!-- Subnav -->
<script async src="../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2379,7 +2380,6 @@ <h3>with <em>PETSc</em><a class="headerlink" href="#with-petsc" title="Link to t
<script src="../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../_static/js/examples.js"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="../_static/js/lunr.js"></script>
<script src="../_static/lunr/lunr_index.js"></script>
<script src="../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/developers.html
Original file line number Diff line number Diff line change
Expand Up @@ -2950,7 +2950,8 @@ <h4>The Morley Element<a class="headerlink" href="#the-morley-element" title="Li
<!-- Subnav -->
<script async src="../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2973,7 +2974,6 @@ <h4>The Morley Element<a class="headerlink" href="#the-morley-element" title="Li
<script src="../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../_static/js/examples.js"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="../_static/js/lunr.js"></script>
<script src="../_static/lunr/lunr_index.js"></script>
<script src="../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/ffddm/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2696,7 +2696,8 @@ <h4>Coarse mesh and inexact coarse solve<a class="headerlink" href="#coarse-mesh
<!-- Subnav -->
<script async src="../../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2719,7 +2720,6 @@ <h4>Coarse mesh and inexact coarse solve<a class="headerlink" href="#coarse-mesh
<script src="../../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../../_static/js/examples.js"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="../../_static/js/lunr.js"></script>
<script src="../../_static/lunr/lunr_index.js"></script>
<script src="../../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/ffddm/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,8 @@ <h2><div id='ExampleLinkToGitHub'></div><div id='ExampleCopyButton'></div><div i
<!-- Subnav -->
<script async src="../../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2217,7 +2218,6 @@ <h2><div id='ExampleLinkToGitHub'></div><div id='ExampleCopyButton'></div><div i
<script src="../../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../../_static/js/examples.js"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="../../_static/js/lunr.js"></script>
<script src="../../_static/lunr/lunr_index.js"></script>
<script src="../../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/ffddm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,8 @@ <h1>ffddm<a class="headerlink" href="#ffddm" title="Link to this heading"></a></
<!-- Subnav -->
<script async src="../../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2242,7 +2243,6 @@ <h1>ffddm<a class="headerlink" href="#ffddm" title="Link to this heading"></a></
<script src="../../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../../_static/js/examples.js"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="../../_static/js/lunr.js"></script>
<script src="../../_static/lunr/lunr_index.js"></script>
<script src="../../_static/lunr/lunr_index_edps.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,8 @@ <h4>Two level methods<a class="headerlink" href="#two-level-methods" title="Link
<!-- Subnav -->
<script async src="../../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2284,7 +2285,6 @@ <h4>Two level methods<a class="headerlink" href="#two-level-methods" title="Link
<script src="../../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../../_static/js/examples.js"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="../../_static/js/lunr.js"></script>
<script src="../../_static/lunr/lunr_index.js"></script>
<script src="../../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/ffddm/parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -2131,7 +2131,8 @@ <h1>Parameters<a class="headerlink" href="#parameters" title="Link to this headi
<!-- Subnav -->
<script async src="../../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2154,7 +2155,6 @@ <h1>Parameters<a class="headerlink" href="#parameters" title="Link to this headi
<script src="../../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../../_static/js/examples.js"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="../../_static/js/lunr.js"></script>
<script src="../../_static/lunr/lunr_index.js"></script>
<script src="../../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/ffddm/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -2612,7 +2612,8 @@ <h2>Some results: 2-level DD for Maxwell equations, scattering from the COBRA ca
<!-- Subnav -->
<script async src="../../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2635,7 +2636,6 @@ <h2>Some results: 2-level DD for Maxwell equations, scattering from the COBRA ca
<script src="../../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../../_static/js/examples.js"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="../../_static/js/lunr.js"></script>
<script src="../../_static/lunr/lunr_index.js"></script>
<script src="../../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/finite-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -4305,7 +4305,8 @@ <h2>Finite elements connectivity<a class="headerlink" href="#finite-elements-con
<!-- Subnav -->
<script async src="../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -4328,7 +4329,6 @@ <h2>Finite elements connectivity<a class="headerlink" href="#finite-elements-con
<script src="../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../_static/js/examples.js"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="../_static/js/lunr.js"></script>
<script src="../_static/lunr/lunr_index.js"></script>
<script src="../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,8 @@ <h1>Documentation<a class="headerlink" href="#documentation" title="Link to this
<!-- Subnav -->
<script async src="../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2535,7 +2536,6 @@ <h1>Documentation<a class="headerlink" href="#documentation" title="Link to this
<script src="../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../_static/js/examples.js"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="../_static/js/lunr.js"></script>
<script src="../_static/lunr/lunr_index.js"></script>
<script src="../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/mesh-generation.html
Original file line number Diff line number Diff line change
Expand Up @@ -6359,7 +6359,8 @@ <h2>Build a 2d mesh from an isoline<a class="headerlink" href="#build-a-2d-mesh-
<!-- Subnav -->
<script async src="../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -6382,7 +6383,6 @@ <h2>Build a 2d mesh from an isoline<a class="headerlink" href="#build-a-2d-mesh-
<script src="../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../_static/js/examples.js"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="../_static/js/lunr.js"></script>
<script src="../_static/lunr/lunr_index.js"></script>
<script src="../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/notations.html
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,8 @@ <h2>Finite Element Spaces<a class="headerlink" href="#finite-element-spaces" tit
<!-- Subnav -->
<script async src="../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2217,7 +2218,6 @@ <h2>Finite Element Spaces<a class="headerlink" href="#finite-element-spaces" tit
<script src="../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../_static/js/examples.js"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="../_static/js/lunr.js"></script>
<script src="../_static/lunr/lunr_index.js"></script>
<script src="../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/parallelization.html
Original file line number Diff line number Diff line change
Expand Up @@ -4181,7 +4181,8 @@ <h4>Global operations<a class="headerlink" href="#global-operations" title="Link
<!-- Subnav -->
<script async src="../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -4204,7 +4205,6 @@ <h4>Global operations<a class="headerlink" href="#global-operations" title="Link
<script src="../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../_static/js/examples.js"></script>
<script src="../_static/js/mathjax-config.js"></script>
<script src="../_static/js/lunr.js"></script>
<script src="../_static/lunr/lunr_index.js"></script>
<script src="../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/petsc/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,8 @@ <h2>Reproducible science<a class="headerlink" href="#reproducible-science" title
<!-- Subnav -->
<script async src="../../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2425,7 +2426,6 @@ <h2>Reproducible science<a class="headerlink" href="#reproducible-science" title
<script src="../../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../../_static/js/examples.js"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="../../_static/js/lunr.js"></script>
<script src="../../_static/lunr/lunr_index.js"></script>
<script src="../../_static/lunr/lunr_index_edps.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions documentation/petsc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2087,7 +2087,8 @@ <h2><div id='ExampleLinkToGitHub'></div><div id='ExampleCopyButton'></div><div i
<!-- Subnav -->
<script async src="../../_static/js/subnav.js"></script>
<!-- MathJax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js" id="MathJax-script"></script>
<!-- Treejs -->
<script src="../../_static/js/tree.min.js"></script>
<!-- CodeMirror -->
Expand All @@ -2110,7 +2111,6 @@ <h2><div id='ExampleLinkToGitHub'></div><div id='ExampleCopyButton'></div><div i
<script src="../../_static/js/buttonstrip.min.js"></script>
<!-- Search -->
<script src="../../_static/js/examples.js"></script>
<script src="../../_static/js/mathjax-config.js"></script>
<script src="../../_static/js/lunr.js"></script>
<script src="../../_static/lunr/lunr_index.js"></script>
<script src="../../_static/lunr/lunr_index_edps.js"></script>
Expand Down
Loading

0 comments on commit 9fba4e0

Please sign in to comment.