module subproject.myexample
¶
Short summary¶
module python3_module_template.subproject.myexample
This the documentation of this module (myexampleb).
Classes¶
class |
truncated documentation |
---|---|
This is the documentation for this class. example with a sphinx directives It works everywhere in the documentation. … |
Methods¶
method |
truncated documentation |
---|---|
documentation for the constructor |
|
returns the parameter multiplied by a value |
Documentation¶
This the documentation of this module (myexampleb).
-
class
python3_module_template.subproject.myexample.
myclass
(pa)¶ Bases:
object
This is the documentation for this class.
example with a sphinx directives
It works everywhere in the documentation.
an example of use
Just for documentation purpose.
m = myclass(0)
The old way:
Example: an old example of use
This only works from the code, not inserted in a RST file. The source documentation is parsed and every such example is collected and placed in a page
all_examples.rst
(look at the source).m = myclass(0)
FAQ
How to add a question ?
Just look a this section. Look also FAQ.
BLOC
How to add a bloc
Just look a this bloc. Look also FAQ.
An accent, é, to check it is working.
A link to github source: source.
documentation for the constructor
- Parameters
pa – first parameter
-
__init__
(pa)¶ documentation for the constructor
- Parameters
pa – first parameter
-
get_value
(mul)¶ returns the parameter multiplied by a value
- Parameters
mul – a float
- Returns
a float