From 16c0af52b5fe8d06a9872d7a2b8c486ed5bfbe3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= <juan_luis_cano@mckinsey.com> Date: Thu, 23 Mar 2023 12:57:25 +0100 Subject: [PATCH] Manually fix JupyterCommandGroup API docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See gh-2453. Signed-off-by: Juan Luis Cano RodrÃguez <juan_luis_cano@mckinsey.com> --- ...mework.cli.jupyter.JupyterCommandGroup.rst | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 docs/source/kedro.framework.cli.jupyter.JupyterCommandGroup.rst diff --git a/docs/source/kedro.framework.cli.jupyter.JupyterCommandGroup.rst b/docs/source/kedro.framework.cli.jupyter.JupyterCommandGroup.rst new file mode 100644 index 0000000000..735d6e3026 --- /dev/null +++ b/docs/source/kedro.framework.cli.jupyter.JupyterCommandGroup.rst @@ -0,0 +1,64 @@ +kedro.framework.cli.jupyter.JupyterCommandGroup +=============================================== + +.. currentmodule:: kedro.framework.cli.jupyter + +.. autoclass:: JupyterCommandGroup + :members: + :undoc-members: + :inherited-members: + + + + .. rubric:: Attributes + + .. autosummary:: + + ~JupyterCommandGroup.allow_extra_args + ~JupyterCommandGroup.allow_interspersed_args + ~JupyterCommandGroup.command_class + ~JupyterCommandGroup.group_class + ~JupyterCommandGroup.ignore_unknown_options + .. https://github.com/sphinx-doc/sphinx/issues/9884 + .. ~JupyterCommandGroup.commands + .. ~JupyterCommandGroup.callback + .. ~JupyterCommandGroup.params + .. ~JupyterCommandGroup.name + .. ~JupyterCommandGroup.context_settings + + + + + + .. rubric:: Methods + + .. autosummary:: + + ~JupyterCommandGroup.add_command + ~JupyterCommandGroup.collect_usage_pieces + ~JupyterCommandGroup.command + ~JupyterCommandGroup.format_commands + ~JupyterCommandGroup.format_epilog + ~JupyterCommandGroup.format_help + ~JupyterCommandGroup.format_help_text + ~JupyterCommandGroup.format_options + ~JupyterCommandGroup.format_usage + ~JupyterCommandGroup.get_command + ~JupyterCommandGroup.get_help + ~JupyterCommandGroup.get_help_option + ~JupyterCommandGroup.get_help_option_names + ~JupyterCommandGroup.get_params + ~JupyterCommandGroup.get_short_help_str + ~JupyterCommandGroup.get_usage + ~JupyterCommandGroup.group + ~JupyterCommandGroup.invoke + ~JupyterCommandGroup.list_commands + ~JupyterCommandGroup.main + ~JupyterCommandGroup.make_context + ~JupyterCommandGroup.make_parser + ~JupyterCommandGroup.parse_args + ~JupyterCommandGroup.resolve_command + ~JupyterCommandGroup.result_callback + .. https://github.com/kedro-org/kedro/issues/2453 + .. ~JupyterCommandGroup.shell_complete + ~JupyterCommandGroup.to_info_dict