Welcome to doctest’s documentation!¶
module1
This is topmost docstring of module1
-
class
Package1.package1.
class1
¶ The docstring of the class.
-
method11
()¶ Docstring of method1 :return: 0
-
method12
()¶ Docstring of method12 :return: None
-
module2
This is topmost docstring of module2