Skip to content

Commit

Permalink
Data -> Acquisition
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed May 8, 2024
1 parent 4c1ab52 commit 32cae9b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set section = "Data" %}
{% set section = "Acquisition" %}
{% set section_class_name = section | lower | append_uuid %}

{# Collapse content during documentation build. #}
Expand Down
2 changes: 1 addition & 1 deletion mne/html_templates/repr/_channels.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</tr>
<tr class="repr-element {{ section_class_name }} {{ collapsed_row_class }}">
<td></td>
<td>Head shape and sensor digitization</td>
<td>Head & sensor digitization</td>
{% if info["dig"] is not none %}
<td>{{ info["dig"] | length }} points</td>
{% else %}
Expand Down
2 changes: 1 addition & 1 deletion mne/html_templates/repr/epochs.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<table class="repr table table-hover table-striped table-sm table-responsive small">
{%include '_general.html.jinja' %}
{%include '_data.html.jinja' %}
{%include '_acquisition.html.jinja' %}
{%include '_channels.html.jinja' %}
{%include '_filters.html.jinja' %}
</table>
2 changes: 1 addition & 1 deletion mne/html_templates/repr/evoked.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<table class="repr table table-hover table-striped table-sm table-responsive small">
{%include '_general.html.jinja' %}
{%include '_data.html.jinja' %}
{%include '_acquisition.html.jinja' %}
{%include '_channels.html.jinja' %}
{%include '_filters.html.jinja' %}
</table>
2 changes: 1 addition & 1 deletion mne/html_templates/repr/info.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<table class="repr table table-hover table-striped table-sm table-responsive small">
{%include '_general.html.jinja' %}
{%include '_data.html.jinja' %}
{%include '_acquisition.html.jinja' %}
{%include '_channels.html.jinja' %}
{%include '_filters.html.jinja' %}
</table>
2 changes: 1 addition & 1 deletion mne/html_templates/repr/raw.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<table class="repr table table-hover table-striped table-sm table-responsive small">
{%include '_general.html.jinja' %}
{%include '_data.html.jinja' %}
{%include '_acquisition.html.jinja' %}
{%include '_channels.html.jinja' %}
{%include '_filters.html.jinja' %}
</table>

0 comments on commit 32cae9b

Please sign in to comment.