diff --git a/autosubmit/job/job.py b/autosubmit/job/job.py index be0a76da67787315c7bf974c7c094ae6c3dc0e4b..7974f0e4a72361ab0c3acf6d1b406c0ab5c4e6cd 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/media/index.rst b/docs/source/media/index.rst index 46d8e50b2eb8baacf9b046d1e0e5e7debc5ead43..5ee85efed6b5b357b3d85712502a6c60232900be 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 `_ diff --git a/docs/source/userguide/run/index.rst b/docs/source/userguide/run/index.rst index 598d576de12ef14666590a38f5a40c3dea53227d..2fd652cff27c62b1f28718073e1b3e92e7514670 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: ~~~~~~~~~