You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace all PyQt5 imports with PySide6 equivalents
- Update pyqtSignal to Signal, exec_() to exec(), and scoped enums
- Update build scripts for PySide6
- Add Sphinx documentation source files
- Exclude docs build artifacts from version control
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Clinical DBS Annotator
2
2
3
-
A desktop application for annotating Deep Brain Stimulation (DBS) clinical programming sessions. Built with PyQt5 for clinicians and researchers working with DBS systems (Medtronic Percept and others).
3
+
A desktop application for annotating Deep Brain Stimulation (DBS) clinical programming sessions. Built for clinicians and researchers working with DBS systems (Medtronic Percept and others).
Copy file name to clipboardExpand all lines: docs/contributing.rst
+10-25Lines changed: 10 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
Contributing to Clinical DBS Annotator
2
-
====================================
2
+
======================================
3
3
4
4
We welcome contributions to the Clinical DBS Annotator! This document provides guidelines for contributors who want to help improve this open-source software for deep brain stimulation research.
5
5
@@ -15,7 +15,7 @@ Prerequisites
15
15
16
16
To contribute to this project, you should have:
17
17
18
-
- Python 3.8 or higher
18
+
- Python 3.11 or higher
19
19
- Git installed and configured
20
20
- Basic knowledge of PyQt5/PyQt6 (helpful but not required)
21
21
- Understanding of deep brain stimulation concepts (helpful but not required)
0 commit comments