From 079f2d7e38a2c5708e2a0c258f45de698058429c 2014-03-06 06:18:16 From: Paul Ivanov <pi@berkeley.edu> Date: 2014-03-06 06:18:16 Subject: [PATCH] added a note to what's new --- diff --git a/IPython/html/static/notebook/js/tour.js b/IPython/html/static/notebook/js/tour.js index 8310e05..6129a44 100644 --- a/IPython/html/static/notebook/js/tour.js +++ b/IPython/html/static/notebook/js/tour.js @@ -42,7 +42,7 @@ var tour_steps = [ element: "#modal_indicator", title: "Mode Indicator", placement: 'bottom', - content: "IPython has two modes: Edit Mode and Command Mode. In this area, an indicator can appear to tell you which mode you are in.", + content: "The Notebook has two modes: Edit Mode and Command Mode. In this area, an indicator can appear to tell you which mode you are in.", onShow: function(tour) { command_icon_hack(); } }, { element: "#modal_indicator", diff --git a/docs/source/whatsnew/pr/notebook-tour.rst b/docs/source/whatsnew/pr/notebook-tour.rst new file mode 100644 index 0000000..9ffaf41 --- /dev/null +++ b/docs/source/whatsnew/pr/notebook-tour.rst @@ -0,0 +1,6 @@ +Interactive Notebook Tour +------------------------- + +Familiarize yourself with the updated notebook user interface, including an +explanation of Edit and Command modes, by going through the short guided tour +which can be started from the Help menu.