vkottler / vmklib

Simplify project workflows by standardizing use of GNU Make.
MIT License
1 stars 0 forks source link

Add targets for `pydoc` #15

Closed vkottler closed 2 years ago

vkottler commented 2 years ago

https://docs.python.org/3.8/library/pydoc.html

You can host offline docs easily with python -m pydoc -p 0

We should add a target for that, and one for generating documentation + look into that a bit. We could commit generated docs to https://github.com/[vkottler/vkottler.github.io](https://github.com/vkottler/vkottler.github.io)

vkottler commented 2 years ago

Pydoc is definitely interesting and it would be useful to just generate the documentation and host it online (to see if we can get that working)

Also need to read through: https://devguide.python.org/documenting/

vkottler commented 2 years ago

https://github.com/vkottler/vmklib/pull/25