Skip to content

Commit

Permalink
Update docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 9, 2024
1 parent 02b3649 commit e0428f5
Show file tree
Hide file tree
Showing 16 changed files with 206 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5dc3cbe299fe605faf02ff19d5bc1c37
config: 0dd634e1191296fb7f8b3426a69f3585
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Binary file modified _images/sphx_glr_simple_arctan_fit_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/sphx_glr_simple_arctan_fit_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _sources/auto_examples/model_fitting/plot_residual.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ Fit for all navigation positions:

.. code-block:: none
Exception ignored in: <function tqdm.__del__ at 0x7f338d3b99e0>
Exception ignored in: <function tqdm.__del__ at 0x7f91379b1b20>
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/tqdm/std.py", line 1148, in __del__
self.close()
File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/tqdm/notebook.py", line 279, in close
self.disp(bar_style='danger', check_delay=False)
^^^^^^^^^
AttributeError: 'tqdm_notebook' object has no attribute 'disp'
0%| | 0/10 [00:00<?, ?it/s] 100%|██████████| 10/10 [00:00<00:00, 1454.54it/s]
0%| | 0/10 [00:00<?, ?it/s] 100%|██████████| 10/10 [00:00<00:00, 1480.36it/s]



Expand Down Expand Up @@ -164,7 +164,7 @@ sphinx_gallery_thumbnail_number = 2

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.562 seconds)
**Total running time of the script:** (0 minutes 0.496 seconds)


.. _sphx_glr_download_auto_examples_model_fitting_plot_residual.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:09.148** total execution time for 3 files **from auto_examples/model_fitting**:
**00:38.491** total execution time for 3 files **from auto_examples/model_fitting**:

.. container::

Expand All @@ -33,11 +33,11 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_model_fitting_EELS_curve_fitting.py` (``EELS_curve_fitting.py``)
- 00:08.262
- 00:37.675
- 0.0
* - :ref:`sphx_glr_auto_examples_model_fitting_plot_residual.py` (``plot_residual.py``)
- 00:00.562
- 00:00.496
- 0.0
* - :ref:`sphx_glr_auto_examples_model_fitting_simple_arctan_fit.py` (``simple_arctan_fit.py``)
- 00:00.323
- 00:00.320
- 0.0
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Fit an arctan function.
Active: True
Parameter Name | Free | Value | Std | Min | Max | Linear
============== | ======= | ========== | ========== | ========== | ========== | ======
A | True | 1.00025977 | 0.00213855 | None | None | True
k | True | 0.97361073 | 0.08147353 | None | None | False
x0 | True | 0.05768355 | 0.08070912 | None | None | False
A | True | 0.99693198 | 0.00202875 | None | None | True
k | True | 0.99283774 | 0.07998579 | None | None | False
x0 | True | 0.00316172 | 0.07595852 | None | None | False
Expand Down Expand Up @@ -91,7 +91,7 @@ Fit an arctan function.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.323 seconds)
**Total running time of the script:** (0 minutes 0.320 seconds)


.. _sphx_glr_download_auto_examples_model_fitting_simple_arctan_fit.py:
Expand Down
8 changes: 4 additions & 4 deletions _sources/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**00:09.148** total execution time for 3 files **from all galleries**:
**00:38.491** total execution time for 3 files **from all galleries**:

.. container::

Expand All @@ -33,11 +33,11 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_model_fitting_EELS_curve_fitting.py` (``../examples/model_fitting/EELS_curve_fitting.py``)
- 00:08.262
- 00:37.675
- 0.0
* - :ref:`sphx_glr_auto_examples_model_fitting_plot_residual.py` (``../examples/model_fitting/plot_residual.py``)
- 00:00.562
- 00:00.496
- 0.0
* - :ref:`sphx_glr_auto_examples_model_fitting_simple_arctan_fit.py` (``../examples/model_fitting/simple_arctan_fit.py``)
- 00:00.323
- 00:00.320
- 0.0
194 changes: 172 additions & 22 deletions auto_examples/model_fitting/EELS_curve_fitting.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions auto_examples/model_fitting/plot_residual.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
<div class="highlight-Python notranslate"><div class="highlight"><pre><span></span><a href="https://hyperspy.org/hyperspy-doc/dev/reference/base_classes/model/basemodel.html#hyperspy.model.BaseModel.multifit" title="hyperspy.model.BaseModel.multifit" class="sphx-glr-backref-module-hyperspy-model sphx-glr-backref-type-py-method"><span class="n">m</span><span class="o">.</span><span class="n">multifit</span></a><span class="p">()</span>
</pre></div>
</div>
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Exception ignored in: &lt;function tqdm.__del__ at 0x7f338d3b99e0&gt;
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Exception ignored in: &lt;function tqdm.__del__ at 0x7f91379b1b20&gt;
Traceback (most recent call last):
File &quot;/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/tqdm/std.py&quot;, line 1148, in __del__
self.close()
Expand All @@ -488,7 +488,7 @@
AttributeError: &#39;tqdm_notebook&#39; object has no attribute &#39;disp&#39;

0%| | 0/10 [00:00&lt;?, ?it/s]
100%|██████████| 10/10 [00:00&lt;00:00, 1454.54it/s]
100%|██████████| 10/10 [00:00&lt;00:00, 1480.36it/s]
</pre></div>
</div>
<p>Plot the fitted model with residual:</p>
Expand All @@ -500,7 +500,7 @@
<li><img src="../../_images/sphx_glr_plot_residual_002.png" srcset="../../_images/sphx_glr_plot_residual_002.png" alt="Signal" class = "sphx-glr-multi-img"/></li>
</ul>
<p>sphinx_gallery_thumbnail_number = 2</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.562 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.496 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-model-fitting-plot-residual-py">
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/971c2906ad663020c2e6701928a24c9a/plot_residual.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">plot_residual.ipynb</span></code></a></p>
Expand Down
8 changes: 4 additions & 4 deletions auto_examples/model_fitting/sg_execution_times.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@

<section id="computation-times">
<span id="sphx-glr-auto-examples-model-fitting-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Link to this heading">#</a></h1>
<p><strong>00:09.148</strong> total execution time for 3 files <strong>from auto_examples/model_fitting</strong>:</p>
<p><strong>00:38.491</strong> total execution time for 3 files <strong>from auto_examples/model_fitting</strong>:</p>
<div class="docutils container">
<style scoped>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" />
Expand All @@ -448,15 +448,15 @@
</thead>
<tbody>
<tr class="row-even"><td><p><a class="reference internal" href="EELS_curve_fitting.html#sphx-glr-auto-examples-model-fitting-eels-curve-fitting-py"><span class="std std-ref">EELS curve fitting</span></a> (<code class="docutils literal notranslate"><span class="pre">EELS_curve_fitting.py</span></code>)</p></td>
<td><p>00:08.262</p></td>
<td><p>00:37.675</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="plot_residual.html#sphx-glr-auto-examples-model-fitting-plot-residual-py"><span class="std std-ref">Plot Residual</span></a> (<code class="docutils literal notranslate"><span class="pre">plot_residual.py</span></code>)</p></td>
<td><p>00:00.562</p></td>
<td><p>00:00.496</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="simple_arctan_fit.html#sphx-glr-auto-examples-model-fitting-simple-arctan-fit-py"><span class="std std-ref">Simple arctan fit</span></a> (<code class="docutils literal notranslate"><span class="pre">simple_arctan_fit.py</span></code>)</p></td>
<td><p>00:00.323</p></td>
<td><p>00:00.320</p></td>
<td><p>0.0</p></td>
</tr>
</tbody>
Expand Down
8 changes: 4 additions & 4 deletions auto_examples/model_fitting/simple_arctan_fit.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,9 @@
Active: True
Parameter Name | Free | Value | Std | Min | Max | Linear
============== | ======= | ========== | ========== | ========== | ========== | ======
A | True | 1.00025977 | 0.00213855 | None | None | True
k | True | 0.97361073 | 0.08147353 | None | None | False
x0 | True | 0.05768355 | 0.08070912 | None | None | False
A | True | 0.99693198 | 0.00202875 | None | None | True
k | True | 0.99283774 | 0.07998579 | None | None | False
x0 | True | 0.00316172 | 0.07595852 | None | None | False
</pre></div>
</div>
<div class="line-block">
Expand Down Expand Up @@ -499,7 +499,7 @@
<a href="https://hyperspy.org/hyperspy-doc/dev/reference/base_classes/model/model1d.html#hyperspy.models.model1d.Model1D.plot" title="hyperspy.models.model1d.Model1D.plot" class="sphx-glr-backref-module-hyperspy-models-model1d sphx-glr-backref-type-py-method"><span class="n">m</span><span class="o">.</span><span class="n">plot</span></a><span class="p">()</span>
</pre></div>
</div>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.323 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.320 seconds)</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-model-fitting-simple-arctan-fit-py">
<div class="sphx-glr-download sphx-glr-download-jupyter docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/9fccdf8a75923677d25708442159bb9b/simple_arctan_fit.ipynb"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Jupyter</span> <span class="pre">notebook:</span> <span class="pre">simple_arctan_fit.ipynb</span></code></a></p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions sg_execution_times.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@

<section id="computation-times">
<span id="sphx-glr-sg-execution-times"></span><h1>Computation times<a class="headerlink" href="#computation-times" title="Link to this heading">#</a></h1>
<p><strong>00:09.148</strong> total execution time for 3 files <strong>from all galleries</strong>:</p>
<p><strong>00:38.491</strong> total execution time for 3 files <strong>from all galleries</strong>:</p>
<div class="docutils container">
<style scoped>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" />
Expand All @@ -448,15 +448,15 @@
</thead>
<tbody>
<tr class="row-even"><td><p><a class="reference internal" href="auto_examples/model_fitting/EELS_curve_fitting.html#sphx-glr-auto-examples-model-fitting-eels-curve-fitting-py"><span class="std std-ref">EELS curve fitting</span></a> (<code class="docutils literal notranslate"><span class="pre">../examples/model_fitting/EELS_curve_fitting.py</span></code>)</p></td>
<td><p>00:08.262</p></td>
<td><p>00:37.675</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="auto_examples/model_fitting/plot_residual.html#sphx-glr-auto-examples-model-fitting-plot-residual-py"><span class="std std-ref">Plot Residual</span></a> (<code class="docutils literal notranslate"><span class="pre">../examples/model_fitting/plot_residual.py</span></code>)</p></td>
<td><p>00:00.562</p></td>
<td><p>00:00.496</p></td>
<td><p>0.0</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="auto_examples/model_fitting/simple_arctan_fit.html#sphx-glr-auto-examples-model-fitting-simple-arctan-fit-py"><span class="std std-ref">Simple arctan fit</span></a> (<code class="docutils literal notranslate"><span class="pre">../examples/model_fitting/simple_arctan_fit.py</span></code>)</p></td>
<td><p>00:00.323</p></td>
<td><p>00:00.320</p></td>
<td><p>0.0</p></td>
</tr>
</tbody>
Expand Down

0 comments on commit e0428f5

Please sign in to comment.