Skip to content

Commit 096aa54

Browse files
committed
Better structure for miscellanous section in docs
1 parent 6f67aa2 commit 096aa54

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

doc/reference/misc.rst

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,41 @@ Miscellaneous
33

44
This page documents the miscellaneous members of the ``blosc2`` module that do not fit into other categories.
55

6+
.. currentmodule:: blosc2
7+
8+
.. autodata:: cpu_info
9+
10+
.. autoclass:: finfo
11+
12+
.. autoclass:: iinfo
13+
14+
.. autofunction:: get_matmul_library
15+
16+
17+
Unclassified module members
18+
---------------------------
19+
20+
The list below is intentionally generated from ``blosc2`` module members that
21+
are not excluded above. It acts as a reminder to classify newly documented
22+
public objects into the appropriate reference section.
23+
624
.. automodule:: blosc2
725
:members:
8-
:exclude-members: LazyArray,
26+
:exclude-members: DEFAULT_COMPLEX,
27+
DEFAULT_FLOAT,
28+
DEFAULT_INDEX,
29+
DEFAULT_INT,
30+
DSLKernel,
31+
Operand,
32+
ProxyNDField,
33+
array_from_ffi_ptr,
34+
as_simpleproxy,
35+
cpu_info,
36+
finfo,
37+
get_cpu_info,
38+
get_matmul_library,
39+
iinfo,
40+
LazyArray,
941
LazyExpr,
1042
LazyUDF,
1143
Batch,

0 commit comments

Comments
 (0)