##// END OF EJS Templates
rewording according to feedback in #4802
Paul Ivanov -
Show More
@@ -31,16 +31,16 b' var tour_steps = ['
31 placement: 'bottom',
31 placement: 'bottom',
32 backdrop: true,
32 backdrop: true,
33 title: "Notebook Menubar",
33 title: "Notebook Menubar",
34 content: "Actions on this notebook, its cells, and the kernel it communicates with."
34 content: "The menubar has menus for actions on the notebook, its cells, and the kernel it communicates with."
35 }, {
35 }, {
36 element: "#maintoolbar",
36 element: "#maintoolbar",
37 placement: 'bottom',
37 placement: 'bottom',
38 backdrop: true,
38 backdrop: true,
39 title: "Notebook Toolbar",
39 title: "Notebook Toolbar",
40 content: "Most common actions are here. Hover your mouse over each button for more information."
40 content: "The toolbar has buttons for the most common actions. Hover your mouse over each button for more information."
41 }, {
41 }, {
42 element: "#modal_indicator",
42 element: "#modal_indicator",
43 title: "Mode indicator",
43 title: "Mode Indicator",
44 placement: 'bottom',
44 placement: 'bottom',
45 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.",
45 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.",
46 onShow: function(tour) { command_icon_hack(); }
46 onShow: function(tour) { command_icon_hack(); }
@@ -62,13 +62,7 b' var tour_steps = ['
62 title: "Edit Mode",
62 title: "Edit Mode",
63 placement: 'bottom',
63 placement: 'bottom',
64 onShow: function(tour) { edit_mode(); },
64 onShow: function(tour) { edit_mode(); },
65 content: "Notice that the border around the currently active cell changed color."
65 content: "Notice that the border around the currently active cell changed color. Typing will insert text into the currently active cell."
66 }, {
67 element: ".selected",
68 title: "Edit Mode",
69 placement: 'bottom',
70 onShow: function(tour) { edit_mode(); },
71 content: "Regular typing will insert text into the currently active cell."
72 }, {
66 }, {
73 element: '.selected',
67 element: '.selected',
74 title: "back to Command Mode",
68 title: "back to Command Mode",
General Comments 0
You need to be logged in to leave comments. Login now