From 63cac1adba85b7e8b041f07c55c3bfa75f9bcea6 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 22 Feb 2016 11:30:07 -0600 Subject: [PATCH] Add a necessary missing blank line in installation documentation --- docs/source/usersguide/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 4075e03033..be8bc3cf84 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -227,6 +227,7 @@ your PATH environment variable and subsequently uses it to determine library locations and compile flags. If you have multiple installations of HDF5 or one that does not appear on your PATH, you can set the HDF5_ROOT environment variable to the root directory of the HDF5 installation, e.g. + .. code-block:: sh export HDF5_ROOT=/opt/hdf5/1.8.15