Skip to content

Commit 3013886

Browse files
committed
fix .. note::
1 parent 6a5233b commit 3013886

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

tutorial_basics.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ We can also remove compilers from our configuration using ``spack compiler remov
343343
.. literalinclude:: outputs/basics/compiler-remove.out
344344
:language: console
345345

346-
.. note ::
346+
.. note::
347347

348-
The spec syntax may be confusing for new users. Spack can provide information about commands you run frequently. For instance, ``spack help --spec``:
348+
The spec syntax may be confusing for new users. Spack can provide information about commands you run frequently. For instance, ``spack help --spec``:
349349

350-
.. literalinclude:: outputs/basics/help-spec.out
351-
:language: console
350+
.. literalinclude:: outputs/basics/help-spec.out
351+
:language: console

tutorial_binary_cache.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ The build cache name, `buildcache-${USER}-${HOSTNAME}`, is a suggestion; you can
6060
oci://ghcr.io/<your-github-username-or-org>/buildcache-${USER}-${HOSTNAME}
6161
6262
63-
.. note ::
63+
.. note::
6464

65-
We talk about mirrors and build caches almost interchangeably, because every build cache is a binary mirror.
66-
Source mirrors exist too, which we will not cover in this tutorial.
65+
We talk about mirrors and build caches almost interchangeably, because every build cache is a binary mirror.
66+
Source mirrors exist too, which we will not cover in this tutorial.
6767

6868

6969
Your ``spack.yaml`` file should now contain the following:
@@ -111,15 +111,15 @@ The location of the pushed package, when referred to as an OCI image, will be:
111111
112112
look very similar to a container image --- we will get to that in a bit.
113113

114-
.. note ::
114+
.. note::
115115

116-
Binaries pushed to GitHub packages are ``private`` by default, which means you need a token to download them.
117-
You can change the visibility to ``public`` by going to GitHub Packages from your GitHub account, selecting the ``buildcache`` package, go to ``package settings``, and change the visibility to ``public`` in the ``Danger Zone`` section.
118-
This page can also be directly accessed by going to
116+
Binaries pushed to GitHub packages are ``private`` by default, which means you need a token to download them.
117+
You can change the visibility to ``public`` by going to GitHub Packages from your GitHub account, selecting the ``buildcache`` package, go to ``package settings``, and change the visibility to ``public`` in the ``Danger Zone`` section.
118+
This page can also be directly accessed by going to
119119

120-
.. code-block:: text
120+
.. code-block:: text
121121
122-
https://github.com/users/<user>/packages/container/buildcache/settings
122+
https://github.com/users/<user>/packages/container/buildcache/settings
123123
124124
125125
-------------------------------

0 commit comments

Comments
 (0)