##// END OF EJS Templates
Kernel and Help menu tooltips
Paul Ivanov -
Show More
@@ -168,15 +168,19 b' class="notebook_app"'
168 </li>
168 </li>
169 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Kernel</a>
169 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Kernel</a>
170 <ul class="dropdown-menu">
170 <ul class="dropdown-menu">
171 <li id="int_kernel"><a href="#">Interrupt</a></li>
171 <li id="int_kernel"
172 <li id="restart_kernel"><a href="#">Restart</a></li>
172 title="Send KeyboardInterrupt (CTRL-C) to the Kernel">
173 <a href="#">Interrupt</a></li>
174 <li id="restart_kernel"
175 title="Restart the Kernel">
176 <a href="#">Restart</a></li>
173 </ul>
177 </ul>
174 </li>
178 </li>
175 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Help</a>
179 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Help</a>
176 <ul class="dropdown-menu">
180 <ul class="dropdown-menu" title="Opens in a new window">
177 <li><a href="http://ipython.org/documentation.html" target="_blank">IPython Help</a></li>
181 <li><a href="http://ipython.org/documentation.html" target="_blank">IPython Help</a></li>
178 <li><a href="http://ipython.org/ipython-doc/stable/interactive/notebook.html" target="_blank">Notebook Help</a></li>
182 <li><a href="http://ipython.org/ipython-doc/stable/interactive/notebook.html" target="_blank">Notebook Help</a></li>
179 <li id="keyboard_shortcuts"><a href="#">Keyboard Shortcuts</a></li>
183 <li id="keyboard_shortcuts" title="Opens a tooltip with all keyboard shortcuts"><a href="#">Keyboard Shortcuts</a></li>
180 <li class="divider"></li>
184 <li class="divider"></li>
181 <li><a href="http://docs.python.org" target="_blank">Python</a></li>
185 <li><a href="http://docs.python.org" target="_blank">Python</a></li>
182 <li><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></li>
186 <li><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></li>
General Comments 0
You need to be logged in to leave comments. Login now