Enhance model summary page with structured layout, tags, and dropdown filters - #718
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files🚀 New features to boost your workflow:
|
|
Hi @Ganasekhar-gif, Thanks a lot for this PR! I'm not familiar with JS, so it is of great help :) The filters seem to work well. |
…g aggregation issues
|
Hi @PierreGtch , Thank you for your feedback! Thanks a lot for pointing that out — it really helped me catch and resolve the issue. I've now updated the code to properly split and display tags as individual entries. Please feel free to have another look and let me know if anything else needs adjustment! |
PierreGtch
left a comment
There was a problem hiding this comment.
Awesome, thank you @Ganasekhar-gif

This pull request enhances the models_summary.rst page by introducing a more structured layout and improving interactivity for users. The key improvements include:
✅ Dropdown filters for:
Model Paradigm
Model Type
Required Hyperparameters
Preview of Improved UI with Dropdown Filters and Clear Button:

✅ Clear button to reset all dropdowns and restore full table view
✅ Improved tag visualization using consistent styling with CSS
✅ More user-friendly layout with a focus on accessibility and clarity
✅ Fixed an issue where the Paradigm filter did not return results due to regex mismatch
Enhances user experience through intuitive navigation of model information
Promotes interactivity and accessibility, helping users filter models based on their needs
Makes the documentation more structured, engaging, and informative, especially for new contributors or researchers
Supports Braindecode’s goal to maintain high-quality, user-friendly documentation
Improves discoverability of models for various EEG paradigms and use-cases
closes #717