From d51fa4bec72743fbe1c975726bd6fcc64bb526f9 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 7 Feb 2017 15:43:56 +0000 Subject: [PATCH] Centre images --- docs/source/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 56e2ad061..99637d7e1 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -41,6 +41,7 @@ Cell tags There is a new cell toolbar for adding *cell tags* (:ghpull:`2048`): .. image:: /_static/images/cell-tags-toolbar.png + :align: center Cell tags are a lightweight way to customise the behaviour of tools working with notebooks; we're working on building support for them into tools like `nbconvert @@ -56,6 +57,7 @@ Table style The default styling for tables in the notebook has been updated (:ghpull:`1776`): .. image:: /_static/images/table-style-change.png + :align: center Customise keyboard shortcuts **************************** @@ -64,6 +66,7 @@ You can now edit keyboard shortcuts for command mode within the UI (:ghpull:`1347`): .. image:: /_static/images/shortcut-editor.png + :align: center See the ``Help > Edit Keyboard Shortcuts`` menu item and follow the instructions.