subproject: a few examples

example of a class

python3_module_template.subproject.myexample.myclass (self, pa)

This is the documentation for this class.

example with a sphinx directives

It works everywhere in the documentation.

get_value (self, mul)

returns the parameter multiplied by a value

example of a function

python3_module_template.subproject.myexampleb.onefunction (a, b)

Returns the addition of a+b.