kacpermuda commented on code in PR #36311:
URL: https://github.com/apache/airflow/pull/36311#discussion_r1433887147
##########
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:
Hey, I was trying to find existing tools that can help me but i couldn't.
I'm not an expert in Sphinx and docs themselves so maybe i missed something.
Could You point me to the right direction with some URL or keyword i can
research?
Also, to better understand, do You think i should use some existing function
instead of _get_public_classes or maybe the whole approach with creating this
class registry is something i should rethink?
--
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]