Skip to content

Commit

Permalink
deploy: a73ded3
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikKok committed Jun 29, 2023
1 parent cb367a3 commit 4d11a31
Show file tree
Hide file tree
Showing 28 changed files with 204 additions and 204 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: 209f8fb9207866593168ade0a5c536f4
config: dcbbf9d7f27d9a54983f854adc3156e7
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.730** total execution time for **examples-dev** files:
**00:01.672** total execution time for **examples-dev** files:

+----------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples-dev_voronoi.py` (``voronoi.py``) | 00:01.730 | 0.0 MB |
| :ref:`sphx_glr_examples-dev_voronoi.py` (``voronoi.py``) | 00:01.672 | 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.730 seconds)
**Total running time of the script:** ( 0 minutes 1.672 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 0x7f65d0ce7e80>
<matplotlib.collections.PolyCollection object at 0x7f24a89e9130>
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 0x7f65c7937af0>
<matplotlib.collections.PolyCollection object at 0x7f24b1799eb0>
Expand Down Expand Up @@ -200,7 +200,7 @@ alternative border value:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f65c6fb5ee0>
<matplotlib.collections.PolyCollection object at 0x7f24a6f79430>
Expand Down Expand Up @@ -238,7 +238,7 @@ analyse connected parts of the mesh.
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f65c64a5820>
<matplotlib.collections.PolyCollection object at 0x7f24a7c0bca0>
Expand Down Expand Up @@ -272,7 +272,7 @@ Tesselation.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f65c7d401c0>
<matplotlib.collections.LineCollection object at 0x7f24a7c3d9d0>
Expand Down Expand Up @@ -316,7 +316,7 @@ the original.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f65c70b0190>
<matplotlib.collections.LineCollection object at 0x7f24a8892610>
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 0x7f65c7f41400>
<matplotlib.collections.LineCollection object at 0x7f24a6daf880>
Expand Down Expand Up @@ -409,7 +409,7 @@ the upper and lower parts:
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f65c642d460>
<matplotlib.collections.LineCollection object at 0x7f24a7a888e0>
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 0x7f65c6424b80>
<matplotlib.collections.PolyCollection object at 0x7f24a6ece040>
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 0x7f65c7fbc5b0>
<matplotlib.image.AxesImage object at 0x7f24a8a2aa30>
Expand Down Expand Up @@ -516,14 +516,14 @@ locality:
.. code-block:: none
<matplotlib.image.AxesImage object at 0x7f65c8069490>
<matplotlib.image.AxesImage object at 0x7f24a7fefd30>
.. rst-class:: sphx-glr-timing

**Total running time of the script:** ( 0 minutes 1.757 seconds)
**Total running time of the script:** ( 0 minutes 1.699 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 0x7f65d0f69970>
<matplotlib.collections.LineCollection object at 0x7f24a7e0a3d0>
Expand Down Expand Up @@ -204,7 +204,7 @@ conservative methods, such as conductance:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f65d0b69430>
<matplotlib.collections.PolyCollection object at 0x7f24a70cf880>
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 0x7f65c7313af0>
<matplotlib.collections.PolyCollection object at 0x7f24a7e71be0>
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 0x7f65c89c3880>
<matplotlib.collections.PolyCollection object at 0x7f24a882c5e0>
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 5.315 seconds)
**Total running time of the script:** ( 0 minutes 5.271 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 4d11a31

Please sign in to comment.