8000 DOC: Cleanup removed objects (#24547) · numpy/numpy@3ee0de6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ee0de6

Browse files
authored
DOC: Cleanup removed objects (#24547)
These objects are removed in gh-24376
1 parent 289fb5e commit 3ee0de6

File tree

7 files changed

+2
-20
lines changed

7 files changed

+2
-20
lines changed

doc/source/reference/routines.array-creation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,4 @@ The Matrix class
104104
.. autosummary::
105105
:toctree: generated/
106106

107-
mat
108107
bmat

doc/source/reference/routines.dtype.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Data type routines
1313
min_scalar_type
1414
result_type
1515
common_type
16-
obj2sctype
1716

1817
Creating data types
1918
-------------------
@@ -36,10 +35,7 @@ Data type testing
3635
.. autosummary::
3736
:toctree: generated/
3837

39-
issctype
4038
issubdtype
41-
issubsctype
42-
issubclass_
4339
find_common_type
4440

4541
Miscellaneous
@@ -48,6 +44,4 @@ Miscellaneous
4844
:toctree: generated/
4945

5046
typename
51-
sctype2char
5247
mintypecode
53-
maximum_sctype

doc/source/reference/routines.io.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Text formatting options
6666

6767
set_printoptions
6868
get_printoptions
69-
set_string_function
7069
printoptions
7170

7271
Base-n representations

doc/source/reference/routines.other.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,8 @@ Utility
4646
get_include
4747
show_config
4848
show_runtime
49-
deprecate
50-
deprecate_with_doc
5149
broadcast_shapes
5250

53-
Matlab-like Functions
54-
---------------------
55-
.. autosummary::
56-
:toctree: generated/
57-
58-
disp
59-
6051
.. automodule:: numpy.exceptions
6152

6253
.. automodule:: numpy.dtypes

numpy/core/numerictypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ def issubdtype(arg1, arg2):
383383
See Also
384384
--------
385385
:ref:`arrays.scalars` : Overview of the numpy type hierarchy.
386-
issubsctype, issubclass_
387386
388387
Examples
389388
--------

numpy/core/records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class format_parser:
124124
125125
See Also
126126
--------
127-
dtype, typename, sctype2char
127+
dtype, typename
128128
129129
Examples
130130
--------

numpy/lib/type_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def mintypecode(typechars, typeset='GDFgdf', default='d'):
5252
5353
See Also
5454
--------
55-
dtype, sctype2char
55+
dtype
5656
5757
Examples
5858
--------

0 commit comments

Comments
 (0)
0