PyPartMC
PyPartMC copied to clipboard
pdoc html is missing docstrings for properties (while it works for methods)
for the record, there's a possibly relevant open issue in pybind11: https://github.com/pybind/pybind11/issues/4943
And here's a more direct confirmation that it seems to be an open problem in pybind11: https://github.com/pybind/pybind11/issues/2900
It seems the the docutils methods which power help won't print the documentation for properties that subclass the Python property.
and there's an open PR for it! https://github.com/pybind/pybind11/pull/4101
Stale issue message