From 0d03658808bfd90d490af3f0e8ca4bd12339e0e5 2014-09-23 15:21:18 From: Matthias Bussonnier Date: 2014-09-23 15:21:18 Subject: [PATCH] Merge pull request #6526 from jdfreder/whatsnewfix Added backticks to scrollmanager whatsnew --- diff --git a/docs/source/whatsnew/pr/paul-scroll.rst b/docs/source/whatsnew/pr/paul-scroll.rst index 572da93..34cb1d3 100644 --- a/docs/source/whatsnew/pr/paul-scroll.rst +++ b/docs/source/whatsnew/pr/paul-scroll.rst @@ -1 +1 @@ -* A ScrollManager was added to the notebook. The ScrollManager controls how the notebook document is scrolled using keyboard. Users can inherit from the ScrollManager or TargetScrollManager to customize how their notebook scrolls. The default ScrollManager is the SlideScrollManager, which tries to scroll to the nearest slide or sub-slide cell. +* A ``ScrollManager`` was added to the notebook. The ``ScrollManager`` controls how the notebook document is scrolled using keyboard. Users can inherit from the ``ScrollManager`` or ``TargetScrollManager`` to customize how their notebook scrolls. The default ``ScrollManager`` is the ``SlideScrollManager``, which tries to scroll to the nearest slide or sub-slide cell.