Currently, we use doxygen and a custom doxypypy to generate API reference. This method does not generate very pythonic docs on things like @property and @classmethod. We either need more fine-grained methods to control doxygen output or find a long-term solution that ensures all the third-party solutions can always work together so that we can use things like pdoc.
Currently, we use
doxygen
and a customdoxypypy
to generate API reference. This method does not generate very pythonic docs on things like@property
and@classmethod
. We either need more fine-grained methods to control doxygen output or find a long-term solution that ensures all the third-party solutions can always work together so that we can use things likepdoc
.