summaryrefslogtreecommitdiff
path: root/lib/spack/docs/index.rst
diff options
context:
space:
mode:
authorVanessasaurus <814322+vsoch@users.noreply.github.com>2021-04-15 01:38:36 -0600
committerGitHub <noreply@github.com>2021-04-15 00:38:36 -0700
commit7f91c1a5109e4c7f92c22594d0bcfc1b94bf230b (patch)
tree9a6ea7d8203492a8412ed76b05c44d81694d3f90 /lib/spack/docs/index.rst
parent613348ec90e41e3e403fe4566bf1b3cc9c364a52 (diff)
downloadspack-7f91c1a5109e4c7f92c22594d0bcfc1b94bf230b.tar.gz
spack-7f91c1a5109e4c7f92c22594d0bcfc1b94bf230b.tar.bz2
spack-7f91c1a5109e4c7f92c22594d0bcfc1b94bf230b.tar.xz
spack-7f91c1a5109e4c7f92c22594d0bcfc1b94bf230b.zip
Merge pull request #21930 from vsoch/add/spack-monitor
This provides initial support for [spack monitor](https://github.com/spack/spack-monitor), a web application that stores information and analysis about Spack installations. Spack can now contact a monitor server and upload analysis -- even after a build is already done. Specifically, this adds: - [x] monitor options for `spack install` - [x] `spack analyze` command - [x] hook architecture for analyzers - [x] separate build logs (in addition to the existing combined log) - [x] docs for spack analyze - [x] reworked developer docs, with hook docs - [x] analyzers for: - [x] config args - [x] environment variables - [x] installed files - [x] libabigail There is a lot more information in the docs contained in this PR, so consult those for full details on this feature. Additional tests will be added in a future PR.
Diffstat (limited to 'lib/spack/docs/index.rst')
-rw-r--r--lib/spack/docs/index.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/spack/docs/index.rst b/lib/spack/docs/index.rst
index 7a9ac09ec2..fb9c669c12 100644
--- a/lib/spack/docs/index.rst
+++ b/lib/spack/docs/index.rst
@@ -67,6 +67,7 @@ or refer to the full manual below.
build_settings
environments
containers
+ monitoring
mirrors
module_file_support
repositories
@@ -79,6 +80,12 @@ or refer to the full manual below.
.. toctree::
:maxdepth: 2
+ :caption: Research
+
+ analyze
+
+.. toctree::
+ :maxdepth: 2
:caption: Contributing
contribution_guide