diff --git a/doc/gh-pages/overview.md b/doc/gh-pages/overview.md index 21585c35060..6b9d2930e6d 100644 --- a/doc/gh-pages/overview.md +++ b/doc/gh-pages/overview.md @@ -16,11 +16,11 @@ Other projects include: ## What is MNE-CPP? -MNE-CPP is both an open source collection of cross-platform software tools and a framework for development. We provide two main GUI applications, MNE Scan and MNE Analyze, as well as several command line tools. MNE Scan is used for acquisition and real-time processing, while MNE Analyze is used for visualization and analysis of pre-recorded data. +MNE-CPP is both an open-source collection of cross-platform software tools and a framework for development. We provide two main GUI applications, MNE Scan and MNE Analyze, as well as several command line tools. MNE Scan is used for acquisition and real-time processing, while MNE Analyze is used for visualization and analysis of pre-recorded data. MNE-CPP provides a cross-platform library which allows the processing of MEG/EEG data. It can be used to develop new applications, or to add functionality to existing ones. -MNE-CPP is open source licensed under BSD (clause 3). MNE-CPP has two external dependencies, namely [Qt](https://www.qt.io/){:target="_blank" rel="noopener"} and [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page){:target="_blank" rel="noopener"}. +MNE-CPP is open-source licensed under BSD (clause 3). MNE-CPP has two external dependencies, namely [Qt](https://www.qt.io/){:target="_blank" rel="noopener"} and [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page){:target="_blank" rel="noopener"}. ## Why use MNE-CPP? diff --git a/doc/gh-pages/pages/install/changelog.md b/doc/gh-pages/pages/install/changelog.md index 46ac682f298..89d565e86d6 100644 --- a/doc/gh-pages/pages/install/changelog.md +++ b/doc/gh-pages/pages/install/changelog.md @@ -12,25 +12,25 @@ nav_order: 1 New applications: -* MNE Scan including new plugins: fiffsimulator, ftbuffer, babymeg, natus, brainamp, eegosports, gusbamp, tmsi, brainflowboard, lsladapter, dummytoolbox, rtcmne, averaging, covariance, noisereduction, neuronalconnectivity, writetofile, hpi -* MNE Analyze including new plugins: dataloader, datamanager, rawdataviewer, annotationmanager -* MNE Rt Server -* MNE Forward Solution -* MNE Dipole Fit +* **MNE Scan** including new plugins: fiffsimulator, ftbuffer, babymeg, natus, brainamp, eegosports, gusbamp, tmsi, brainflowboard, lsladapter, dummytoolbox, rtcmne, averaging, covariance, noisereduction, neuronalconnectivity, writetofile, hpi +* **MNE Analyze** including new plugins: dataloader, datamanager, rawdataviewer, annotationmanager +* **MNE Rt Server** +* **MNE Forward Solution** +* **MNE Dipole Fit** New API libraries: -* utils - Design patterns, generlaized classes, mathematical routines, I/O helpers -* fs - FreeSurfer I/O routines -* fiff - Fiff I/O routines -* mne - I/O routines for MNE objects -* fwd - Forward modeling -* inverse - Inverse modeling -* communication - Tools for real-time communication -* rtprocessing - Tools for real-time data processing -* connectivity - Functional connectivity metrics -* disp - 2D visualization routines -* disp3D - 3D visualization routines +* **utils** - Design patterns, generlaized classes, mathematical routines, I/O helpers +* **fs** - FreeSurfer I/O routines +* **fiff** - Fiff I/O routines +* **mne** - I/O routines for MNE objects +* **fwd** - Forward modeling +* **inverse** - Inverse modeling +* **communication** - Tools for real-time communication +* **rtprocessing** - Tools for real-time data processing +* **connectivity** - Functional connectivity metrics +* **disp** - 2D visualization routines +* **disp3D** - 3D visualization routines ### Authors