From 3aefad1c126ca10e20b4b0faa6646e04c048a712 Mon Sep 17 00:00:00 2001 From: Scott McMillan Date: Fri, 9 Jan 2026 13:35:02 -0600 Subject: [PATCH] Regenerate the docs after previous commits --- docs/misc_api.md | 5 +++-- docs/primitives.md | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/misc_api.md b/docs/misc_api.md index ff15056..fcb16ee 100644 --- a/docs/misc_api.md +++ b/docs/misc_api.md @@ -128,12 +128,13 @@ __Arguments__ ```python set_singularity_tmp_fallback(enable=True) ``` -Enable or disable the automatic %setup fallback for /tmp and /var/tmp destinations on Singularity 3.6 and later. +Enable or disable the automatic %setup fallback for /tmp and /var/tmp +destinations on Singularity >= 3.6. __Arguments__ -- __enable (bool)__: True to enable the fallback (default), False to disable. The default is True. +- __enable (bool)__: True to enable the fallback (default), False to disable. ## test_cpu_feature_flag ```python diff --git a/docs/primitives.md b/docs/primitives.md index 2f48049..557eb8f 100644 --- a/docs/primitives.md +++ b/docs/primitives.md @@ -192,6 +192,7 @@ copy(files={'a': '/tmp/a', 'b': '/opt/b'}) copy(src='.', dest='/opt/app', _exclude_from='.apptainerignore') ``` + # environment ```python environment(self, **kwargs)