Skip to content

Commit

Permalink
Remove all autosummary members from problematic class
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 30, 2023
1 parent 30316ec commit 577006d
Showing 1 changed file with 2 additions and 56 deletions.
58 changes: 2 additions & 56 deletions docs/source/kedro.framework.cli.jupyter.JupyterCommandGroup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,60 +5,6 @@ kedro.framework.cli.jupyter.JupyterCommandGroup

.. 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
.. Removed all methods and properties,
.. see https://github.com/kedro-org/kedro/issues/2453

0 comments on commit 577006d

Please sign in to comment.