Basic usage step-by-step tutorial
This commit is contained in:

committed by
Todd Gamblin

parent
216d269f1d
commit
7201053f2a
@@ -3,7 +3,8 @@
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS = -E
|
||||
SPHINXBUILD = sphinx-build
|
||||
JOBS ?= $(shell python -c 'import multiprocessing; print multiprocessing.cpu_count()')
|
||||
SPHINXBUILD = sphinx-build -j $(JOBS)
|
||||
PAPER =
|
||||
BUILDDIR = _build
|
||||
|
||||
|
1243
lib/spack/docs/basic_usage_tutorial.rst
Normal file
1243
lib/spack/docs/basic_usage_tutorial.rst
Normal file
File diff suppressed because it is too large
Load Diff
@@ -63,6 +63,7 @@ or refer to the full manual below.
|
||||
:maxdepth: 2
|
||||
:caption: Step-by-step
|
||||
|
||||
basic_usage_tutorial
|
||||
module_file_tutorial
|
||||
package_tutorial
|
||||
|
||||
|
Reference in New Issue
Block a user