From 4c71c8c91219196b9203a2ff7fb90f2090b4514b Mon Sep 17 00:00:00 2001 From: Dung Truong Date: Thu, 15 Aug 2024 16:08:54 -0400 Subject: [PATCH] update index --- code/plugins/update_plugins.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/plugins/update_plugins.py b/code/plugins/update_plugins.py index d26e840..b989875 100644 --- a/code/plugins/update_plugins.py +++ b/code/plugins/update_plugins.py @@ -54,6 +54,10 @@ def update_repo(repo, formatted_name, order, plugin_type='readme', plugin_link=" has_toc: true nav_order: 7 --- +# EEGLAB plugin documentation + +Below is a list of plugins that have documentation copied from GitHub. Please note that this is only a small subset of all EEGLAB plugins, as not all plugin documentation is compatible with visualization and search functionalities on the EEGLAB website. The complete list of plugins can be found [here](https://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php). + ''' for cat in ['import', 'processing']: text += f'## {cat.capitalize()}\n'