From dc4f9deabf4249b739e5420c807345ce8ac274cd Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Tue, 21 May 2013 15:40:24 +0200 Subject: [PATCH] remove kwant.contrib from title, minor text changes --- doc/source/contrib/index.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/contrib/index.rst b/doc/source/contrib/index.rst index 31b09f00..d132f5cf 100644 --- a/doc/source/contrib/index.rst +++ b/doc/source/contrib/index.rst @@ -1,14 +1,14 @@ -:mod:`kwant.contrib` -- Contributed modules -=========================================== +Contributed modules +=================== .. module:: kwant.contrib -Although this collection of modules is available as part of the official kwant -distribution, it is not considered to be an integral part of kwant. The -intention is to keep interesting modules that are useful with kwant here (maybe -even experimental ones) to give users an easier access to them, and to give them -wider exposure, so that they can be improved faster. Users of kwant are welcome -to submit their own modules for inclusion in :mod:`kwant.contrib`. +:mod:`kwant.contrib` is a collection of independent modules that is part of the +official kwant distribution, but is not considered to be an integral part of +kwant. The intention is to keep interesting modules that are useful with kwant +here (maybe even experimental ones) to give users an easier access to them, and +them wider exposure. Users of kwant are welcome to submit their own modules for +inclusion. For simplicity, all contributions share the same license as kwant. (This requirement may be relaxed to allow other free licenses if requested.) -- GitLab