From 6be831ea1957714336b0e157af412c4a20a77a5c Mon Sep 17 00:00:00 2001 From: pearce8 Date: Wed, 1 Nov 2023 16:09:25 -0500 Subject: [PATCH] Update 3-opt-edit-experiment.rst --- docs/3-opt-edit-experiment.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/3-opt-edit-experiment.rst b/docs/3-opt-edit-experiment.rst index b8281da91..da9aa9111 100644 --- a/docs/3-opt-edit-experiment.rst +++ b/docs/3-opt-edit-experiment.rst @@ -26,13 +26,13 @@ Benchpark configuration files are organized as follows:: │ └── package.py └── repo.yaml -You can edit any of them to change the behaviour of your experiments. +You can edit any of them to change the behavior of your experiments. System specification ------------------- Files under ``benchpark/configs/${SYSTEM}`` provide the specification of the software stack on your system -(see `Add a system config `_ for details). +(see :doc:`add-a-system`_ for details). Experiment specification ------------------- @@ -41,11 +41,11 @@ provide the specifications for the experiments. If you would like to make changes to your experiments, such as enabling specific tools to measure the performance of your experiments, you can manually edit the specifications in ``ramble.yaml`` -(see `Add an experiment `_ for details). +(see :doc:`add-an-experiment`_ for details). Benchmark specification ------------------- If you would like to modify a specification of your benchmark, you can do so by upstreaming changes to Spack and/or Ramble, or working on your benchmark specification in ``benchpark/repo/${BENCHMARK}`` -(see `Add a benchmark `_ for details). +(see :doc:`add-a-benchmark`_ for details).