From 31f767453cda28d811b675e76465f6a2ede5a406 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Wed, 4 Feb 2015 23:41:43 +0100
Subject: [PATCH] README.rst: link to local files

---
 README.rst | 4 ++--
 setup.py   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index b6e6882a..0c25092f 100644
--- a/README.rst
+++ b/README.rst
@@ -33,5 +33,5 @@ See the `Kwant web site <http://kwant-project.org/>`_ for the latest version.  A
 discussions, questions, and reporting bugs. The development of Kwant can be
 followed via the `public git repository <http://git.kwant-project.org/kwant>`_.
 
-See also the files INSTALL.rst, LICENSE.rst, AUTHORS.rst, CITING.rst, and
-CONTRIBUTE.rst in this directory.
+See also in this directory: `<INSTALL.rst>`_, `<LICENSE.rst>`_, `<AUTHORS.rst>`_,
+`<CITING.rst>`_, `<CONTRIBUTE.rst>`_.
diff --git a/setup.py b/setup.py
index b8a3c6d8..51eb079d 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
 
 CONFIG_FILE = 'build.conf'
 README_FILE = 'README.rst'
-README_END_BEFORE = 'See also the files'
+README_END_BEFORE = 'See also in this directory:'
 STATIC_VERSION_FILE = 'kwant/_static_version.py'
 REQUIRED_CYTHON_VERSION = (0, 17, 1)
 NO_CYTHON_OPTION = '--no-cython'
-- 
GitLab