diff --git a/doc/develop/html/index.html b/doc/develop/html/index.html index 1d937781..cc63aa67 100644 --- a/doc/develop/html/index.html +++ b/doc/develop/html/index.html @@ -126,7 +126,7 @@

- +

Last revised: February 02, 2025 at 03:55:33 GMT

Last revised: March 10, 2025 at 19:10:55 GMT


diff --git a/doc/develop/html/numpy/.doctrees/environment.pickle b/doc/develop/html/numpy/.doctrees/environment.pickle index 14787c56..e7fd5046 100644 Binary files a/doc/develop/html/numpy/.doctrees/environment.pickle and b/doc/develop/html/numpy/.doctrees/environment.pickle differ diff --git a/doc/develop/html/numpy/_static/jquery.js b/doc/develop/html/numpy/_static/jquery.js index 7e329108..6f40fed6 100644 --- a/doc/develop/html/numpy/_static/jquery.js +++ b/doc/develop/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>" ); + return html; }, clone: function( elem, dataAndEvents, deepDataAndEvents ) { diff --git a/doc/develop/html/reference/index.html b/doc/develop/html/reference/index.html index 48df6b04..82ba3287 100644 --- a/doc/develop/html/reference/index.html +++ b/doc/develop/html/reference/index.html @@ -127,7 +127,7 @@ - +

Last revised: February 02, 2025 at 03:55:35 GMT

Last revised: March 10, 2025 at 19:10:56 GMT


diff --git a/doc/develop/html/tutorial/index.html b/doc/develop/html/tutorial/index.html index 0ab105c3..12bfa872 100644 --- a/doc/develop/html/tutorial/index.html +++ b/doc/develop/html/tutorial/index.html @@ -140,7 +140,7 @@ - +

Last revised: February 02, 2025 at 03:55:34 GMT

Last revised: March 10, 2025 at 19:11:01 GMT