Skip to content

Commit

Permalink
deploy: ca17eb0
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Feb 19, 2024
1 parent ccd6dc5 commit 7b38f41
Show file tree
Hide file tree
Showing 57 changed files with 298 additions and 292 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: 4d98c0a32dca65a16f68eb1fcde32261
config: 76a2d0b2dae1057b2bcc9fb7e27732f8
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/changelog.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/examples-dev/sg_execution_times.doctree
Binary file not shown.
Binary file modified .doctrees/examples-dev/voronoi.doctree
Binary file not shown.
Binary file modified .doctrees/examples/connectivity.doctree
Binary file not shown.
Binary file modified .doctrees/examples/overlap_regridder.doctree
Binary file not shown.
Binary file modified .doctrees/examples/partitioning.doctree
Binary file not shown.
Binary file modified .doctrees/examples/plotting.doctree
Binary file not shown.
Binary file modified .doctrees/examples/quick_overview.doctree
Binary file not shown.
Binary file modified .doctrees/examples/regridder_overview.doctree
Binary file not shown.
Binary file modified .doctrees/examples/selection.doctree
Binary file not shown.
Binary file modified .doctrees/examples/sg_execution_times.doctree
Binary file not shown.
Binary file modified .doctrees/examples/vector_conversion.doctree
Binary file not shown.
Binary file modified .doctrees/sample_data/adh_san_diego.doctree
Binary file not shown.
Binary file modified .doctrees/sample_data/disk.doctree
Binary file not shown.
Binary file modified .doctrees/sample_data/elevation_nl.doctree
Binary file not shown.
Binary file modified .doctrees/sample_data/provinces_nl.doctree
Binary file not shown.
Binary file modified .doctrees/sample_data/sg_execution_times.doctree
Binary file not shown.
Binary file modified .doctrees/sample_data/xoxo.doctree
Binary file not shown.
3 changes: 3 additions & 0 deletions _sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Fixed
copies).
- Fixed bug in :meth:`xugrid.Ugrid1d.merge_partitions`, which caused
``ValueError: indexes must be provided for attrs``.
- Fixed ``from_structured`` methods: the generated faces are now always in
counterclockwise direction, also for increasing y-coordinates or decreasing
x-coordinates.

Added
~~~~~
Expand Down
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.224** total execution time for **examples-dev** files:
**00:01.303** total execution time for **examples-dev** files:

+----------------------------------------------------------+-----------+--------+
| :ref:`sphx_glr_examples-dev_voronoi.py` (``voronoi.py``) | 00:01.224 | 0.0 MB |
| :ref:`sphx_glr_examples-dev_voronoi.py` (``voronoi.py``) | 00:01.303 | 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.224 seconds)
**Total running time of the script:** (0 minutes 1.303 seconds)


.. _sphx_glr_download_examples-dev_voronoi.py:
Expand Down
26 changes: 13 additions & 13 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 0x7fcdb71607d0>
<matplotlib.collections.PolyCollection object at 0x7f836aebb0d0>
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 0x7fcdc38fd810>
<matplotlib.collections.PolyCollection object at 0x7f837697c590>
Expand Down Expand Up @@ -200,7 +200,7 @@ alternative border value:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7fcdb7d04910>
<matplotlib.collections.PolyCollection object at 0x7f836bc8ee50>
Expand Down Expand Up @@ -238,7 +238,7 @@ analyse connected parts of the mesh.
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7fcdb84a9710>
<matplotlib.collections.PolyCollection object at 0x7f83772f10d0>
Expand Down Expand Up @@ -272,7 +272,7 @@ Tesselation.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7fcdb8f39510>
<matplotlib.collections.LineCollection object at 0x7f836b01d290>
Expand Down Expand Up @@ -316,7 +316,7 @@ the original.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7fcdc38a1450>
<matplotlib.collections.LineCollection object at 0x7f836aba2c50>
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 0x7fcdb7a60f50>
<matplotlib.collections.LineCollection object at 0x7f8377f7ff90>
Expand Down Expand Up @@ -409,7 +409,7 @@ the upper and lower parts:
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7fcdb71301d0>
<matplotlib.collections.LineCollection object at 0x7f836bb0de10>
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 0x7fcdb7f5d810>
<matplotlib.collections.PolyCollection object at 0x7f836bef13d0>
Expand Down Expand Up @@ -477,7 +477,7 @@ interpolation.
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7fcdb832c6d0>
<matplotlib.collections.PolyCollection object at 0x7f836aa9f410>
Expand Down Expand Up @@ -518,7 +518,7 @@ To illustrate, let's take a look at the connectivity matrix of the Xoxo grid.
.. code-block:: none
<matplotlib.image.AxesImage object at 0x7fcdb84eb750>
<matplotlib.image.AxesImage object at 0x7f836beba490>
Expand Down Expand Up @@ -554,14 +554,14 @@ locality:
.. code-block:: none
<matplotlib.image.AxesImage object at 0x7fcdb856ad50>
<matplotlib.image.AxesImage object at 0x7f836aed4410>
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 1.659 seconds)
**Total running time of the script:** (0 minutes 1.696 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 @@ -112,7 +112,7 @@ some bathymetry) of the Netherlands, and a coarser target grid.
.. code-block:: none
<matplotlib.collections.LineCollection object at 0x7fcdb7c8a1d0>
<matplotlib.collections.LineCollection object at 0x7f836bbdae10>
Expand Down Expand Up @@ -202,7 +202,7 @@ conservative methods, such as conductance:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7fcdb8065890>
<matplotlib.collections.PolyCollection object at 0x7f836bfccbd0>
Expand Down Expand Up @@ -280,7 +280,7 @@ To use our custom method, we provide at initialization of the OverlapRegridder:
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7fcdb85d1690>
<matplotlib.collections.PolyCollection object at 0x7f8376d1d810>
Expand Down Expand Up @@ -320,7 +320,7 @@ function can deal with NaN values! -- hence ``nanpercentile`` rather than
.. code-block:: none
<matplotlib.collections.PolyCollection object at 0x7fcdb85e9cd0>
<matplotlib.collections.PolyCollection object at 0x7f836ac02d10>
Expand All @@ -331,7 +331,7 @@ function can deal with NaN values! -- hence ``nanpercentile`` rather than

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

**Total running time of the script:** (0 minutes 4.012 seconds)
**Total running time of the script:** (0 minutes 4.013 seconds)


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

Large diffs are not rendered by default.

Loading

0 comments on commit 7b38f41

Please sign in to comment.