Skip to content
Snippets Groups Projects
  1. Jul 17, 2019
  2. May 23, 2019
  3. May 07, 2019
  4. Dec 15, 2017
    • Christoph Groth's avatar
      select matplotlib backend only when needed · 8ca980f7
      Christoph Groth authored
      Previously, in order to not to fix the matplotlib backend, we required
      users to import matplotlib.pyplot before calling any Kwant plotting
      functions.  This did not have the desired effect, since we did import
      `matplotlib.backends` and that also fixes the backend.
      
      Now, both backends and pyplot are imported at the last possible moment
      and a warning is emitted if this fixes the backend.
      8ca980f7
  5. Jul 25, 2017
    • Christoph Groth's avatar
      move tutorial script generation, reorganize doc/source · 9fdd41e8
      Christoph Groth authored
      I assume that most people encounter the tutorial example scripts by
      reading the documentation, and not by viewing the tutorial subdirectory
      of a checked-out Kwant source.
      
      That's the motivation for moving all the manipulations of tutorial
      scripts from setup.py to doc/Makefile.  Previously, a successful 'make
      html' would require a preceding execution of 'setup.py build_tut'.  Now,
      a simple 'make html' is enough.
      
      While at it, I reorganized where the example scripts and their outputs
      are stored.  Everything is now in 'doc/source/code' with its three
      subdirectories 'download' (to be shown to readers), 'include' (with
      include markers), and 'figure' (figure generation & figures).  This
      organization is clearer and also makes the generation of figures
      separate from the tutorial.
      9fdd41e8
  6. May 18, 2017
    • Anton Akhmerov's avatar
      update links in documentation · ff7eb28c
      Anton Akhmerov authored
      In addition to basic updates to skip permanent redirect, remove an
      obsolete reference to macports installation instructions on the main
      website.
      ff7eb28c
  7. May 12, 2017
  8. Apr 18, 2017
  9. Aug 30, 2016
  10. May 05, 2016
  11. Nov 26, 2015
  12. Mar 09, 2015
  13. Mar 05, 2015
    • Joseph Weston's avatar
      add explicit documentation on lead numbering · a2604544
      Joseph Weston authored
      It was not previously made explicit anywhere in the docs on how
      the leads were numbered. This commit adds a line to the docstring
      of `kwant.builder.Builder.attach_lead` which explains the meaning
      of the return value. It also adds a few lines to the first tutorial
      explaining the numbering.
      a2604544
  14. Feb 04, 2015
  15. Feb 03, 2014
  16. Sep 08, 2013
  17. Sep 05, 2013
  18. Aug 29, 2013
  19. Aug 24, 2013
  20. Jul 31, 2013
  21. May 07, 2013
  22. Apr 15, 2013
  23. Apr 13, 2013
  24. Mar 14, 2013
  25. Feb 21, 2013
  26. Feb 14, 2013
  27. Feb 12, 2013
  28. Apr 28, 2013
  29. Nov 28, 2012
  30. Nov 21, 2012
  31. Nov 20, 2012
  32. Nov 17, 2012
  33. Nov 19, 2012
  34. Nov 17, 2012
  35. Aug 21, 2012
  36. Jul 13, 2012
  37. Apr 05, 2012
  38. Feb 15, 2012
Loading