Skip to content
Snippets Groups Projects
Commit b4d93f7c authored by Christoph Groth's avatar Christoph Groth
Browse files

update for 1.1.1

parent 5ea2cab7
No related branches found
No related tags found
No related merge requests found
...@@ -194,10 +194,13 @@ A useful trick for working on the source code is to build in-place so that there ...@@ -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 is no need to re-install after each change. This can be done with the following
command :: 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 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 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 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 (where the subdirectory ``kwant`` is located), or make a (symbolic) link from
somewhere in the Python search path to the the package subdirectory. 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.
...@@ -13,10 +13,10 @@ Screencast ...@@ -13,10 +13,10 @@ Screencast
Tutorial and Manual Tutorial and Manual
------------------- -------------------
* `Browse online </doc/1.0>`_, * `Browse online </doc/1/>`_,
* `download PDF <http://downloads.kwant-project.org/doc/kwant-doc-1.0.1.pdf>`_, * `download PDF <http://downloads.kwant-project.org/doc/kwant-doc-1.1.1.pdf>`_,
* `download zipped HTML * `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). without web access).
Article Article
......
Kwant license Kwant license
============= =============
(This license applies to all files within Kwant distribution except those Copyright 2011-2015 C. W. Groth (CEA), M. Wimmer, A. R. Akhmerov,
within the ``doc/sphinxext`` subdirectory for which
``doc/sphinxext/LICENSE.txt`` applies.)
Copyright 2011-2013 C. W. Groth (CEA), M. Wimmer, A. R. Akhmerov,
X. Waintal (CEA), and others. All rights reserved. X. Waintal (CEA), and others. All rights reserved.
(CEA = Commissariat à l'énergie atomique et aux énergies alternatives) (CEA = Commissariat à l'énergie atomique et aux énergies alternatives)
......
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