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 Oct 15, 2024
1 parent 7c62a40 commit 223e5cd
Show file tree
Hide file tree
Showing 43 changed files with 498 additions and 158 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _downloads/90f956a0ec1a60c2f96c8c92607d6fea/plot_residual.zip
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 0x7f9c03231760>
Exception ignored in: <function tqdm.__del__ at 0x7f492599a3e0>
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/tqdm/std.py", line 1148, in __del__
self.close()
File "/opt/hostedtoolcache/Python/3.11.10/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, 1482.56it/s]
0%| | 0/10 [00:00<?, ?it/s] 100%|██████████| 10/10 [00:00<00:00, 1515.56it/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.484 seconds)
**Total running time of the script:** (0 minutes 0.482 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:23.643** total execution time for 3 files **from auto_examples/model_fitting**:
**01:24.140** 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:22.808
- 01:23.326
- 0.0
* - :ref:`sphx_glr_auto_examples_model_fitting_plot_residual.py` (``plot_residual.py``)
- 00:00.484
- 00:00.482
- 0.0
* - :ref:`sphx_glr_auto_examples_model_fitting_simple_arctan_fit.py` (``simple_arctan_fit.py``)
- 00:00.351
- 00:00.332
- 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 | 0.99900498 | 0.00208207 | None | None | True
k | True | 1.00990880 | 0.08410340 | None | None | False
x0 | True | -0.0257217 | 0.07709732 | None | None | False
A | True | 1.00132894 | 0.00215680 | None | None | True
k | True | 1.16312164 | 0.10825667 | None | None | False
x0 | True | -0.0906913 | 0.07387224 | 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.351 seconds)
**Total running time of the script:** (0 minutes 0.332 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:23.643** total execution time for 3 files **from all galleries**:
**01:24.140** 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:22.808
- 01:23.326
- 0.0
* - :ref:`sphx_glr_auto_examples_model_fitting_plot_residual.py` (``../examples/model_fitting/plot_residual.py``)
- 00:00.484
- 00:00.482
- 0.0
* - :ref:`sphx_glr_auto_examples_model_fitting_simple_arctan_fit.py` (``../examples/model_fitting/simple_arctan_fit.py``)
- 00:00.351
- 00:00.332
- 0.0
2 changes: 1 addition & 1 deletion auto_examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ <h1>Model fitting<a class="headerlink" href="#model-fitting" title="Link to this
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.0.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
<br/>
</p>
</div>
Expand Down
445 changes: 386 additions & 59 deletions auto_examples/model_fitting/EELS_curve_fitting.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion auto_examples/model_fitting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.0.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
<br/>
</p>
</div>
Expand Down
8 changes: 4 additions & 4 deletions auto_examples/model_fitting/plot_residual.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
<div class="highlight-Python notranslate"><div class="highlight"><pre><span></span><a href="https://hyperspy.org/hyperspy-doc/current/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 0x7f9c03231760&gt;
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>Exception ignored in: &lt;function tqdm.__del__ at 0x7f492599a3e0&gt;
Traceback (most recent call last):
File &quot;/opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/tqdm/std.py&quot;, line 1148, in __del__
self.close()
Expand All @@ -508,7 +508,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, 1482.56it/s]
100%|██████████| 10/10 [00:00&lt;00:00, 1515.56it/s]
</pre></div>
</div>
<p>Plot the fitted model with residual:</p>
Expand All @@ -520,7 +520,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.484 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.482 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 Expand Up @@ -616,7 +616,7 @@
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.0.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
<br/>
</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions auto_examples/model_fitting/sg_execution_times.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,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:23.643</strong> total execution time for 3 files <strong>from auto_examples/model_fitting</strong>:</p>
<p><strong>01:24.140</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 @@ -468,15 +468,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:22.808</p></td>
<td><p>01:23.326</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.484</p></td>
<td><p>00:00.482</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.351</p></td>
<td><p>00:00.332</p></td>
<td><p>0.0</p></td>
</tr>
</tbody>
Expand Down Expand Up @@ -548,7 +548,7 @@
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.0.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
<br/>
</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions auto_examples/model_fitting/simple_arctan_fit.html
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@
Active: True
Parameter Name | Free | Value | Std | Min | Max | Linear
============== | ======= | ========== | ========== | ========== | ========== | ======
A | True | 0.99900498 | 0.00208207 | None | None | True
k | True | 1.00990880 | 0.08410340 | None | None | False
x0 | True | -0.0257217 | 0.07709732 | None | None | False
A | True | 1.00132894 | 0.00215680 | None | None | True
k | True | 1.16312164 | 0.10825667 | None | None | False
x0 | True | -0.0906913 | 0.07387224 | None | None | False
</pre></div>
</div>
<div class="line-block">
Expand Down Expand Up @@ -519,7 +519,7 @@
<a href="https://hyperspy.org/hyperspy-doc/current/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.351 seconds)</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> (0 minutes 0.332 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 Expand Up @@ -615,7 +615,7 @@
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.0.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
<br/>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion auto_examples/sg_execution_times.html
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@
<div class="footer-item">

<p class="sphinx-version">
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.0.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
<br/>
</p>
</div>
Expand Down
Loading

0 comments on commit 223e5cd

Please sign in to comment.