A test that verifies documenting a multi-leveled namespace of functions.

my_namespace.min

Returns the minimum of given elements.

PARAMETERS

NameDescriptionDefault Value
integersA list of integers. Must not be empty.none

RETURNS

The minimum integer in the given list.

my_namespace.math.min

Returns the minimum of given elements.

PARAMETERS

NameDescriptionDefault Value
integersA list of integers. Must not be empty.none

RETURNS

The minimum integer in the given list.

my_namespace.foo.bar.baz

This function does nothing.

my_namespace.one.two.min

Returns the minimum of given elements.

PARAMETERS

NameDescriptionDefault Value
integersA list of integers. Must not be empty.none

RETURNS

The minimum integer in the given list.

my_namespace.one.three.does_nothing

This function does nothing.