We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee19cf8 commit 680aef7Copy full SHA for 680aef7
2 files changed
doc/conf.py
@@ -26,6 +26,7 @@
26
27
nitpick_ignore_regex = [
28
["py:class", r"symengine\.(.+)"], # :cry:
29
+ ["py:class", r"ToTagSetConvertible"], # :cry:
30
]
31
32
sphinxconfig_missing_reference_aliases = {
@@ -36,6 +37,7 @@
36
37
"np.complexfloating": "class:numpy.complexfloating",
38
"np.inexact": "class:numpy.inexact",
39
"np.dtype": "class:numpy.dtype",
40
+ "np.number": "class:numpy.number",
41
# pytools
42
"obj_array.ObjectArray1D": "obj:pytools.obj_array.ObjectArray1D",
43
# sympy
sumpy/tools.py
@@ -69,8 +69,6 @@
69
70
.. autofunction:: to_complex_dtype
71
.. autofunction:: is_obj_array_like
72
-.. autofunction:: vector_to_device
73
-.. autofunction:: vector_from_device
74
.. autoclass:: OrderedSet
75
76
Multi-index Helpers
0 commit comments