diff --git a/content/community.txt b/content/community.txt
index c99042c82ebadd57fec3e3925bcb382495d4157a..183b4b2a02a472351a9adca3c4aeb51d624e95c2 100644
--- a/content/community.txt
+++ b/content/community.txt
@@ -194,10 +194,13 @@ A useful trick for working on the source code is to build in-place so that there
 is no need to re-install after each change.  This can be done with the following
 command ::
 
-    python setup.py build_ext -i
+    python setup.py build_ext -i --cython
 
 The ``kwant`` subdirectory of the source distribution will be thus turned into
 a proper Python package that can be imported.  To be able to import Kwant from
 within Python, one can either work in the root directory of the distribution
 (where the subdirectory ``kwant`` is located), or make a (symbolic) link from
 somewhere in the Python search path to the the package subdirectory.
+
+The option ``--cython`` enables the translation of .pyx files into .c files.
+It is only needed if any .pyx files have been modified.
diff --git a/content/doc/index.txt b/content/doc/index.txt
index 6a7dc03a7bb6f5450e502d424dd691550aec2652..1533d4a3bb5be4c93980282d134e379c41b91ace 100644
--- a/content/doc/index.txt
+++ b/content/doc/index.txt
@@ -13,10 +13,10 @@ Screencast
 Tutorial and Manual
 -------------------
 
-* `Browse online </doc/1.0>`_,
-* `download PDF <http://downloads.kwant-project.org/doc/kwant-doc-1.0.1.pdf>`_,
+* `Browse online </doc/1/>`_,
+* `download PDF <http://downloads.kwant-project.org/doc/kwant-doc-1.1.1.pdf>`_,
 * `download zipped HTML
-  <http://downloads.kwant-project.org/doc/kwant-doc-1.0.1.zip>`_ (for reading
+  <http://downloads.kwant-project.org/doc/kwant-doc-1.1.1.zip>`_ (for reading
   without web access).
 
 Article
diff --git a/content/license.txt b/content/license.txt
index 7aae24c180ad500f1256c8167370cb22dd07c112..6d64bbc040c58c7251847fdd5a0e595c08850b1b 100644
--- a/content/license.txt
+++ b/content/license.txt
@@ -1,11 +1,7 @@
 Kwant license
 =============
 
-(This license applies to all files within Kwant distribution except those
-within the ``doc/sphinxext`` subdirectory for which
-``doc/sphinxext/LICENSE.txt`` applies.)
-
-Copyright 2011-2013 C. W. Groth (CEA), M. Wimmer, A. R. Akhmerov,
+Copyright 2011-2015 C. W. Groth (CEA), M. Wimmer, A. R. Akhmerov,
 X. Waintal (CEA), and others.  All rights reserved.
 
 (CEA = Commissariat à l'énergie atomique et aux énergies alternatives)