Details
-
Bug
-
Status: Open
-
P2
-
Resolution: Unresolved
-
None
-
None
-
None
Description
For example in https://beam.apache.org/releases/pydoc/current/apache_beam.io.fileio.html , there is a statement about "WriteToFiles", but there is not documentation of this class. Taking a glance at the source code, there are class docstring and constructor docstring as well.
Also in this module, the class docstring of MatchContinuously is rendered, but not its _init.doc_ . For classes not decorated by deprecated or experimental, the documentation generation looks fine.
The issue seems existing from very early versions (at least v2.14.0 where WriteToFiles is introduced)