proof#

Trivial Python code to prove the concept.

EXECUTION:

(base) user@localhost:~/.../user/demo2301$ pip install -e . -q
(base) user@localhost:~/.../user/demo2301$ python -m demo2301.proof
__package__='demo2301'
get_version()='1.0.3.dev14+ge890bbe.d20230105'
__file__='/home/user/demo2301/demo2301/proof.py' main(), calling about()
__file__='/home/user/demo2301/demo2301/proof.py' about(), calling talkative()
__file__='/home/user/demo2301/demo2301/another.py' talkative()

Try out pydata-sphinx-theme and its version switcher dropdown.

main()

The main() function in this module.

about()

Print something.

get_version()

Get the current project version string or "undefined".

demo2301.proof.about()[source]#

Print something.

demo2301.proof.get_version()[source]#

Get the current project version string or "undefined".

demo2301.proof.main()[source]#

The main() function in this module.

Calls about().