Skip to content

Commit 57d83da

Browse files
committed
idem for index.html
1 parent b0513cd commit 57d83da

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
{% capture markdown %}
2626
# Welcome to Spack!
2727

28-
Spack is a package manager for
29-
[supercomputers](https://en.wikipedia.org/wiki/Supercomputer), Linux, and
30-
macOS. It makes installing scientific software easy. Spack isn't tied
31-
to a particular language; you can build a software stack in
32-
[Python](https://spack.readthedocs.io/en/latest/basic_usage.html#extensions-python-support)
33-
or R, link to libraries written in C, C++, or Fortran, and easily [swap
34-
compilers](https://spack.readthedocs.io/en/latest/getting_started.html#compiler-configuration)
35-
or target [specific
36-
microarchitectures](https://spack.readthedocs.io/en/latest/basic_usage.html#support-for-specific-microarchitectures).
37-
Learn more [here](/about/). {% endcapture %}
28+
Spack is a package manager for [supercomputers], Linux, macOS, and Windows.
29+
It makes installing scientific software easy.
30+
Spack isn't tied to a particular language; you can build a software stack consisting of Python or R packages, link to libraries written in C, C++, or Fortran, easily [swap compilers], and target [specific microarchitectures].
31+
Learn more [here][about].
32+
33+
[swap compilers]: https://spack.readthedocs.io/en/latest/spec_syntax.html
34+
[supercomputers]: https://en.wikipedia.org/wiki/Supercomputer
35+
[specific microarchitectures]: https://spack.readthedocs.io/en/latest/spec_syntax.html#support-for-specific-microarchitectures
36+
[about]: /about/ "Learn more about Spack"
37+
{% endcapture %}
3838

3939
{{ markdown | markdownify }}

0 commit comments

Comments
 (0)