Skip to content

Commit

Permalink
Update gh-pages to output generated at e6a7a84
Browse files Browse the repository at this point in the history
  • Loading branch information
VGPReys committed Apr 11, 2024
1 parent 6f90949 commit 7d5a3b3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified .doctrees/citing.doctree
Binary file not shown.
Binary file modified .doctrees/contributing.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions _modules/haddock/libs/libplots.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h1>Source code for haddock.libs.libplots</h1><div class="highlight"><pre>
<span class="sd"> html content</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="c1"># Check if plotly javascript must be flushed in this file</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">offline</span><span class="p">:</span>
<span class="k">if</span> <span class="n">offline</span><span class="p">:</span>
<span class="n">plotlyjs</span> <span class="o">=</span> <span class="sa">f</span><span class="s1">&#39;&lt;script type=&quot;text/javascript&quot;&gt;</span><span class="si">{</span><span class="n">get_plotlyjs</span><span class="p">()</span><span class="si">}</span><span class="s1">&lt;/script&gt;&#39;</span>
<span class="k">else</span><span class="p">:</span>
<span class="n">plotlyjs</span> <span class="o">=</span> <span class="sa">f</span><span class="s1">&#39;&lt;script src=&quot;</span><span class="si">{</span><span class="n">plotly_cdn_url</span><span class="p">()</span><span class="si">}</span><span class="s1">&quot;&gt;&lt;/script&gt;&#39;</span>
Expand All @@ -223,7 +223,7 @@ <h1>Source code for haddock.libs.libplots</h1><div class="highlight"><pre>
<span class="n">html_content</span> <span class="o">=</span> <span class="sa">f</span><span class="s2">&quot;&quot;&quot;</span>
<span class="s2"> &lt;div&gt;</span>
<span class="s2"> &lt;script type=&quot;text/javascript&quot;&gt;window.PlotlyConfig = </span><span class="se">{{</span><span class="s2"> MathJaxConfig: &#39;local&#39; </span><span class="se">}}</span><span class="s2">;&lt;/script&gt;</span>
<span class="s2"> &lt;script src=&quot;</span><span class="si">{</span><span class="n">plotlyjs</span><span class="si">}</span><span class="s2">&quot;&gt;&lt;/script&gt;</span>
<span class="s2"> </span><span class="si">{</span><span class="n">plotlyjs</span><span class="si">}</span>
<span class="s2"> &lt;div id=&quot;plot</span><span class="si">{</span><span class="n">plot_id</span><span class="si">}</span><span class="s2">&quot; class=&quot;plotly-graph-div&quot; style=&quot;height:</span><span class="si">{</span><span class="n">figure_height</span><span class="si">}</span><span class="s2">px; width:</span><span class="si">{</span><span class="n">figure_width</span><span class="si">}</span><span class="s2">px;&quot;&gt;</span>
<span class="s2"> &lt;/div&gt;</span>
<span class="s2"> &lt;script id=&quot;data</span><span class="si">{</span><span class="n">plot_id</span><span class="si">}</span><span class="s2">&quot; type=&quot;application/json&quot;&gt;</span>
Expand Down

0 comments on commit 7d5a3b3

Please sign in to comment.