llvmlite icon indicating copy to clipboard operation
llvmlite copied to clipboard

Autodocument llvmlite

Open esc opened this issue 2 years ago • 0 comments


Feature request

Currently llvmlite isn't making use of the Sphinx autodoc feature, but instead the docs have been written verbatim into the git repository, for example:

https://github.com/numba/llvmlite/blob/main/docs/source/user-guide/ir/ir-builder.rst

The feature request is to check and replace all documentation with an autogenerated version that derives the documentation from the docstrings in the source code.

esc avatar Jul 11 '23 14:07 esc