Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,15 @@
{%- block scripts_end %}
{{ super() }}
<script src="https://mne.tools/versionwarning.js"></script>
<script src="https://demo.osc.earth/osa-chat-widget.js"></script>
<script>
OSAChatWidget.setConfig({
communityId: 'mne',
suggestedQuestions: [
'How do I read raw EEG data in MNE?',
'How do I filter and preprocess my data?',
'How do I run ICA for artifact removal?'
Comment thread
neuromechanist marked this conversation as resolved.
Outdated
]
});
</script>
{%- endblock %}
1 change: 1 addition & 0 deletions doc/changes/dev/13702.other.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add OSA chat widget to documentation pages, by `Seyed Yahya Shirazi`_.