diff --git a/doc/develop/html/index.html b/doc/develop/html/index.html index f56eefa8..d219b67c 100644 --- a/doc/develop/html/index.html +++ b/doc/develop/html/index.html @@ -126,7 +126,7 @@

- +

Last revised: October 08, 2024 at 02:04:04 GMT

Last revised: October 10, 2024 at 13:29:47 GMT


diff --git a/doc/develop/html/numpy/.doctrees/environment.pickle b/doc/develop/html/numpy/.doctrees/environment.pickle index e6df8b0b..37db2715 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/boost.css b/doc/develop/html/numpy/_static/boost.css index 28f89359..36c1efd0 100644 --- a/doc/develop/html/numpy/_static/boost.css +++ b/doc/develop/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/develop/html/numpy/genindex.html b/doc/develop/html/numpy/genindex.html index ebce7053..b1efa297 100644 --- a/doc/develop/html/numpy/genindex.html +++ b/doc/develop/html/numpy/genindex.html @@ -22,6 +22,9 @@ + + + diff --git a/doc/develop/html/numpy/index.html b/doc/develop/html/numpy/index.html index ae76c96b..c06ad9e7 100644 --- a/doc/develop/html/numpy/index.html +++ b/doc/develop/html/numpy/index.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/reference/binary_ufunc.html b/doc/develop/html/numpy/reference/binary_ufunc.html index 371e0cf5..712daac8 100644 --- a/doc/develop/html/numpy/reference/binary_ufunc.html +++ b/doc/develop/html/numpy/reference/binary_ufunc.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/reference/dtype.html b/doc/develop/html/numpy/reference/dtype.html index f15cc374..a21e1741 100644 --- a/doc/develop/html/numpy/reference/dtype.html +++ b/doc/develop/html/numpy/reference/dtype.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/reference/index.html b/doc/develop/html/numpy/reference/index.html index 6acde14c..0dd412cc 100644 --- a/doc/develop/html/numpy/reference/index.html +++ b/doc/develop/html/numpy/reference/index.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/reference/multi_iter.html b/doc/develop/html/numpy/reference/multi_iter.html index b784fa2d..201e62bb 100644 --- a/doc/develop/html/numpy/reference/multi_iter.html +++ b/doc/develop/html/numpy/reference/multi_iter.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/reference/ndarray.html b/doc/develop/html/numpy/reference/ndarray.html index ed47cc6c..a0c6f9ab 100644 --- a/doc/develop/html/numpy/reference/ndarray.html +++ b/doc/develop/html/numpy/reference/ndarray.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/reference/unary_ufunc.html b/doc/develop/html/numpy/reference/unary_ufunc.html index 4f6c6012..e69adec8 100644 --- a/doc/develop/html/numpy/reference/unary_ufunc.html +++ b/doc/develop/html/numpy/reference/unary_ufunc.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/search.html b/doc/develop/html/numpy/search.html index eb0b1f45..d16d7896 100644 --- a/doc/develop/html/numpy/search.html +++ b/doc/develop/html/numpy/search.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/tutorial/dtype.html b/doc/develop/html/numpy/tutorial/dtype.html index 4fdbefb5..e85a9348 100644 --- a/doc/develop/html/numpy/tutorial/dtype.html +++ b/doc/develop/html/numpy/tutorial/dtype.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/tutorial/fromdata.html b/doc/develop/html/numpy/tutorial/fromdata.html index fc436b10..36bb7d7a 100644 --- a/doc/develop/html/numpy/tutorial/fromdata.html +++ b/doc/develop/html/numpy/tutorial/fromdata.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/tutorial/index.html b/doc/develop/html/numpy/tutorial/index.html index dd321e28..9541162e 100644 --- a/doc/develop/html/numpy/tutorial/index.html +++ b/doc/develop/html/numpy/tutorial/index.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/tutorial/ndarray.html b/doc/develop/html/numpy/tutorial/ndarray.html index b8d9c8eb..1075a884 100644 --- a/doc/develop/html/numpy/tutorial/ndarray.html +++ b/doc/develop/html/numpy/tutorial/ndarray.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/tutorial/simple.html b/doc/develop/html/numpy/tutorial/simple.html index 57437aaa..63f616cc 100644 --- a/doc/develop/html/numpy/tutorial/simple.html +++ b/doc/develop/html/numpy/tutorial/simple.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/numpy/tutorial/ufunc.html b/doc/develop/html/numpy/tutorial/ufunc.html index 1b7f50ff..76e93478 100644 --- a/doc/develop/html/numpy/tutorial/ufunc.html +++ b/doc/develop/html/numpy/tutorial/ufunc.html @@ -21,6 +21,9 @@ + + + diff --git a/doc/develop/html/reference/index.html b/doc/develop/html/reference/index.html index 198ca6db..beeea2a0 100644 --- a/doc/develop/html/reference/index.html +++ b/doc/develop/html/reference/index.html @@ -127,7 +127,7 @@ - +

Last revised: October 08, 2024 at 02:04:05 GMT

Last revised: October 10, 2024 at 13:29:47 GMT


diff --git a/doc/develop/html/tutorial/index.html b/doc/develop/html/tutorial/index.html index 9332a026..d3c56309 100644 --- a/doc/develop/html/tutorial/index.html +++ b/doc/develop/html/tutorial/index.html @@ -140,7 +140,7 @@ - +

Last revised: October 08, 2024 at 02:04:03 GMT

Last revised: October 10, 2024 at 13:29:52 GMT