From 67630d99ae5c3e0fd4f675d07e3d786c00df223f Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Thu, 16 May 2024 14:36:52 +0200 Subject: [PATCH 1/2] Fix docs target: make watch --- autosubmit/job/job.py | 1 - docs/source/userguide/run/index.rst | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/autosubmit/job/job.py b/autosubmit/job/job.py index be0a76da6..7974f0e4a 100644 --- a/autosubmit/job/job.py +++ b/autosubmit/job/job.py @@ -2177,7 +2177,6 @@ class Job(object): return out def write_submit_time(self, hold=False, enable_vertical_write=False, wrapper_submit_time=None): - # type: (bool, bool) -> None """ Writes submit date and time to TOTAL_STATS file. It doesn't write if hold is True. """ diff --git a/docs/source/userguide/run/index.rst b/docs/source/userguide/run/index.rst index 598d576de..2fd652cff 100644 --- a/docs/source/userguide/run/index.rst +++ b/docs/source/userguide/run/index.rst @@ -417,11 +417,11 @@ From Autosubmit 4.1.6, you can stop an experiment using the command `autosubmit Options: :: -usage: autosubmit stop [-h] [-f] [-a] [-fa] [-c] [-fs FILTER_STATUS] + usage: autosubmit stop [-h] [-f] [-a] [-fa] [-c] [-fs FILTER_STATUS] [-t STATUS] [expid] -Completly stops an autosubmit run process + Completely stops an autosubmit run process positional arguments: expid experiment identifier, stops the listed expids @@ -440,6 +440,8 @@ Completly stops an autosubmit run process jobs. Default is SUBMITTED, QUEUING, RUNNING. -t STATUS, --target STATUS Final status of killed jobs. Default is FAILED. + + Examples: ~~~~~~~~~ -- GitLab From 3cb7a8eaf12a695cf5ae94de60ce196bedc03724 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Thu, 16 May 2024 14:37:52 +0200 Subject: [PATCH 2/2] Add link to published Google Drive presentation about Autosubmit --- docs/source/media/index.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/source/media/index.rst b/docs/source/media/index.rst index 46d8e50b2..5ee85efed 100644 --- a/docs/source/media/index.rst +++ b/docs/source/media/index.rst @@ -64,3 +64,19 @@ Autosubmit logos in both SVG and PNG files are available for download: | |img_as_short_icon.png| | |as_short_icon.svg| | |as_short_icon.png| | +-------------------------+---------------------+---------------------+ +Presentations +============= + +.. raw:: html + + + + +`Full Screen `_ -- GitLab