diff --git a/doc/html/index.html b/doc/html/index.html
index eda5de5d..183394dc 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -126,7 +126,7 @@
-Last revised: September 22, 2024 at 17:27:34 GMT |
+Last revised: February 06, 2025 at 14:13:55 GMT |
|
diff --git a/doc/html/numpy/.doctrees/environment.pickle b/doc/html/numpy/.doctrees/environment.pickle
index b3739fe3..cd4b0326 100644
Binary files a/doc/html/numpy/.doctrees/environment.pickle and b/doc/html/numpy/.doctrees/environment.pickle differ
diff --git a/doc/html/numpy/_static/boost.css b/doc/html/numpy/_static/boost.css
index 28f89359..36c1efd0 100644
--- a/doc/html/numpy/_static/boost.css
+++ b/doc/html/numpy/_static/boost.css
@@ -714,3 +714,23 @@ span.purple { color: purple; }
span.gold { color: gold; }
span.silver { color: silver; } /* lighter gray */
span.gray { color: #808080; } /* light gray */
+
+/* 2022 fix */
+
+ol.simple ol p,
+ol.simple ul p,
+ul.simple ol p,
+ul.simple ul p {
+ margin-top: 0;
+}
+
+ol.simple > li:not(:first-child) > p,
+ul.simple > li:not(:first-child) > p {
+ margin-top: 0;
+}
+
+ol.simple p,
+ul.simple p {
+ margin-bottom: 0;
+}
+
diff --git a/doc/html/numpy/_static/jquery.js b/doc/html/numpy/_static/jquery.js
index 7e329108..6f40fed6 100644
--- a/doc/html/numpy/_static/jquery.js
+++ b/doc/html/numpy/_static/jquery.js
@@ -9,7 +9,7 @@
* Released under the MIT license
* https://jquery.org/license
*
- * Date: 2019-04-19T06:52Z
+ * Date: 2025-01-28T12:40Z
*/
( function( global, factory ) {
@@ -4676,11 +4676,40 @@ var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i );
-// We have to close these tags to support XHTML (#13200)
-var wrapMap = {
+( function() {
+ var fragment = document.createDocumentFragment(),
+ div = fragment.appendChild( document.createElement( "div" ) ),
+ input = document.createElement( "input" );
+
+ // Support: Android 4.0 - 4.3 only
+ // Check state lost if the name is set (#11217)
+ // Support: Windows Web Apps (WWA)
+ // `name` and `type` must use .setAttribute for WWA (#14901)
+ input.setAttribute( "type", "radio" );
+ input.setAttribute( "checked", "checked" );
+ input.setAttribute( "name", "t" );
+
+ div.appendChild( input );
+
+ // Support: Android <=4.1 only
+ // Older WebKit doesn't clone checked state correctly in fragments
+ support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
+
+ // Support: IE <=11 only
+ // Make sure textarea (and checkbox) defaultValue is properly cloned
+ div.innerHTML = "";
+ support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
// Support: IE <=9 only
- option: [ 1, "" ],
+ // IE <=9 replaces ";
+ support.option = !!div.lastChild;
+} )();
+
+
+// We have to close these tags to support XHTML (#13200)
+var wrapMap = {
// XHTML parsers do not magically insert elements in the
// same way that tag soup parsers do. So we cannot shorten
@@ -4693,12 +4722,14 @@ var wrapMap = {
_default: [ 0, "", "" ]
};
-// Support: IE <=9 only
-wrapMap.optgroup = wrapMap.option;
-
wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
wrapMap.th = wrapMap.td;
+// Support: IE <=9 only
+if ( !support.option ) {
+ wrapMap.optgroup = wrapMap.option = [ 1, "" ];
+}
+
function getAll( context, tag ) {
@@ -4829,32 +4860,6 @@ function buildFragment( elems, context, scripts, selection, ignored ) {
return fragment;
}
-
-
-( function() {
- var fragment = document.createDocumentFragment(),
- div = fragment.appendChild( document.createElement( "div" ) ),
- input = document.createElement( "input" );
-
- // Support: Android 4.0 - 4.3 only
- // Check state lost if the name is set (#11217)
- // Support: Windows Web Apps (WWA)
- // `name` and `type` must use .setAttribute for WWA (#14901)
- input.setAttribute( "type", "radio" );
- input.setAttribute( "checked", "checked" );
- input.setAttribute( "name", "t" );
-
- div.appendChild( input );
-
- // Support: Android <=4.1 only
- // Older WebKit doesn't clone checked state correctly in fragments
- support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
-
- // Support: IE <=11 only
- // Make sure textarea (and checkbox) defaultValue is properly cloned
- div.innerHTML = "";
- support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
-} )();
var documentElement = document.documentElement;
@@ -5591,13 +5596,6 @@ jQuery.fn.extend( {
var
- /* eslint-disable max-len */
-
- // See https://github.com/eslint/eslint/issues/3229
- rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,
-
- /* eslint-enable */
-
// Support: IE <=10 - 11, Edge 12 - 13 only
// In IE/Edge using regex groups here causes severe slowdowns.
// See https://connect.microsoft.com/IE/feedback/details/1736512/
@@ -5794,7 +5792,7 @@ function remove( elem, selector, keepData ) {
jQuery.extend( {
htmlPrefilter: function( html ) {
- return html.replace( rxhtmlTag, "<$1>$2>" );
+ return html;
},
clone: function( elem, dataAndEvents, deepDataAndEvents ) {
diff --git a/doc/html/numpy/genindex.html b/doc/html/numpy/genindex.html
index ebce7053..b1efa297 100644
--- a/doc/html/numpy/genindex.html
+++ b/doc/html/numpy/genindex.html
@@ -22,6 +22,9 @@
+
+
+
diff --git a/doc/html/numpy/index.html b/doc/html/numpy/index.html
index ae76c96b..c06ad9e7 100644
--- a/doc/html/numpy/index.html
+++ b/doc/html/numpy/index.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/reference/binary_ufunc.html b/doc/html/numpy/reference/binary_ufunc.html
index 371e0cf5..712daac8 100644
--- a/doc/html/numpy/reference/binary_ufunc.html
+++ b/doc/html/numpy/reference/binary_ufunc.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/reference/dtype.html b/doc/html/numpy/reference/dtype.html
index f15cc374..a21e1741 100644
--- a/doc/html/numpy/reference/dtype.html
+++ b/doc/html/numpy/reference/dtype.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/reference/index.html b/doc/html/numpy/reference/index.html
index 6acde14c..0dd412cc 100644
--- a/doc/html/numpy/reference/index.html
+++ b/doc/html/numpy/reference/index.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/reference/multi_iter.html b/doc/html/numpy/reference/multi_iter.html
index b784fa2d..201e62bb 100644
--- a/doc/html/numpy/reference/multi_iter.html
+++ b/doc/html/numpy/reference/multi_iter.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/reference/ndarray.html b/doc/html/numpy/reference/ndarray.html
index ed47cc6c..a0c6f9ab 100644
--- a/doc/html/numpy/reference/ndarray.html
+++ b/doc/html/numpy/reference/ndarray.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/reference/unary_ufunc.html b/doc/html/numpy/reference/unary_ufunc.html
index 4f6c6012..e69adec8 100644
--- a/doc/html/numpy/reference/unary_ufunc.html
+++ b/doc/html/numpy/reference/unary_ufunc.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/search.html b/doc/html/numpy/search.html
index eb0b1f45..d16d7896 100644
--- a/doc/html/numpy/search.html
+++ b/doc/html/numpy/search.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/tutorial/dtype.html b/doc/html/numpy/tutorial/dtype.html
index 4fdbefb5..e85a9348 100644
--- a/doc/html/numpy/tutorial/dtype.html
+++ b/doc/html/numpy/tutorial/dtype.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/tutorial/fromdata.html b/doc/html/numpy/tutorial/fromdata.html
index fc436b10..36bb7d7a 100644
--- a/doc/html/numpy/tutorial/fromdata.html
+++ b/doc/html/numpy/tutorial/fromdata.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/tutorial/index.html b/doc/html/numpy/tutorial/index.html
index dd321e28..9541162e 100644
--- a/doc/html/numpy/tutorial/index.html
+++ b/doc/html/numpy/tutorial/index.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/tutorial/ndarray.html b/doc/html/numpy/tutorial/ndarray.html
index b8d9c8eb..1075a884 100644
--- a/doc/html/numpy/tutorial/ndarray.html
+++ b/doc/html/numpy/tutorial/ndarray.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/tutorial/simple.html b/doc/html/numpy/tutorial/simple.html
index 57437aaa..63f616cc 100644
--- a/doc/html/numpy/tutorial/simple.html
+++ b/doc/html/numpy/tutorial/simple.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/numpy/tutorial/ufunc.html b/doc/html/numpy/tutorial/ufunc.html
index 1b7f50ff..76e93478 100644
--- a/doc/html/numpy/tutorial/ufunc.html
+++ b/doc/html/numpy/tutorial/ufunc.html
@@ -21,6 +21,9 @@
+
+
+
diff --git a/doc/html/reference/index.html b/doc/html/reference/index.html
index 5a6082c7..daad7b9e 100644
--- a/doc/html/reference/index.html
+++ b/doc/html/reference/index.html
@@ -127,7 +127,7 @@
-Last revised: September 22, 2024 at 17:27:36 GMT |
+Last revised: February 06, 2025 at 14:13:57 GMT |
|
diff --git a/doc/html/tutorial/index.html b/doc/html/tutorial/index.html
index 32435371..82fe7fa2 100644
--- a/doc/html/tutorial/index.html
+++ b/doc/html/tutorial/index.html
@@ -140,7 +140,7 @@
-Last revised: September 22, 2024 at 17:27:34 GMT |
+Last revised: February 06, 2025 at 14:13:56 GMT |
|