Skip to content

Commit

Permalink
Fix headings
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Sep 20, 2024
1 parent db85a8a commit edf276d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorial/durham_reframe_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ You can have multiple parameters. ReFrame will run all parameter combinations by

----

## [Make](https://reframe-hpc.readthedocs.io/en/v4.5.2/tutorial_advanced.html#more-on-building-tests)
### [Make](https://reframe-hpc.readthedocs.io/en/v4.5.2/tutorial_advanced.html#more-on-building-tests)

- Tutorial in `tutorials/advanced/makefiles/maketest.py`.

Expand All @@ -342,7 +342,7 @@ You can have multiple parameters. ReFrame will run all parameter combinations by

----

## [Autotools](https://reframe-hpc.readthedocs.io/en/v4.5.2/tutorial_advanced.html#adding-a-configuration-step-before-compiling-the-code)
### [Autotools](https://reframe-hpc.readthedocs.io/en/v4.5.2/tutorial_advanced.html#adding-a-configuration-step-before-compiling-the-code)
> It is often the case that a configuration step is needed before compiling a code with make. To address this kind of projects, ReFrame aims to offer specific abstractions for “configure-make” style of build systems. It supports CMake-based projects through the CMake build system, as well as Autotools-based projects through the Autotools build system.

Expand All @@ -369,7 +369,7 @@ class AutoHelloTest(rfm.RegressionTest):

----

## [CMake](https://reframe-hpc.readthedocs.io/en/v4.5.2/regression_test_api.html#reframe.core.buildsystems.CMake)
### [CMake](https://reframe-hpc.readthedocs.io/en/v4.5.2/regression_test_api.html#reframe.core.buildsystems.CMake)
- [CMake Hello example](https://github.com/jameskbride/cmake-hello-world)

```python
Expand All @@ -394,7 +394,7 @@ class CMakeHelloTest(rfm.RegressionTest):

----

## [Spack](https://reframe-hpc.readthedocs.io/en/v4.5.2/regression_test_api.html#reframe.core.buildsystems.Spack)
### [Spack](https://reframe-hpc.readthedocs.io/en/v4.5.2/regression_test_api.html#reframe.core.buildsystems.Spack)

- ReFrame will use a user-provided Spack environment in order to build and test a set of specs.
- Tutorial in `tutorials/build_systems/spack/spack_test.py`
Expand Down

0 comments on commit edf276d

Please sign in to comment.