Skip to content

Commit

Permalink
Manually fix JupyterCommandGroup API docs
Browse files Browse the repository at this point in the history
See gh-2453.

Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
astrojuanlu committed Mar 23, 2023
1 parent 91c7f9c commit 1802df0
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions docs/source/kedro.framework.cli.jupyter.JupyterCommandGroup.rst
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


0 comments on commit 1802df0

Please sign in to comment.