-
Notifications
You must be signed in to change notification settings - Fork 909
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually fix JupyterCommandGroup API docs
See gh-2453. Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
- Loading branch information
1 parent
91c7f9c
commit 1802df0
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
66 changes: 66 additions & 0 deletions
66
docs/source/kedro.framework.cli.jupyter.JupyterCommandGroup.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
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 | ||
|
||
|