-This file conforms to the Sphinx Napoleon syntax : +
This MODULE is used as a reference for Python source code style & documentation
+This file conforms to the Sphinx Napoleon syntax : https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html
VERSION 17.02.2022
Changes :
diff --git a/doc/code_style/my_package1/my_module1.py b/doc/code_style/my_package1/my_module1.py index 6ce14a5..34adb15 100755 --- a/doc/code_style/my_package1/my_module1.py +++ b/doc/code_style/my_package1/my_module1.py @@ -2,7 +2,8 @@ """ ================================================================= - MODULE general Comment + + This MODULE is used as a reference for Python source code style & documentation This file conforms to the Sphinx Napoleon syntax : https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html @@ -16,6 +17,7 @@ - added new types : NamedTuple, Dataclass, Enum, TypedDict - added custom and derived Exceptions + ================================================================= """ -- libgit2 0.21.2