diff --git a/doc/bibliography.rst b/doc/about/bibliography.rst similarity index 100% rename from doc/bibliography.rst rename to doc/about/bibliography.rst diff --git a/doc/documentation/cite.rst b/doc/about/cite.rst similarity index 100% rename from doc/documentation/cite.rst rename to doc/about/cite.rst diff --git a/doc/documentation/cited.rst b/doc/about/cited.rst similarity index 100% rename from doc/documentation/cited.rst rename to doc/about/cited.rst diff --git a/doc/development/governance.rst b/doc/about/governance.rst similarity index 100% rename from doc/development/governance.rst rename to doc/about/governance.rst diff --git a/doc/about/index.rst b/doc/about/index.rst new file mode 100644 index 00000000000..ae4b95c0e1e --- /dev/null +++ b/doc/about/index.rst @@ -0,0 +1,15 @@ +.. _about: + +About MNE-Python +================ + + +.. toctree:: + :hidden: + + overview + governance + whats_new + bibliography + cite + cited \ No newline at end of file diff --git a/doc/about/overview.rst b/doc/about/overview.rst new file mode 100644 index 00000000000..1186b9bce69 --- /dev/null +++ b/doc/about/overview.rst @@ -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 ` and :doc:`EMG `. +Other extensions provide advanced algorithms for +:doc:`connectivity analysis `, +:doc:`compatibility with BIDS `, +`integration with LSL for real-time data streams `__, +:doc:`denoising `, +and :doc:`many other functionalities `. +All software in the `MNE-tools organization `__ +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 `, +a `Q&A forum `__, +:ref:`office hours `, +:ref:`workshops `, +and :ref:`hackathons `. + +Governance +========== + +The MNE project is led by a :ref:`steering council `, +with guidance from an :ref:`advisory board `. +Software development is overseen by the :ref:`maintainer team `, +with :ref:`many contributions from our community of users `. +There are also a few :ref:`working groups ` +focused on particular topics. \ No newline at end of file diff --git a/doc/development/whats_new.rst b/doc/about/whats_new.rst similarity index 100% rename from doc/development/whats_new.rst rename to doc/about/whats_new.rst diff --git a/doc/changes/devel/13908.rst b/doc/changes/devel/13908.rst new file mode 100644 index 00000000000..fca48ea8803 --- /dev/null +++ b/doc/changes/devel/13908.rst @@ -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`. \ No newline at end of file diff --git a/doc/development/index.rst b/doc/development/index.rst index 772ac1933d5..3a9a4067dc1 100644 --- a/doc/development/index.rst +++ b/doc/development/index.rst @@ -33,6 +33,4 @@ experience. :hidden: contributing - whats_new roadmap - governance diff --git a/doc/documentation/index.rst b/doc/documentation/index.rst index 764fcd08188..f3c1af07ae7 100644 --- a/doc/documentation/index.rst +++ b/doc/documentation/index.rst @@ -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 diff --git a/doc/index.rst b/doc/index.rst index 7629f3d037b..2ac22001f6c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -39,3 +39,4 @@ MNE-Python Homepage API Reference Get Help Development + About