From 77ae3741b260ff1ec6e0ccbcbecc0798849ff047 Mon Sep 17 00:00:00 2001 From: Bob Bird Date: Mon, 21 Oct 2024 12:02:11 -0600 Subject: [PATCH] fix formatting issue in ws docs --- lib/ramble/docs/workspace.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ramble/docs/workspace.rst b/lib/ramble/docs/workspace.rst index c6de3904b..0cc779c24 100644 --- a/lib/ramble/docs/workspace.rst +++ b/lib/ramble/docs/workspace.rst @@ -607,9 +607,9 @@ An archive can be automatically uploaded to a mirror using: $ ramble workspace archive -t --upload-url When Ramble creates an archive, it will collect the following files: -* All files in ``$workspace/configs`` -* Generated files for each software environment. (i.e. Each ``spack.yaml`` for spack environments) -* For each experiment, the following are collected: + * All files in ``$workspace/configs`` + * Generated files for each software environment. (i.e. Each ``spack.yaml`` for spack environments) + * For each experiment, the following are collected: * Every rendered template (created from a ``$workspace/configs/*.tpl`` file) * Every file a success criteria or figure of merit would be extract from * Every file that matches an ``archive_pattern`` from the ``application.py``