Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix formatting issue in ws docs #713

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/ramble/docs/workspace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,9 @@ An archive can be automatically uploaded to a mirror using:
$ ramble workspace archive -t --upload-url <mirror_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``