Skip to content

Commit d467691

Browse files
committed
fix lint
1 parent 46db214 commit d467691

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

index.rst

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@
88
Tutorial: Spack 101
99
===================
1010

11-
This is an introduction to Spack with lectures and live demos. It was last presented at
12-
the `Supercomputing 2024 Conference
13-
<https://sc24.conference-program.com/presentation/?id=tut182&sess=sess422>`_, November
14-
18, 2024. The event was a full-day tutorial.
11+
This is an introduction to Spack with lectures and live demos.
12+
It was last presented at the `Supercomputing 2024 Conference <https://sc24.conference-program.com/presentation/?id=tut182&sess=sess422>`_, November 18, 2024.
13+
The event was a full-day tutorial.
1514

16-
You can use these materials to teach a course on Spack at your own site,
17-
or you can just skip ahead and read the live demo scripts to see how
18-
Spack is used in practice.
15+
You can use these materials to teach a course on Spack at your own site, or you can just skip ahead and read the live demo scripts to see how Spack is used in practice.
1916

2017
.. _slides:
2118

@@ -37,8 +34,7 @@ Supercomputing 2024 (SC24), Atlanta, GA, November 18, 2024.
3734

3835
.. rubric:: Video
3936

40-
For the last recorded video of this tutorial, see the `HPCIC Tutorial 2024 version
41-
<https://spack-tutorial.readthedocs.io/en/hpcic24/>`_.
37+
For the last recorded video of this tutorial, see the `HPCIC Tutorial 2024 version <https://spack-tutorial.readthedocs.io/en/hpcic24/>`_.
4238

4339
.. _live-demos:
4440

@@ -47,8 +43,8 @@ For the last recorded video of this tutorial, see the `HPCIC Tutorial 2024 versi
4743
We provide scripts that take you step-by-step through basic Spack tasks.
4844
They correspond to sections in the slides above.
4945

50-
To run through the scripts, we provide the `spack/tutorial <https://ghcr.io/spack/tutorial>`_
51-
container image. You can invoke
46+
To run through the scripts, we provide the `spack/tutorial <https://ghcr.io/spack/tutorial>`_ container image.
47+
You can invoke
5248

5349
.. code-block:: console
5450
@@ -66,8 +62,7 @@ to start using the container. You should now be ready to run through our demo sc
6662
#. :ref:`binary-cache-tutorial`
6763
#. :ref:`spack-scripting-tutorial`
6864

69-
Other sections from past tutorials are also available, although they may
70-
not be kept up-to-date as frequently:
65+
Other sections from past tutorials are also available, although they may not be kept up-to-date as frequently:
7166

7267
#. :ref:`modules-tutorial`
7368
#. :ref:`build-systems-tutorial`

tutorial_buildsystems.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,10 @@ Some examples include:
677677

678678
...and `many more <https://spack.readthedocs.io/en/latest/build_systems.html>`_!
679679

680-
Each of these build system classes provides abstractions to simplify and standardize the process of writing package recipes.
680+
Each of these build system classes provides abstractions to simplify and standardize the process of writing package recipes.
681681
They help manage common build logic and reduce duplication across packages in the same ecosystem.
682682

683683
For packages that don't align well with any specific build system, Spack also provides a generic ``Package`` base class that gives full control over the build process.
684684

685-
By now, you've seen how Spack aims to make packaging both simple and robust through its build system abstractions.
685+
By now, you've seen how Spack aims to make packaging both simple and robust through its build system abstractions.
686686
To learn more, refer to the `Overview of the installation procedure <https://spack.readthedocs.io/en/latest/packaging_guide.html#installation-procedure>`_ in the Packaging Guide.

0 commit comments

Comments
 (0)