Show More
@@ -92,10 +92,12 b' span.section_row_buttons a {' | |||||
92 | width: 170px; |
|
92 | width: 170px; | |
93 | padding: 0px 5px; |
|
93 | padding: 0px 5px; | |
94 | text-align: center; |
|
94 | text-align: center; | |
|
95 | font-size: 85%; | |||
95 | } |
|
96 | } | |
96 |
|
97 | |||
97 | .help_string_label { |
|
98 | .help_string_label { | |
98 | float: right; |
|
99 | float: right; | |
|
100 | font-size: 85%; | |||
99 | } |
|
101 | } | |
100 |
|
102 | |||
101 | #autoindent_span { |
|
103 | #autoindent_span { |
@@ -223,6 +223,7 b' var IPython = (function (IPython) {' | |||||
223 | this.content.find('div.section_row').addClass('ui-helper-clearfix'); |
|
223 | this.content.find('div.section_row').addClass('ui-helper-clearfix'); | |
224 | this.content.find('#help_buttons0').buttonset(); |
|
224 | this.content.find('#help_buttons0').buttonset(); | |
225 | this.content.find('#help_buttons1').buttonset(); |
|
225 | this.content.find('#help_buttons1').buttonset(); | |
|
226 | this.content.find('#help_buttons2').buttonset(); | |||
226 | }; |
|
227 | }; | |
227 |
|
228 | |||
228 |
|
229 |
@@ -67,11 +67,14 b'' | |||||
67 | </select> |
|
67 | </select> | |
68 | </span> |
|
68 | </span> | |
69 | <span class="section_row_buttons"> |
|
69 | <span class="section_row_buttons"> | |
|
70 | <button id="download_notebook">Download</button> | |||
|
71 | </span> | |||
|
72 | </div> | |||
|
73 | <div class="section_row"> | |||
|
74 | <span class="section_row_buttons"> | |||
70 | <span id="print_widget"> |
|
75 | <span id="print_widget"> | |
71 | <button id="print_notebook">Print</button> |
|
76 | <button id="print_notebook">Print</button> | |
72 | </span> |
|
77 | </span> | |
73 |
|
||||
74 | <button id="download_notebook">Download</button> |
|
|||
75 | </span> |
|
78 | </span> | |
76 | </div> |
|
79 | </div> | |
77 | </div> |
|
80 | </div> | |
@@ -157,14 +160,18 b'' | |||||
157 | <span id="help_buttons0" class="section_row_buttons"> |
|
160 | <span id="help_buttons0" class="section_row_buttons"> | |
158 | <a id="python_help" href="http://docs.python.org" target="_blank">Python</a> |
|
161 | <a id="python_help" href="http://docs.python.org" target="_blank">Python</a> | |
159 | <a id="ipython_help" href="http://ipython.org/documentation.html" target="_blank">IPython</a> |
|
162 | <a id="ipython_help" href="http://ipython.org/documentation.html" target="_blank">IPython</a> | |
160 | <a id="numpy_help" href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a> |
|
|||
161 | </span> |
|
163 | </span> | |
162 | <span class="section_row_header">Links</span> |
|
164 | <span class="section_row_header">Links</span> | |
163 | </div> |
|
165 | </div> | |
164 | <div class="section_row"> |
|
166 | <div class="section_row"> | |
165 | <span id="help_buttons1" class="section_row_buttons"> |
|
167 | <span id="help_buttons1" class="section_row_buttons"> | |
166 |
<a id=" |
|
168 | <a id="numpy_help" href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a> | |
167 | <a id="scipy_help" href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a> |
|
169 | <a id="scipy_help" href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a> | |
|
170 | </span> | |||
|
171 | </div> | |||
|
172 | <div class="section_row"> | |||
|
173 | <span id="help_buttons2" class="section_row_buttons"> | |||
|
174 | <a id="matplotlib_help" href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a> | |||
168 | <a id="sympy_help" href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a> |
|
175 | <a id="sympy_help" href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a> | |
169 | </span> |
|
176 | </span> | |
170 | </div> |
|
177 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now