Skip to content

Commit 680aef7

Browse files
committed
Fix docs
1 parent ee19cf8 commit 680aef7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
nitpick_ignore_regex = [
2828
["py:class", r"symengine\.(.+)"], # :cry:
29+
["py:class", r"ToTagSetConvertible"], # :cry:
2930
]
3031

3132
sphinxconfig_missing_reference_aliases = {
@@ -36,6 +37,7 @@
3637
"np.complexfloating": "class:numpy.complexfloating",
3738
"np.inexact": "class:numpy.inexact",
3839
"np.dtype": "class:numpy.dtype",
40+
"np.number": "class:numpy.number",
3941
# pytools
4042
"obj_array.ObjectArray1D": "obj:pytools.obj_array.ObjectArray1D",
4143
# sympy

sumpy/tools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@
6969
7070
.. autofunction:: to_complex_dtype
7171
.. autofunction:: is_obj_array_like
72-
.. autofunction:: vector_to_device
73-
.. autofunction:: vector_from_device
7472
.. autoclass:: OrderedSet
7573
7674
Multi-index Helpers

0 commit comments

Comments
 (0)