Skip to content

Commit

Permalink
Remove extra rose config-edit section from the rose api docs and prev…
Browse files Browse the repository at this point in the history
…ented the splash-screen entry points getting into the docs
  • Loading branch information
astroDimitrios committed Dec 10, 2024
1 parent 8bc0967 commit 8cf7ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 2 additions & 0 deletions metomi/rose/rose.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ def _doc(ns):
continue
if (ns, sub_cmd) in DEAD_ENDS:
continue
if (ns == 'rose') and (sub_cmd == 'launch-splash-screen'):
continue
print('\n==================================================')
print(f'{ns} {sub_cmd}')
print('==================================================\n')
Expand Down
11 changes: 0 additions & 11 deletions sphinx/api/command-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ Rose Commands

----

.. _command-rose-config-edit:

rose config-edit
^^^^^^^^^^^^^^^^

.. code-block:: bash
rose config-edit
# or simply
rose edit
.. _command-rose-suite-run:

rose suite-run
Expand Down

0 comments on commit 8cf7ffe

Please sign in to comment.