Skip to content

Commit

Permalink
Try to populate fmu-docs ert plugin documentation (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly authored Mar 22, 2023
1 parent 0da7ff5 commit 93cc21d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/fmu/sumo/uploader/scripts/sumo_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,15 @@ def legacy_ertscript_workflow(config):
workflow.description = DESCRIPTION
workflow.examples = EXAMPLES
workflow.category = "export"


@hook_implementation
def job_documentation(job_name):
if job_name != "SUMO_UPLOAD":
return None

return {
"description": DESCRIPTION,
"examples": EXAMPLES,
"category": "export",
}

0 comments on commit 93cc21d

Please sign in to comment.