From 213e0880c156a8a36e9db64dd8f905c6222943a3 Mon Sep 17 00:00:00 2001
From: Joseph Weston <joseph@weston.cloud>
Date: Wed, 15 May 2019 12:44:39 +0200
Subject: [PATCH] add whatsnew entry about the new tutorial building machinery

---
 doc/source/pre/whatsnew/1.5.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/source/pre/whatsnew/1.5.rst b/doc/source/pre/whatsnew/1.5.rst
index b985489e..9a9c085c 100644
--- a/doc/source/pre/whatsnew/1.5.rst
+++ b/doc/source/pre/whatsnew/1.5.rst
@@ -2,3 +2,13 @@ What's new in Kwant 1.5
 =======================
 
 This article explains the user-visible changes in Kwant 1.5.0.
+
+Improved tutorial building
+--------------------------
+Improving or adding to Kwant's tutorial is now much simpler. Now
+the text and code for each tutorial is kept in the same file, making
+it easy to see where changes need to be made, and images generated by
+the code are inserted directly into the document thanks to the magic of
+`jupyter-sphinx <https://github.com/jupyter-widgets/jupyter-sphinx/>`_.
+It has never been easier to get started contributing to Kwant by
+helping us improve our documentation.
-- 
GitLab