Skip to content
Snippets Groups Projects
  1. Feb 06, 2019
  2. Jul 20, 2018
  3. Jul 19, 2018
  4. Jul 18, 2018
  5. Jan 25, 2018
  6. Aug 22, 2017
  7. Aug 14, 2017
  8. Aug 09, 2017
  9. Aug 08, 2017
    • Frank Sauerburger's avatar
      Fix syntax highlighting · f48bdb57
      Frank Sauerburger authored
      Some markdown code block language indications were missing or invalid. This
      commit fixes them. In most cases, they the syntax should be python.
      f48bdb57
    • Frank Sauerburger's avatar
      Update degrees of freedom in printout · df19fccb
      Frank Sauerburger authored
      Change the degrees of freedom in the printout from 122 to 123. Additionally,
      change the phrase 'ndf' (number of degrees of freedom) to 'dof' (degrees of
      freedom) to be more consistent.
      df19fccb
    • Frank Sauerburger's avatar
      Full review · e72d4cb3
      Frank Sauerburger authored
      Change typos and minor details after a full review. The review also lead to a
      new section about further reading.
      e72d4cb3
    • Frank Sauerburger's avatar
      Add magic tag to execute install code · 27b327a0
      Frank Sauerburger authored
      Add the magic tag before the installation snipped, such that doxec can execute
      it.
      27b327a0
    • Frank Sauerburger's avatar
      Use CI image with unprivileged user · 4522f302
      Frank Sauerburger authored
      Use CI image with an unprivileged user student, which has no-password sudo
      powers, such that the installation snipped from the README.md can be executed
      directly.
      4522f302
    • Frank Sauerburger's avatar
      Use pip --user without sudo · 4059171c
      Frank Sauerburger authored
      Remove superuser privileges from pip and install packages in ~/.local. This also
      prevents hiding pip's packages by system packages, since user packages have
      precedence.
      4059171c
  10. Aug 07, 2017
  11. Aug 04, 2017
Loading