From 9e73d520e588e1d29937f8b99159961c1874af8d Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Fri, 27 Sep 2024 00:03:06 +0200 Subject: [PATCH] More fixed links --- docs/src/getting-started.rst | 3 ++- docs/src/input-files.rst | 2 +- docs/src/onlinereso.rst | 12 ++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/src/getting-started.rst b/docs/src/getting-started.rst index 54b587657..fcc32010e 100644 --- a/docs/src/getting-started.rst +++ b/docs/src/getting-started.rst @@ -312,7 +312,8 @@ modification is necessary: &END MOTION The rest of the input file should be the same as for a standard CP2K -calculation, as explained at `www.cp2k.org/ `__. +calculation, as explained at it the documentation of +`CP2K `__. Quantum-Espresso ^^^^^^^^^^^^^^^^ diff --git a/docs/src/input-files.rst b/docs/src/input-files.rst index b74a9891b..9810f580b 100644 --- a/docs/src/input-files.rst +++ b/docs/src/input-files.rst @@ -83,7 +83,7 @@ To help detect any user error the recognized tag names, data types and acceptable options are all specified in the code in a specialized input class for each class of object. A full list of all the available tags and a brief description of their function is given at -`input tags `_. +`input tags `_. .. _inputunits: diff --git a/docs/src/onlinereso.rst b/docs/src/onlinereso.rst index b25cf4b41..a5970a144 100644 --- a/docs/src/onlinereso.rst +++ b/docs/src/onlinereso.rst @@ -21,10 +21,10 @@ Python resources ~~~~~~~~~~~~~~~~ For help with Python programming, see -`www.python.org `__. For information about the NumPy -mathematical library, see `www.numpy.org `__, and for +`www.python.org `__. For information about the NumPy +mathematical library, see `www.numpy.org `__, and for worked examples of its capabilities see -`www.scipy.org/Tentative_NumPy_Tutorial `__. +`www.scipy.org/Tentative_NumPy_Tutorial `__. Finally, see http://hgomersall.github.io/pyFFTW/ for documentation on the Python FFTW library that is currently implemented with i-PI. @@ -51,9 +51,9 @@ touch, we are always glad to help! There are several Fortran and C libraries that most client codes will probably need to run, such as FFTW, BLAS and LAPACK. These can be found -at `www.fftw.org `__, -`www.netlib.org/blas `__ and -`www.netlib.org/lapack `__ respectively. +at `www.fftw.org `__, +`www.netlib.org/blas `__ and +`www.netlib.org/lapack `__ respectively. These codes do not come as part of the i-PI package, and must be downloaded separately.