Skip to content

Commit 2efa032

Browse files
committed
Upload documentation for current main
1 parent d0913dc commit 2efa032

437 files changed

Lines changed: 319 additions & 348 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

numpy/all.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

numpy/npyffi/array/struct.PyArrayAPI.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,23 +1445,23 @@
14451445
)</h4></section><section id="method.PyArray_GetDefaultDescr" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#368">Source</a><h4 class="code-header">pub unsafe fn <a href="#method.PyArray_GetDefaultDescr" class="fn">PyArray_GetDefaultDescr</a>&lt;'py&gt;(
14461446
&amp;self,
14471447
py: Python&lt;'py&gt;,
1448-
DType: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>,
1448+
DType: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>,
14491449
) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_Descr.html" title="struct numpy::npyffi::objects::PyArray_Descr">PyArray_Descr</a></h4></section><section id="method.PyArrayInitDTypeMeta_FromSpec" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#369">Source</a><h4 class="code-header">pub unsafe fn <a href="#method.PyArrayInitDTypeMeta_FromSpec" class="fn">PyArrayInitDTypeMeta_FromSpec</a>&lt;'py&gt;(
14501450
&amp;self,
14511451
py: Python&lt;'py&gt;,
1452-
DType: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>,
1452+
DType: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>,
14531453
spec: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArrayDTypeMeta_Spec.html" title="struct numpy::npyffi::objects::PyArrayDTypeMeta_Spec">PyArrayDTypeMeta_Spec</a>,
14541454
) -&gt; <a class="type" href="https://doc.rust-lang.org/1.93.0/std/os/raw/type.c_int.html" title="type std::os::raw::c_int">c_int</a></h4></section><section id="method.PyArray_CommonDType" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#370">Source</a><h4 class="code-header">pub unsafe fn <a href="#method.PyArray_CommonDType" class="fn">PyArray_CommonDType</a>&lt;'py&gt;(
14551455
&amp;self,
14561456
py: Python&lt;'py&gt;,
1457-
dtype1: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>,
1458-
dtype2: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>,
1459-
) -&gt; <a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a></h4></section><section id="method.PyArray_PromoteDTypeSequence" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#371">Source</a><h4 class="code-header">pub unsafe fn <a href="#method.PyArray_PromoteDTypeSequence" class="fn">PyArray_PromoteDTypeSequence</a>&lt;'py&gt;(
1457+
dtype1: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>,
1458+
dtype2: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>,
1459+
) -&gt; <a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a></h4></section><section id="method.PyArray_PromoteDTypeSequence" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#371">Source</a><h4 class="code-header">pub unsafe fn <a href="#method.PyArray_PromoteDTypeSequence" class="fn">PyArray_PromoteDTypeSequence</a>&lt;'py&gt;(
14601460
&amp;self,
14611461
py: Python&lt;'py&gt;,
14621462
length: <a class="type" href="../types/type.npy_intp.html" title="type numpy::npyffi::types::npy_intp">npy_intp</a>,
1463-
dtypes_in: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>,
1464-
) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="type" href="../objects/type.PyArray_DTypeMeta.html" title="type numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a></h4></section><section id="method._PyDataType_GetArrFuncs" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#372">Source</a><h4 class="code-header">pub unsafe fn <a href="#method._PyDataType_GetArrFuncs" class="fn">_PyDataType_GetArrFuncs</a>&lt;'py&gt;(
1463+
dtypes_in: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a>,
1464+
) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*mut </a><a class="struct" href="../objects/struct.PyArray_DTypeMeta.html" title="struct numpy::npyffi::objects::PyArray_DTypeMeta">PyArray_DTypeMeta</a></h4></section><section id="method._PyDataType_GetArrFuncs" class="method"><a class="src rightside" href="../../../src/numpy/npyffi/array.rs.html#372">Source</a><h4 class="code-header">pub unsafe fn <a href="#method._PyDataType_GetArrFuncs" class="fn">_PyDataType_GetArrFuncs</a>&lt;'py&gt;(
14651465
&amp;self,
14661466
py: Python&lt;'py&gt;,
14671467
descr: <a class="primitive" href="https://doc.rust-lang.org/1.93.0/std/primitive.pointer.html">*const </a><a class="struct" href="../objects/struct.PyArray_Descr.html" title="struct numpy::npyffi::objects::PyArray_Descr">PyArray_Descr</a>,

numpy/npyffi/objects/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

numpy/npyffi/objects/sidebar-items.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)