From 8d466accf550bbeb579f55255eb3e2546d2b0f20 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Thu, 6 Jul 2023 15:18:33 +0100 Subject: [PATCH] Add __init__ to class special members doc --- docs/_templates/custom-class-template.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/custom-class-template.rst b/docs/_templates/custom-class-template.rst index 01e5299d..8a539bc9 100644 --- a/docs/_templates/custom-class-template.rst +++ b/docs/_templates/custom-class-template.rst @@ -9,7 +9,7 @@ :members: :show-inheritance: :inherited-members: - :special-members: __call__, __add__, __mul__ + :special-members: __init__, __call__, __add__, __mul__ {% block methods %} {% if methods %}