Skip to content

Commit

Permalink
More fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Sep 26, 2024
1 parent 2151b73 commit 9e73d52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion docs/src/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/ <www.cp2k.org/>`__.
calculation, as explained at it the documentation of
`CP2K <http://www.cp2k.org/>`__.

Quantum-Espresso
^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docs/src/input-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.rst>`_.
`input tags <input-tags.html>`_.

.. _inputunits:

Expand Down
12 changes: 6 additions & 6 deletions docs/src/onlinereso.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Python resources
~~~~~~~~~~~~~~~~

For help with Python programming, see
`www.python.org <www.python.org>`__. For information about the NumPy
mathematical library, see `www.numpy.org <www.numpy.org>`__, and for
`www.python.org <http://www.python.org>`__. For information about the NumPy
mathematical library, see `www.numpy.org <http://www.numpy.org>`__, and for
worked examples of its capabilities see
`www.scipy.org/Tentative_NumPy_Tutorial <www.scipy.org/Tentative_NumPy_Tutorial>`__.
`www.scipy.org/Tentative_NumPy_Tutorial <http://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.

Expand All @@ -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.fftw.org>`__,
`www.netlib.org/blas <www.netlib.org/blas>`__ and
`www.netlib.org/lapack <www.netlib.org/lapack>`__ respectively.
at `www.fftw.org <http://www.fftw.org>`__,
`www.netlib.org/blas <http://www.netlib.org/blas>`__ and
`www.netlib.org/lapack <http://www.netlib.org/lapack>`__ respectively.

These codes do not come as part of the i-PI package, and must be
downloaded separately.
Expand Down

0 comments on commit 9e73d52

Please sign in to comment.