damccorm opened a new issue, #21555: URL: https://github.com/apache/beam/issues/21555
For example in [https://beam.apache.org/releases/pydoc/current/apache_beam.io.fileio.html](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) Imported from Jira [BEAM-14401](https://issues.apache.org/jira/browse/BEAM-14401). Original Jira may contain additional context. Reported by: yihu. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
