File: get_help.rst

package info (click to toggle)
python-mne 1.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 100,172 kB
  • sloc: python: 166,349; pascal: 3,602; javascript: 1,472; sh: 334; makefile: 236
file content (29 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. include:: ../links.inc

.. _help:

Getting help
^^^^^^^^^^^^

There are several places to obtain help with MNE software tools.

- The `MNE Forum`_ is a good placed to go for both troubleshooting and general
  questions.
- The :ref:`faq` page has some troubleshooting tips, and is a good source of
  general information. There are also some troubleshooting tips built into
  the :ref:`Python <install-python>` and
  :ref:`MNE-Python <standard-instructions>` installation pages (look for the
  |hand-paper| symbols), and some tips related to 3D plotting problems on
  :ref:`the advanced setup page <troubleshoot_3d>`.
- If you want to request new features or if you're confident that you have
  found a bug, please create a new issue on the `GitHub issues page`_.
  When reporting bugs, please try to replicate the bug with the MNE-Python
  :ref:`sample data <sample-dataset>`, and make every effort to simplify your
  example script to only the elements necessary to replicate the bug.


.. toctree::
   :hidden:

   learn_python
   faq