Skip to content

Commit

Permalink
deploy: ecfc059
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Jul 31, 2023
1 parent c101dd0 commit b49a753
Show file tree
Hide file tree
Showing 34 changed files with 240 additions and 240 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: c53fb8e28eea5da8ab38c84a0a2bedc3
config: faaf0fb44f1d63828006a8b9d15ca820
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions _sources/examples-dev/sg_execution_times.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

Computation times
=================
**00:01.996** total execution time for **examples-dev** files:
**00:01.759** total execution time for **examples-dev** files:

+----------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples-dev_voronoi.py` (``voronoi.py``) | 00:01.996 | 0.0 MB |
| :ref:`sphx_glr_examples-dev_voronoi.py` (``voronoi.py``) | 00:01.759 | 0.0 MB |
+----------------------------------------------------------+-----------+--------+
2 changes: 1 addition & 1 deletion _sources/examples-dev/voronoi.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ The figure shows:
.. rst-class:: sphx-glr-timing

**Total running time of the script:** ( 0 minutes 1.996 seconds)
**Total running time of the script:** ( 0 minutes 1.759 seconds)


.. _sphx_glr_download_examples-dev_voronoi.py:
Expand Down
24 changes: 12 additions & 12 deletions _sources/examples/connectivity.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ By default, the border value for binary erosion is set to ``False`` (equal to
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f34787d46a0>
<matplotlib.collections.PolyCollection object at 0x7f5f82b5d220>
Expand Down Expand Up @@ -165,7 +165,7 @@ start by setting a single value in the center of the grid to ``True``.
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f3469f904c0>
<matplotlib.collections.PolyCollection object at 0x7f5f81ad5bb0>
Expand Down Expand Up @@ -200,7 +200,7 @@ alternative border value:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f3468cd4eb0>
<matplotlib.collections.PolyCollection object at 0x7f5f91398370>
Expand Down Expand Up @@ -238,7 +238,7 @@ analyse connected parts of the mesh.
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f346a66f820>
<matplotlib.collections.PolyCollection object at 0x7f5f83697280>
Expand Down Expand Up @@ -272,7 +272,7 @@ Tesselation.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f346a9351c0>
<matplotlib.collections.LineCollection object at 0x7f5f917209d0>
Expand Down Expand Up @@ -316,7 +316,7 @@ the original.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f3468cee190>
<matplotlib.collections.LineCollection object at 0x7f5f82ed8610>
Expand Down Expand Up @@ -355,7 +355,7 @@ We can break down one of the Voronoi tesselations from above into triangles:
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f3469cc1400>
<matplotlib.collections.LineCollection object at 0x7f5f82abb880>
Expand Down Expand Up @@ -409,7 +409,7 @@ the upper and lower parts:
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f3469c9d460>
<matplotlib.collections.LineCollection object at 0x7f5f82a638e0>
Expand Down Expand Up @@ -439,7 +439,7 @@ We can now use Laplace interpolation to fill the gaps in the grid.
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f346915ec10>
<matplotlib.collections.PolyCollection object at 0x7f5f826d20d0>
Expand Down Expand Up @@ -480,7 +480,7 @@ To illustrate, let's take a look at the connectivity matrix of the Xoxo grid.
.. code-block:: none
<matplotlib.image.AxesImage object at 0x7f346a6d3400>
<matplotlib.image.AxesImage object at 0x7f5f8365e880>
Expand Down Expand Up @@ -516,14 +516,14 @@ locality:
.. code-block:: none
<matplotlib.image.AxesImage object at 0x7f346a8fd550>
<matplotlib.image.AxesImage object at 0x7f5f8375a790>
.. rst-class:: sphx-glr-timing

**Total running time of the script:** ( 0 minutes 2.019 seconds)
**Total running time of the script:** ( 0 minutes 1.903 seconds)


.. _sphx_glr_download_examples_connectivity.py:
Expand Down
10 changes: 5 additions & 5 deletions _sources/examples/overlap_regridder.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ some bathymetry) of the Netherlands, and a coarser target grid.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f3469d9e970>
<matplotlib.collections.LineCollection object at 0x7f5f8264cf10>
Expand Down Expand Up @@ -204,7 +204,7 @@ conservative methods, such as conductance:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f346934e400>
<matplotlib.collections.PolyCollection object at 0x7f5f8168d880>
Expand Down Expand Up @@ -282,7 +282,7 @@ To use our custom method, we provide at initialization of the OverlapRegridder:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f3469324ac0>
<matplotlib.collections.PolyCollection object at 0x7f5f91666d00>
Expand Down Expand Up @@ -322,7 +322,7 @@ function can deal with NaN values! -- hence ``nanpercentile`` rather than
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f346a270940>
<matplotlib.collections.PolyCollection object at 0x7f5f835c9910>
Expand All @@ -333,7 +333,7 @@ function can deal with NaN values! -- hence ``nanpercentile`` rather than

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

**Total running time of the script:** ( 0 minutes 6.270 seconds)
**Total running time of the script:** ( 0 minutes 5.408 seconds)


.. _sphx_glr_download_examples_overlap_regridder.py:
Expand Down
18 changes: 9 additions & 9 deletions _sources/examples/partitioning.rst.txt

Large diffs are not rendered by default.

Loading

0 comments on commit b49a753

Please sign in to comment.