Open
Description
I've tried following this and other threads and reading the current docs, but can't see if/how one best produces any documentation directly from the attr.ib()
definitions.
If it does not exist, would something like argparse
be a good example?
I suppose the type annotation (e.g. using attr.s(auto_attribs=True)
is a step in the direction I am thinking/hoping for. I don't know the details, but Emacs does a good job of self-documenting, which is especially useful with the type annotation, as that provides at least some information for each argument.
Could someone point me in the right direction, please?