From e38d6bc634bd0e71504d661e1cd36dc0216f7ff8 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 27 Feb 2015 15:37:00 -0500 Subject: [PATCH] Add missing links in style guide. Update default versions for environment variables in workflow documentation. --- docs/source/devguide/styleguide.rst | 10 +++++----- docs/source/devguide/workflow.rst | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/devguide/styleguide.rst b/docs/source/devguide/styleguide.rst index e9ed119fc..0ad4f37f5 100644 --- a/docs/source/devguide/styleguide.rst +++ b/docs/source/devguide/styleguide.rst @@ -159,8 +159,8 @@ Use of third-party Python packages should be limited to numpy_, scipy_, and h5py_. Use of other third-party packages must be implemented as optional dependencies rather than required dependencies. -.. _PEP8: -.. _numpydoc: -.. _numpy: -.. _scipy: -.. _h5py: +.. _PEP8: https://www.python.org/dev/peps/pep-0008/ +.. _numpydoc: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt +.. _numpy: http://www.numpy.org/ +.. _scipy: http://www.scipy.org/ +.. _h5py: http://www.h5py.org/ diff --git a/docs/source/devguide/workflow.rst b/docs/source/devguide/workflow.rst index 5732bad07..ba3f9875d 100644 --- a/docs/source/devguide/workflow.rst +++ b/docs/source/devguide/workflow.rst @@ -143,19 +143,19 @@ variables should be set if the default paths are incorrect: * **MPI_DIR** - The path to the MPI directory. - * Default - */opt/mpich/3.1-gnu* + * Default - */opt/mpich/3.1.3-gnu* * **HDF5_DIR** - The path to the HDF5 directory. - * Default - */opt/hdf5/1.8.12-gnu* + * Default - */opt/hdf5/1.8.14-gnu* * **PHDF5_DIR** - The path to the parallel HDF5 directory. - * Default - */opt/phdf5/1.8.12-gnu* + * Default - */opt/phdf5/1.8.14-gnu* * **PETSC_DIR** - The path to the PETSc directory. - * Default - */opt/petsc/3.4.4-gnu* + * Default - */opt/petsc/3.5.2-gnu* To run the full test suite, the following command can be executed in the tests directory: