Skip to content

Commit b60caa4

Browse files
committed
update limo
1 parent d08dc03 commit b60caa4

16 files changed

+78
-16
lines changed

code/plugins/reformat_plugin.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ def reformat_plugin_dir(plugin_input_dir, plugin_name, formatted_name, order, li
130130
'''.format(link=link, order=order)
131131
text = f.read()
132132
text = append_text + text
133+
134+
if plugin_name == 'LIMO':
135+
with open(os.path.join(wiki_plugin_input_dir, 'Home.md')) as f:
136+
text += f.read()
137+
133138
with open(index_file, 'w') as out:
134139
out.write(text)
135140
# main
File renamed without changes.

plugins/limo/2.-Within-Subject-Categorical-Designs.md renamed to plugins/limo/02.-Within-Subject-Categorical-Designs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ parent: LIMO
44
grand_parent: Plugins
55
render_with_liquid: false
66

7-
title: Within Subject Categorical Designs
8-
long_title: Within Subject Categorical Designs
7+
title: Within Subject Categorical Designs intro
8+
long_title: Within Subject Categorical Designs intro
99
nav_order: 4
1010
---
1111
- [1 way repeated measures ANOVA (Famous, Unfamiliar, Scrambled faces as conditions)](https://raw.githubusercontent.com/LIMO-EEG-Toolbox/limo_meeg/wiki/2.-One-way-repeated-measures-ANOVA-(Famous,-Unfamiliar,-Scrambled-faces-as-conditions)))

0 commit comments

Comments
 (0)