my_projectΒΆ

Package docstring

Note that docstrings still need to be written in ReST.

Imported items will be documented if and only if they are included in the module __all__ attribute. If there is no __all__ attribute, only items defined in the module and named without a leading underscore are documented.

Modules

subpackage

A subpackage

Module Attributes

DEMO_DATA

A demonstration

Functions

common_function

This function is used a lot

hello_world

Say "hello" to the world

Other Objects

DemoClass

Counts the number of each element in a sequence