From 7a52fd3f8031383c81b1b3c8c692a285dfd18888 Mon Sep 17 00:00:00 2001 From: Andrew Yaroshevych Date: Mon, 18 Jul 2022 19:23:53 +0300 Subject: [PATCH] Added __init__ documentation --- BibaAndBoba/docs/source/BibaAndBoba.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BibaAndBoba/docs/source/BibaAndBoba.rst b/BibaAndBoba/docs/source/BibaAndBoba.rst index a124541..7543033 100644 --- a/BibaAndBoba/docs/source/BibaAndBoba.rst +++ b/BibaAndBoba/docs/source/BibaAndBoba.rst @@ -6,6 +6,7 @@ BibaAndBoba .. automodule:: BibaAndBoba.biba_and_boba :members: + :special-members: __init__ :undoc-members: :show-inheritance: @@ -15,6 +16,7 @@ Comparator .. automodule:: BibaAndBoba.comparator :members: + :special-members: __init__ :undoc-members: :show-inheritance: