Skip to content
Snippets Groups Projects
Commit f9254da9 authored by Joseph Weston's avatar Joseph Weston
Browse files

fix external links

Fixes the 'linkcheck' test. the scipy.org SSL certificate is
issued for '*.scipy.org', so sphinx reports a bad certificate
for 'scipy.org'. The 'wiggle' homepage has been down for a while,
so we point to the GitHub page instead.
parent 6070d0b8
No related branches found
No related tags found
No related merge requests found
Pipeline #12991 failed
......@@ -32,7 +32,7 @@ Building Kwant requires
* `Python <https://www.python.org/>`_ 3.4 or above (Kwant 1.1 is the last
version to support Python 2),
* `NumPy <http://numpy.org/>`_ 1.8.1 or newer,
* `SciPy <https://scipy.org/>`_ 0.14 or newer,
* `SciPy <https://www.scipy.org/>`_ 0.14 or newer,
* `LAPACK <http://netlib.org/lapack/>`_ and `BLAS <http://netlib.org/blas/>`_,
(For best performance we recommend the free `OpenBLAS
<http://www.openblas.net/>`_ or the nonfree `MKL
......@@ -185,7 +185,7 @@ are extracted form the diff file.
The diff file may be modified directly. Another possible way of working is to
directly modify either the tutorial script or the figure generation script.
Then ``make html`` will use the command line tool `wiggle
<http://neil.brown.name/wiggle/>`_ to propagate the modifications accordingly.
<https://github.com/neilbrown/wiggle>`_ to propagate the modifications accordingly.
This will often just work, but may sometimes result in conflicts, in which case
a message will be printed. The conflicts then have to be resolved much like
with a version control system.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment