diff --git a/.buildinfo b/.buildinfo index f9aa215..197e3de 100644 --- a/.buildinfo +++ b/.buildinfo @@ -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: 274ba1fe66a439b815add9c7a8f0b94f +config: 5b1e749bf67c1f6fa63f038e0021bc2f tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index 3967158..813086a 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/.doctrees/examples/index.doctree b/.doctrees/examples/index.doctree index 0000b02..68a5bc3 100644 Binary files a/.doctrees/examples/index.doctree and b/.doctrees/examples/index.doctree differ diff --git a/.doctrees/examples/sg_execution_times.doctree b/.doctrees/examples/sg_execution_times.doctree index 4973644..f9a992f 100644 Binary files a/.doctrees/examples/sg_execution_times.doctree and b/.doctrees/examples/sg_execution_times.doctree differ diff --git a/.doctrees/examples/spatial_indexing.doctree b/.doctrees/examples/spatial_indexing.doctree index eab2796..e7604d3 100644 Binary files a/.doctrees/examples/spatial_indexing.doctree and b/.doctrees/examples/spatial_indexing.doctree differ diff --git a/.doctrees/sg_execution_times.doctree b/.doctrees/sg_execution_times.doctree index ad8df2d..8bf010a 100644 Binary files a/.doctrees/sg_execution_times.doctree and b/.doctrees/sg_execution_times.doctree differ diff --git a/_downloads/0aecb10e7c78353581d9a2a41fdc6b88/spatial_indexing.zip b/_downloads/0aecb10e7c78353581d9a2a41fdc6b88/spatial_indexing.zip new file mode 100644 index 0000000..1da2243 Binary files /dev/null and b/_downloads/0aecb10e7c78353581d9a2a41fdc6b88/spatial_indexing.zip differ diff --git a/_downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip b/_downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip index 92d608d..79bbf5b 100644 Binary files a/_downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip and b/_downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip differ diff --git a/_downloads/fb625db3c50d423b1b7881136ffdeec8/examples_jupyter.zip b/_downloads/fb625db3c50d423b1b7881136ffdeec8/examples_jupyter.zip index 417be20..f3aad67 100644 Binary files a/_downloads/fb625db3c50d423b1b7881136ffdeec8/examples_jupyter.zip and b/_downloads/fb625db3c50d423b1b7881136ffdeec8/examples_jupyter.zip differ diff --git a/_modules/index.html b/_modules/index.html index 86ee8ae..da6796b 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -28,7 +28,7 @@ - + @@ -427,7 +427,7 @@
+
.. only:: html
diff --git a/_sources/examples/sg_execution_times.rst.txt b/_sources/examples/sg_execution_times.rst.txt
index 3d02452..62812f4 100644
--- a/_sources/examples/sg_execution_times.rst.txt
+++ b/_sources/examples/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:00.752** total execution time for 1 file **from examples**:
+**00:00.731** total execution time for 1 file **from examples**:
.. container::
@@ -33,5 +33,5 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_examples_spatial_indexing.py` (``spatial_indexing.py``)
- - 00:00.752
+ - 00:00.731
- 0.0
diff --git a/_sources/examples/spatial_indexing.rst.txt b/_sources/examples/spatial_indexing.rst.txt
index a3ddab8..1531899 100644
--- a/_sources/examples/spatial_indexing.rst.txt
+++ b/_sources/examples/spatial_indexing.rst.txt
@@ -669,7 +669,7 @@ with the Euclidian norm (Pythagorean distance):
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.752 seconds)
+ **Total running time of the script:** (0 minutes 0.731 seconds)
.. _sphx_glr_download_examples_spatial_indexing.py:
@@ -686,6 +686,10 @@ with the Euclidian norm (Pythagorean distance):
:download:`Download Python source code: spatial_indexing.py `
+ .. container:: sphx-glr-download sphx-glr-download-zip
+
+ :download:`Download zipped: spatial_indexing.zip `
+
.. only:: html
diff --git a/_sources/sg_execution_times.rst.txt b/_sources/sg_execution_times.rst.txt
index 93a3255..618f33c 100644
--- a/_sources/sg_execution_times.rst.txt
+++ b/_sources/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:00.752** total execution time for 1 file **from all galleries**:
+**00:00.731** total execution time for 1 file **from all galleries**:
.. container::
@@ -33,5 +33,5 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_examples_spatial_indexing.py` (``../examples/spatial_indexing.py``)
- - 00:00.752
+ - 00:00.731
- 0.0
diff --git a/_static/sg_gallery.css b/_static/sg_gallery.css
index 7222783..9bcd33c 100644
--- a/_static/sg_gallery.css
+++ b/_static/sg_gallery.css
@@ -178,23 +178,44 @@ thumbnail with its default link Background color */
max-height: 112px;
max-width: 160px;
}
-.sphx-glr-thumbcontainer[tooltip]:hover:after {
- background: var(--sg-tooltip-background);
+
+.sphx-glr-thumbcontainer[tooltip]::before {
+ content: "";
+ position: absolute;
+ pointer-events: none;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 97;
+ background-color: var(--sg-tooltip-background);
+ backdrop-filter: blur(3px);
+ opacity: 0;
+ transition: opacity 0.3s;
+}
+
+.sphx-glr-thumbcontainer[tooltip]:hover::before {
+ opacity: 1;
+}
+
+.sphx-glr-thumbcontainer[tooltip]:hover::after {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: var(--sg-tooltip-foreground);
content: attr(tooltip);
- padding: 10px;
+ padding: 10px 10px 5px;
z-index: 98;
width: 100%;
- height: 100%;
+ max-height: 100%;
position: absolute;
pointer-events: none;
top: 0;
box-sizing: border-box;
overflow: hidden;
- backdrop-filter: blur(3px);
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 6;
}
.sphx-glr-script-out {
@@ -283,6 +304,10 @@ div.sphx-glr-download a:hover {
background-color: var(--sg-download-a-hover-background-color);
}
+div.sphx-glr-sidebar-item img {
+ max-height: 20px;
+}
+
.sphx-glr-example-title:target::before {
display: block;
content: "";
diff --git a/api.html b/api.html
index 5c41885..1ea1d80 100644
--- a/api.html
+++ b/api.html
@@ -29,7 +29,7 @@
-
+
@@ -728,7 +728,7 @@
Examples
The examples in this gallery demonstrate the functionality of the
numba_celltree
package. Every example can be downloaded as either a Python
script or a Jupyter notebook for interactive exploration.
-
+
Spatial indexing
@@ -510,7 +510,7 @@ Examples
Computation times#
-00:00.752 total execution time for 1 file from examples:
+00:00.731 total execution time for 1 file from examples:
diff --git a/examples/sg_execution_times.html b/examples/sg_execution_times.html
index 18d5e16..0d64577 100644
--- a/examples/sg_execution_times.html
+++ b/examples/sg_execution_times.html
@@ -29,7 +29,7 @@
-
+
@@ -382,7 +382,7 @@
diff --git a/examples/index.html b/examples/index.html
index 214fa85..d4a0c37 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -29,7 +29,7 @@
-
+
@@ -397,7 +397,7 @@
diff --git a/_sources/examples/index.rst.txt b/_sources/examples/index.rst.txt
index 1ce3af2..7492d50 100644
--- a/_sources/examples/index.rst.txt
+++ b/_sources/examples/index.rst.txt
@@ -19,7 +19,7 @@ script or a Jupyter notebook for interactive exploration.
.. raw:: html
-