Skip to content

Commit a1389e0

Browse files
Merge pull request #57 from mne-tools/wip
Add "This is still WIP" to quickstart
2 parents 08c6ddb + 80a5692 commit a1389e0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

dipole_sim/app.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,18 @@ def _init_widget(self):
183183
widget['quickstart_text'] = HTML(
184184
value=('<ul>'
185185
'<li>Select the desired brain slices in the '
186-
'<b>Slice Browser.</b></li>'
186+
'<b>Slice Browser (or use a preset).</b></li>'
187187
'<li>Choose the location of the dipole via '
188188
'<b>Set Dipole Origin.</b></li>'
189189
'<li>Orient the dipole via '
190190
'<b>Set Dipole Orientation.</b></li>'
191191
'<li>Adjust the <b>dipole amplitude</b> '
192192
'using the slider below the topographic maps.</li>'
193-
'</ul>'))
193+
'</ul>\n'
194+
'<p><b>This application is still '
195+
'<a href="https://github.com/hoechenberger/dipoles_demo/issues/26">'
196+
'work in progress</a>.</b></p>'))
197+
194198
widget['quickstart_accordion'] = Accordion(
195199
children=[widget['quickstart_text']])
196200
widget['quickstart_accordion'].set_title(0, 'Quickstart')
@@ -501,9 +505,9 @@ def _gen_app_layout(self):
501505
'<p>An interactive demonstration of how dipole location '
502506
'and orientation affect MEG and EEG sensor signals.'
503507
'</p>\n'
504-
'<p><b>This is still '
508+
'<p><b>This application is still '
505509
'<a href="https://github.com/hoechenberger/dipoles_demo/issues/26">'
506-
'work in progress</a></b></p>\n'
510+
'work in progress</a>.</b></p>\n'
507511
'<h4>Contributors</h4>\n'
508512
'<ul>\n'
509513
'<li>Idea & Conceptualization: '

0 commit comments

Comments
 (0)