pycode_sphinx_rtd package

Submodules

pycode_sphinx_rtd.add module

pycode_sphinx_rtd.add.add(a, b)[source]

add two numbers

Parameters:
  • a (int, float) – number
  • b (int, float) – number
Returns:

the summation of the two number

Return type:

int, float

>>> add(2, 3)

pycode_sphinx_rtd.hello module

pycode_sphinx_rtd.hello.goodbye(name='world')[source]

Goodbye to a person.

Parameters:name (string) – the person to goodbye.
Returns:None
pycode_sphinx_rtd.hello.hello(name='world', count=1)[source]

Greeting via saying hello

Parameters:
  • name – the person to hello
  • count – times to hello
Returns:

None

Module contents