Skip to content

Commit

Permalink
deploy: b5e08ed
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Jul 24, 2023
1 parent 795b1b7 commit ccce62b
Show file tree
Hide file tree
Showing 36 changed files with 212 additions and 212 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: f6954d44ac79b17c77501ddc9a059c90
config: b901918a4a36f0c295c03f819f1d5c2c
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified _images/sphx_glr_partitioning_002.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_partitioning_003.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_partitioning_004.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_partitioning_005.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_partitioning_006.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_partitioning_007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.897** total execution time for **examples-dev** files:
**00:01.607** total execution time for **examples-dev** files:

+----------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples-dev_voronoi.py` (``voronoi.py``) | 00:01.897 | 0.0 MB |
| :ref:`sphx_glr_examples-dev_voronoi.py` (``voronoi.py``) | 00:01.607 | 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.897 seconds)
**Total running time of the script:** ( 0 minutes 1.607 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 0x7f68a1e4bcd0>
<matplotlib.collections.PolyCollection object at 0x7fdc107fbb80>
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 0x7f6893154f40>
<matplotlib.collections.PolyCollection object at 0x7fdc10e428b0>
Expand Down Expand Up @@ -200,7 +200,7 @@ alternative border value:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f6892f0ca60>
<matplotlib.collections.PolyCollection object at 0x7fdc100d6490>
Expand Down Expand Up @@ -238,7 +238,7 @@ analyse connected parts of the mesh.
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f6893f2a3a0>
<matplotlib.collections.PolyCollection object at 0x7fdc03355dc0>
Expand Down Expand Up @@ -272,7 +272,7 @@ Tesselation.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f6892332a30>
<matplotlib.collections.LineCollection object at 0x7fdc1008fd90>
Expand Down Expand Up @@ -316,7 +316,7 @@ the original.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f68a1b64cd0>
<matplotlib.collections.LineCollection object at 0x7fdc11288730>
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 0x7f6892eaef40>
<matplotlib.collections.LineCollection object at 0x7fdc130d59a0>
Expand Down Expand Up @@ -409,7 +409,7 @@ the upper and lower parts:
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7f6892f4ffa0>
<matplotlib.collections.LineCollection object at 0x7fdc10ecba00>
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 0x7f689386a790>
<matplotlib.collections.PolyCollection object at 0x7fdc103d91f0>
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 0x7f68a1b08f40>
<matplotlib.image.AxesImage object at 0x7fdc113a69a0>
Expand Down Expand Up @@ -516,14 +516,14 @@ locality:
.. code-block:: none
<matplotlib.image.AxesImage object at 0x7f689345c670>
<matplotlib.image.AxesImage object at 0x7fdc0343b910>
.. rst-class:: sphx-glr-timing

**Total running time of the script:** ( 0 minutes 1.928 seconds)
**Total running time of the script:** ( 0 minutes 1.618 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 0x7f68922c1880>
<matplotlib.collections.LineCollection object at 0x7fdc104486d0>
Expand Down Expand Up @@ -204,7 +204,7 @@ conservative methods, such as conductance:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7f68a1cc9f40>
<matplotlib.collections.PolyCollection object at 0x7fdc1020f9a0>
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 0x7f68933bdf40>
<matplotlib.collections.PolyCollection object at 0x7fdc10e3bd30>
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 0x7f6892fe8f70>
<matplotlib.collections.PolyCollection object at 0x7fdc112b99d0>
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.051 seconds)
**Total running time of the script:** ( 0 minutes 5.290 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 ccce62b

Please sign in to comment.