uranusjr commented on code in PR #36311:
URL: https://github.com/apache/airflow/pull/36311#discussion_r1432521695
##########
docs/exts/operators_and_hooks_ref.py:
##########
@@ -215,6 +215,136 @@ def _render_deferrable_operator_content(*,
header_separator: str):
return _render_template("deferrable_operators_list.rst.jinja2",
providers=providers)
+def _get_public_classes(module_filepath: str, class_extras: dict[str, Any]) ->
dict[str, dict[str, Any]]:
Review Comment:
Hmm, why do we need this? Sphinx AutoAPI or Sphinx itself should already
have tools to do this.
--
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]