summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-10-09 13:05:43 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2021-10-09 13:05:43 +0200
commit3e2e04fae6787732c8de7eff0d525dfe8bf11b10 (patch)
tree441e96582cc2ccca8c4986d929e3e872ecca11b1 /doc/source
parentf53077617d5d92ab76cc9a01bb55913b1f4fcbe7 (diff)
downloadnumpy-3e2e04fae6787732c8de7eff0d525dfe8bf11b10.tar.gz
DOC: Document the dtype comparison operations
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/reference/arrays.dtypes.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.dtypes.rst b/doc/source/reference/arrays.dtypes.rst
index 34b0d7085..8606bc8f1 100644
--- a/doc/source/reference/arrays.dtypes.rst
+++ b/doc/source/reference/arrays.dtypes.rst
@@ -569,3 +569,13 @@ Utility method for typing:
:toctree: generated/
dtype.__class_getitem__
+
+Comparison operations:
+
+.. autosummary::
+ :toctree: generated/
+
+ dtype.__ge__
+ dtype.__gt__
+ dtype.__le__
+ dtype.__lt__