From b2f503d7b65ab032db63d8bc78f8191b50e6edf4 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Sat, 13 May 2017 12:06:09 +0200 Subject: [PATCH] fix tutorial renames --- doc/source/pre/whatsnew/0.2.rst | 4 ++-- doc/source/pre/whatsnew/1.0.rst | 2 +- .../tutorial/{superconductor.rst => superconductors.rst} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename doc/source/tutorial/{superconductor.rst => superconductors.rst} (100%) diff --git a/doc/source/pre/whatsnew/0.2.rst b/doc/source/pre/whatsnew/0.2.rst index 2a99f2a9..3a0e8e95 100644 --- a/doc/source/pre/whatsnew/0.2.rst +++ b/doc/source/pre/whatsnew/0.2.rst @@ -28,7 +28,7 @@ the same time it is able to take advantage of more than 2 GiB of RAM. New tutorial dealing with superconductivity ------------------------------------------- -:doc:`../../tutorial/tutorial5` +:doc:`../../tutorial/superconductors` New `~kwant.plotter` module --------------------------- @@ -71,7 +71,7 @@ Band structure functionality has been moved The functionality that used to be provided by the method ``energies`` of `kwant.system.InfiniteSystem` has been moved to the `kwant.physics` package. See the documentation of `kwant.physics.Bands` and -:doc:`../../tutorial/tutorial3`. +:doc:`../../tutorial/spectrum`. Calculation of the local density of states ------------------------------------------ diff --git a/doc/source/pre/whatsnew/1.0.rst b/doc/source/pre/whatsnew/1.0.rst index 276e1166..1eb4cf07 100644 --- a/doc/source/pre/whatsnew/1.0.rst +++ b/doc/source/pre/whatsnew/1.0.rst @@ -84,7 +84,7 @@ lattices. This often led to confusions in more convoluted use cases, so this behavior was changed. Now two site families created with the same parameters are actually indistinguishable by Kwant. If it is desired to make two site families which have the same geometry, but mean different things, as for -instance in :doc:`../../tutorial/tutorial5`, then the ``name`` argument has to +instance in :doc:`../../tutorial/superconductors`, then the ``name`` argument has to be used when creating a lattice, e.g. ``a = kwant.lattice.square(name='a'); b = kwant.lattice.square(name='b')``. diff --git a/doc/source/tutorial/superconductor.rst b/doc/source/tutorial/superconductors.rst similarity index 100% rename from doc/source/tutorial/superconductor.rst rename to doc/source/tutorial/superconductors.rst -- GitLab