hw module

example for GitHub Actions with Sphinx

hw.greeter_msg(*, greeter: str) str[source]

Custom greeting

Parameters:

greeter (str) – name of a person who message will be from

Returns:

a greeting from the greeter

Return type:

str

hw.hello_world() str[source]

do the usual ‘hello world’

Returns:

Hello World

Return type:

String