From 157b6a27d0357f50a9b897d529c221c363208b92 Mon Sep 17 00:00:00 2001 From: Dan King Date: Mon, 21 Oct 2024 16:08:38 -0400 Subject: [PATCH] chore: remove `__lt__`, etc. from docs (#1106) This slipped into #1090. I wanted to document these, but CPython limitations prevent adding doc strings to them. --- docs/encoding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/encoding.rst b/docs/encoding.rst index ceeb92c406..8448777fba 100644 --- a/docs/encoding.rst +++ b/docs/encoding.rst @@ -4,4 +4,4 @@ Arrays .. automodule:: vortex.encoding :members: :imported-members: - :special-members: __len__, __lt__, __le__, __eq__, __ne__, __ge__, __gt__ + :special-members: __len__