Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions doc/about/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _about:

About MNE-Python
================


.. toctree::
:hidden:

overview
governance
whats_new
bibliography
cite
cited
43 changes: 43 additions & 0 deletions doc/about/overview.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.. _overview:

========
Overview
========

About MNE-Python
================

MNE-Python is software for analysis and visualization of human
neuroscience data. The core package emphasizes EEG and MEG modalities,
but extension packages provide enhanced support for
:doc:`fNIRS <mne-nirs:index>` and :doc:`EMG <mne-python:index>`.
Other extensions provide advanced algorithms for
:doc:`connectivity analysis <mne-connectivity:index>`,
:doc:`compatibility with BIDS <mne-bids:index>`,
`integration with LSL for real-time data streams <https://mne.tools/mne-lsl>`__,
:doc:`denoising <mne-noise-reduction:index>`,
and :doc:`many other functionalities <mne-tools:index>`.
All software in the `MNE-tools organization <https://github.com/mne-tools>`__
is open-source and permissively licensed.

Mission
=======

The mission of the MNE-Tools organization is to support neuroscience
research and its application to clinical and commercial uses. This
includes our software tools, but also many forms of user support and
education: :ref:`tutorial resources <tutorials>`,
a `Q&A forum <https://mne.discourse.group>`__,
:ref:`office hours <contributing>`,
:ref:`workshops <contributing>`,
and :ref:`hackathons <contributing>`.

Governance
==========

The MNE project is led by a :ref:`steering council <governance>`,
with guidance from an :ref:`advisory board <governance>`.
Software development is overseen by the :ref:`maintainer team <governance>`,
with :ref:`many contributions from our community of users <contributing>`.
There are also a few :ref:`working groups <governance>`
focused on particular topics.
File renamed without changes.
3 changes: 3 additions & 0 deletions doc/changes/devel/13908.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add new "About MNE-Python" top-level section to the website, consolidating
governance, changelog, bibliography, citation pages, and a new overview
page (:gh:`13575`). By :ghuser:`Omesh37`.
2 changes: 0 additions & 2 deletions doc/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,4 @@ experience.
:hidden:

contributing
whats_new
roadmap
governance
2 changes: 0 additions & 2 deletions doc/documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,5 @@ Documentation for the related C and MATLAB tools are available here:
Command-line tools<../generated/commands>
../help/migrating
cookbook
cite
cited

.. include:: ../links.inc
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ MNE-Python Homepage
API Reference <api/python_reference>
Get Help <help/index>
Development <development/index>
About <about/index>