PyPartMC icon indicating copy to clipboard operation
PyPartMC copied to clipboard

pdoc html is missing docstrings for properties (while it works for methods)

Open slayoo opened this issue 10 months ago • 3 comments

slayoo avatar Feb 11 '25 16:02 slayoo

for the record, there's a possibly relevant open issue in pybind11: https://github.com/pybind/pybind11/issues/4943

slayoo avatar Feb 25 '25 15:02 slayoo

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.

slayoo avatar Feb 25 '25 15:02 slayoo

and there's an open PR for it! https://github.com/pybind/pybind11/pull/4101

slayoo avatar Feb 25 '25 15:02 slayoo

Stale issue message

github-actions[bot] avatar May 26 '25 15:05 github-actions[bot]