summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2016-08-31Make gh-pages redirect to readthedocs.ioTodd Gamblin3-1/+22
2016-08-31Expand/clarify description of dependency typesErik Schnetter1-14/+25
2016-08-30Fix modules.rst doc build warning.Todd Gamblin2-4/+2
2016-08-30Move sphinx-apidoc into conf.py, too.Todd Gamblin3-1/+7
2016-08-30fix sys.path in conf.pyTodd Gamblin1-1/+1
2016-08-30test.Todd Gamblin1-0/+3
2016-08-30sorted command index, better colification.Todd Gamblin1-5/+7
2016-08-30Don't test sphinx-generated conf.py for flake8 issues.Todd Gamblin1-0/+1
2016-08-30Fix issue with path to Spack.Todd Gamblin1-1/+1
2016-08-30Exclude spack.__all__ from documentation.Todd Gamblin1-0/+22
Everything in the __all__ list in the spack module is from some other module, so only do their documentation in their original location. This also avoids issues like the fact that some directive names shadow spack core module names.
2016-08-30Undo changes to trailing triple quotes in docstringAdam J. Stewart6-8/+12
2016-08-30Resolve new documentation issues that have cropped upAdam J. Stewart1-46/+60
2016-08-30Make subcommands importable, '-' -> '_', fixes #1642Adam J. Stewart4-5/+1
2016-08-30Fix spack --profile, fixes #1639Adam J. Stewart1-35/+8
2016-08-30Use console instead of shell syntax lexer, fixes #1634Adam J. Stewart8-1002/+970
2016-08-30Fixes #1620, Missing referencesAdam J. Stewart2-3/+6
2016-08-30Fixes #1618, Problems with spack package-listAdam J. Stewart1-9/+14
2016-08-30Fix docstrings for core Spack libraries, fixes #1612Adam J. Stewart20-201/+205
2016-08-30Fix unexpected indentation in .rst files, #1612Adam J. Stewart2-2/+2
2016-08-30Fix #1608, Include file not foundAdam J. Stewart1-2/+2
2016-08-30Fix #1604 and fix #1605, title underline problemsAdam J. Stewart8-277/+411
2016-08-30Fix #1594, duplicate explicit target nameAdam J. Stewart1-2/+2
2016-08-30Move all documentation generation into conf.pyTodd Gamblin3-21/+32
- extra steps in Makefile are ignored by readthedocs
2016-08-29resources : added docs fixes #1551 (#1627)Massimiliano Culpo2-3/+23
2016-08-29Fix exception constructors. (#1663)Todd Gamblin1-3/+7
2016-08-29Merge pull request #1564 from adamjstewart/features/createTodd Gamblin1-1/+2
Suggest setuptools when creating Python package
2016-08-28Documentation: Fix accidental quotation. version() takes expand as a ↵Tyler Esser1-1/+1
keyword. (#1640)
2016-08-27Make clang detection work on AWS Ubuntu14.Todd Gamblin1-1/+1
2016-08-25Remove stale operating_system.py test per discussion in #1631Todd Gamblin1-75/+0
- Test has not been registered in `__init__.py` for a while and needs a refresh.
2016-08-25Merge pull request #663 from citibeth/efischer/160327-DocumentationImprovementsTodd Gamblin5-3/+183
[RtM] Documentation Improvements
2016-08-24Make `spack info` print deps in sorted orderTodd Gamblin1-1/+1
2016-08-24Put url_for_version() after versions in example.Elizabeth Fischer1-1/+2
2016-08-24appeasing flake8, also cleaning up headerTom Scogland1-38/+43
The header append lines were too long, so I just converted it into a multi-line string template so it's all one piece now instead of a bunch of appends.
2016-08-24avoid specifying --delim unless requiredTom Scogland1-7/+35
This increases portability of generated module files to versions of environment_modules hearkening back to just after the turn of the millennium.
2016-08-23Added CMake-based Development case study to docuemntation.citibeth2-0/+168
2016-08-23Explained url_for_version()Elizabeth F1-2/+4
2016-08-23Added note on use of 'less -R' for colorized output.citibeth1-0/+9
2016-08-19Suggest setuptools when creating Python packageAdam J. Stewart1-1/+2
2016-08-15stripping the links to remove spaces and '\n'Nicolas Richart1-1/+1
2016-08-15Don't assume spack is in the path when buildign docs.Todd Gamblin1-1/+2
2016-08-12Update documentation for spack md5Adam J. Stewart2-7/+19
2016-08-11Merge pull request #1493 from xjrc/bugfix/nonbool-variantsbecker331-4/+3
Bug Fix : Allow Packages to Have Variants w/ Non-Bool, Non-String Defaults
2016-08-11Corrects Cray compiler name and adds missing version flag.Matt Belhorn1-5/+4
2016-08-11dag_hash stabilised by depending on sorted dictMayeul d'Avezac2-15/+51
Spec.to_node_dict uses OrderedDict This is to try and ensure that the dag_hash is stable across python version and processes.
2016-08-10Move jsonschema files out of `config.py` to their own package.Todd Gamblin8-276/+507
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin147-1153/+1415
2016-08-10Fix superclass constructor for SpackNamespace objects.Todd Gamblin1-1/+1
2016-08-10Fixed a bug that was making packages with non-bool default variants to crash.Joseph Ciurej1-4/+3
2016-08-09Fix typo 'flexbile' -> 'flexible'George Hartzell1-1/+1
2016-08-09Properly re-raise exceptions from lock context handler.Todd Gamblin1-4/+6