diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-04-01 15:31:55 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-04-01 15:32:06 -0700 |
commit | 0e785e0500e73e35a61097d0b14b6fdce10d1e86 (patch) | |
tree | 60f636afbbe15eb5ba09d41805418ea4b10b2475 | |
parent | 221f17971634e43950f90333776589c4d0bf0ce3 (diff) | |
download | spack-0e785e0500e73e35a61097d0b14b6fdce10d1e86.tar.gz spack-0e785e0500e73e35a61097d0b14b6fdce10d1e86.tar.bz2 spack-0e785e0500e73e35a61097d0b14b6fdce10d1e86.tar.xz spack-0e785e0500e73e35a61097d0b14b6fdce10d1e86.zip |
Add epigraph in docs.
-rw-r--r-- | lib/spack/docs/index.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/spack/docs/index.rst b/lib/spack/docs/index.rst index 4dffe6f091..2e99e96a3e 100644 --- a/lib/spack/docs/index.rst +++ b/lib/spack/docs/index.rst @@ -4,9 +4,13 @@ contain the root `toctree` directive. =================== -Spack Documentation +Spack =================== +.. epigraph:: + + `These are docs for the Spack package manager. For sphere packing, see` `pyspack <https://pyspack.readthedocs.io>`_. + Spack is a package management tool designed to support multiple versions and configurations of software on a wide variety of platforms and environments. It was designed for large supercomputing centers, |