summaryrefslogtreecommitdiff
path: root/lib/spack/docs/tutorial.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/docs/tutorial.rst')
-rw-r--r--lib/spack/docs/tutorial.rst34
1 files changed, 20 insertions, 14 deletions
diff --git a/lib/spack/docs/tutorial.rst b/lib/spack/docs/tutorial.rst
index ff2a2f6870..c41f8c87d2 100644
--- a/lib/spack/docs/tutorial.rst
+++ b/lib/spack/docs/tutorial.rst
@@ -1,12 +1,17 @@
+.. Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
+ Spack Project Developers. See the top-level COPYRIGHT file for details.
+
+ SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
.. _spack-101:
=============================
Tutorial: Spack 101
=============================
-This is a 3-hour introduction to Spack with lectures and live demos. It
-was presented as a tutorial at `Supercomputing 2016
-<http://sc16.supercomputing.org>`_. You can use these materials to teach
+This is a full-day introduction to Spack with lectures and live demos. It
+was presented as a tutorial at `Supercomputing 2018
+<http://sc18.supercomputing.org>`_. 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.
@@ -15,19 +20,18 @@ the live demo scripts to see how Spack is used in practice.
.. rubric:: Slides
.. figure:: tutorial/sc16-tutorial-slide-preview.png
- :target: http://llnl.github.io/spack/files/Spack-SC16-Tutorial.pdf
+ :target: http://spack.io/slides/Spack-SC18-Tutorial.pdf
:height: 72px
:align: left
:alt: Slide Preview
-`Download Slides <http://llnl.github.io/spack/files/Spack-SC16-Tutorial.pdf>`_.
+`Download Slides <http://spack.io/slides/Spack-SC18-Tutorial.pdf>`_.
-**Full citation:** Todd Gamblin, Massimiliano Culpo, Gregory Becker, Matt
-Legendre, Greg Lee, Elizabeth Fischer, and Benedikt Hegner.
+**Full citation:** Todd Gamblin, Gregory Becker, Massimiliano Culpo, Matt
+Legendre, Mario Melara, Peter Scheibel, and Adam Stewart.
`Managing HPC Software Complexity with Spack
-<http://sc16.supercomputing.org/presentation/?id=tut166&sess=sess209>`_.
-Tutorial presented at Supercomputing 2016. November 13, 2016, Salt Lake
-City, UT, USA.
+<https://sc18.supercomputing.org/presentation/?id=tut165&sess=sess252>`_.
+Tutorial presented at Supercomputing 2018. November 12, 2018, Dallas, TX, USA.
.. _sc16-live-demos:
@@ -39,9 +43,10 @@ correspond to sections in the slides above.
1. :ref:`basics-tutorial`
2. :ref:`configs-tutorial`
3. :ref:`packaging-tutorial`
- 4. :ref:`build-systems-tutorial`
- 5. :ref:`advanced-packaging-tutorial`
- 6. :ref:`modules-tutorial`
+ 4. :ref:`environments-tutorial`
+ 5. :ref:`modules-tutorial`
+ 6. :ref:`build-systems-tutorial`
+ 7. :ref:`advanced-packaging-tutorial`
Full contents:
@@ -49,6 +54,7 @@ Full contents:
tutorial_basics
tutorial_configuration
tutorial_packaging
+ tutorial_environments
+ tutorial_modules
tutorial_buildsystems
tutorial_advanced_packaging
- tutorial_modules