Skip to content

Commit

Permalink
Make documentation more clear and concise
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSava committed Aug 2, 2024
1 parent c116b24 commit 0d475f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ert/plugins/hook_implementations/forward_model_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,8 @@ def documentation() -> Optional[ForwardModelStepDocumentation]:
return ForwardModelStepDocumentation(
category="utility.file_system",
description="""
The :code:`MOVE_DIRECTORY` job will move directory to target directory.
If directory already exists, this job will move directory to the target directory
and then replace the existing directory.
The :code:`MOVE_DIRECTORY` job will move a directory.
If the target directory already exists, it will be replaced.
""",
examples="""
.. code-block:: bash
Expand Down

0 comments on commit 0d475f3

Please sign in to comment.