@@ -98,67 +98,62 @@ def set_memmap_min_size(memmap_min_size):
9898 "tuple, width and height of the raw browser window (in inches)"
9999 ),
100100 "MNE_BROWSER_BACKEND" : (
101- " str, the backend to use for the MNE Browse Raw window (qt or matplotlib)"
101+ ' str, the backend to use for the raw browser ("qt" or " matplotlib")'
102102 ),
103103 "MNE_BROWSER_OVERVIEW_MODE" : (
104- "str, the overview mode to use in the MNE Browse Raw window ) "
105- "(see mne.viz.plot_raw for valid options)"
104+ "str, the overview mode to use in the raw browser (see mne.viz.plot_raw() for "
105+ "valid options)"
106106 ),
107107 "MNE_BROWSER_PRECOMPUTE" : (
108- "bool, whether to precompute raw data in the MNE Browse Raw window"
108+ "bool, whether to precompute raw data in the raw browser"
109+ ),
110+ "MNE_BROWSER_THEME" : (
111+ "str, the color theme (light or dark) to use for the raw browser"
109112 ),
110- "MNE_BROWSER_THEME" : "str, the color theme (light or dark) to use for the browser" ,
111113 "MNE_BROWSER_USE_OPENGL" : (
112- "bool, whether to use OpenGL for rendering in the MNE Browse Raw window "
114+ "bool, whether to use OpenGL for rendering in the raw browser "
113115 ),
114116 "MNE_CACHE_DIR" : "str, path to the cache directory for parallel execution" ,
115117 "MNE_COREG_ADVANCED_RENDERING" : (
116- "bool, whether to use advanced OpenGL rendering in mne coreg"
118+ "bool, whether to use advanced OpenGL rendering in coreg"
117119 ),
118120 "MNE_COREG_COPY_ANNOT" : (
119121 "bool, whether to copy the annotation files during warping"
120122 ),
121- "MNE_COREG_FULLSCREEN" : "bool, whether to use full-screen mode in mne coreg" ,
122- "MNE_COREG_GUESS_MRI_SUBJECT" : (
123- "bool, whether to guess the MRI subject in mne coreg"
124- ),
125- "MNE_COREG_HEAD_HIGH_RES" : (
126- "bool, whether to use high-res head surface in mne coreg"
127- ),
128- "MNE_COREG_HEAD_OPACITY" : ("bool, the head surface opacity to use in mne coreg" ),
123+ "MNE_COREG_FULLSCREEN" : "bool, whether to use full-screen mode in coreg" ,
124+ "MNE_COREG_GUESS_MRI_SUBJECT" : "bool, whether to guess the MRI subject in coreg" ,
125+ "MNE_COREG_HEAD_HIGH_RES" : "bool, whether to use high-res head surface in coreg" ,
126+ "MNE_COREG_HEAD_OPACITY" : "bool, the head surface opacity to use in coreg" ,
129127 "MNE_COREG_HEAD_INSIDE" : (
130- "bool, whether to add an opaque inner scalp head surface to help "
131- "occlude points behind the head in mne coreg"
132- ),
133- "MNE_COREG_INTERACTION" : (
134- "str, interaction style in mne coreg (trackball or terrain)"
128+ "bool, whether to add an opaque inner scalp head surface to help occlude points"
129+ " behind the head in coreg"
135130 ),
131+ "MNE_COREG_INTERACTION" : ("str, interaction style in coreg (trackball or terrain)" ),
136132 "MNE_COREG_MARK_INSIDE" : (
137- "bool, whether to mark points inside the head surface in mne coreg"
133+ "bool, whether to mark points inside the head surface in coreg"
138134 ),
139135 "MNE_COREG_PREPARE_BEM" : (
140- "bool, whether to prepare the BEM solution after warping in mne coreg"
136+ "bool, whether to prepare the BEM solution after warping in coreg"
141137 ),
142138 "MNE_COREG_ORIENT_TO_SURFACE" : (
143- "bool, whether to orient the digitization markers to the head surface "
144- "in mne coreg"
139+ "bool, whether to orient the digitization markers to the head surface in coreg"
145140 ),
146141 "MNE_COREG_SCALE_LABELS" : (
147- "bool, whether to scale the MRI labels during warping in mne coreg"
142+ "bool, whether to scale the MRI labels during warping in coreg"
148143 ),
149144 "MNE_COREG_SCALE_BY_DISTANCE" : (
150- "bool, whether to scale the digitization markers by their distance from "
151- "the scalp in mne coreg"
145+ "bool, whether to scale the digitization markers by their distance from the "
146+ "scalp in coreg"
152147 ),
153148 "MNE_COREG_SCENE_SCALE" : (
154- "float, the scale factor of the 3D scene in mne coreg (default 0.16)"
149+ "float, the scale factor of the 3D scene in coreg (default 0.16)"
155150 ),
156- "MNE_COREG_WINDOW_HEIGHT" : "int, window height for mne coreg" ,
157- "MNE_COREG_WINDOW_WIDTH" : "int, window width for mne coreg" ,
158- "MNE_COREG_SUBJECTS_DIR" : "str, path to the subjects directory for mne coreg" ,
151+ "MNE_COREG_WINDOW_HEIGHT" : "int, window height for coreg" ,
152+ "MNE_COREG_WINDOW_WIDTH" : "int, window width for coreg" ,
153+ "MNE_COREG_SUBJECTS_DIR" : "str, path to the subjects directory for coreg" ,
159154 "MNE_CUDA_DEVICE" : "int, CUDA device to use for GPU processing" ,
160155 "MNE_DATA" : "str, default data directory" ,
161- "MNE_DATASETS_BRAINSTORM_PATH" : "str, path for brainstorm data" ,
156+ "MNE_DATASETS_BRAINSTORM_PATH" : "str, path for Brainstorm data" ,
162157 "MNE_DATASETS_EEGBCI_PATH" : "str, path for EEGBCI data" ,
163158 "MNE_DATASETS_EPILEPSY_ECOG_PATH" : "str, path for epilepsy_ecog data" ,
164159 "MNE_DATASETS_HF_SEF_PATH" : "str, path for HF_SEF data" ,
@@ -185,29 +180,28 @@ def set_memmap_min_size(memmap_min_size):
185180 "MNE_DATASETS_ERP_CORE_PATH" : "str, path for erp_core data" ,
186181 "MNE_FORCE_SERIAL" : "bool, force serial rather than parallel execution" ,
187182 "MNE_LOGGING_LEVEL" : (
188- "str or int, controls the level of verbosity of any function "
189- "decorated with @verbose. See "
190- "https://mne.tools/stable/auto_tutorials/intro/50_configure_mne.html#logging"
183+ "str or int, controls the level of verbosity of any function decorated with "
184+ "@verbose"
191185 ),
192186 "MNE_MEMMAP_MIN_SIZE" : (
193187 "str, threshold on the minimum size of arrays passed to the workers that "
194188 "triggers automated memory mapping, e.g., 1M or 0.5G"
195189 ),
196190 "MNE_REPR_HTML" : (
197- "bool, represent some of our objects with rich HTML in a notebook environment"
191+ "bool, represent some objects with rich HTML in a notebook environment"
198192 ),
199193 "MNE_SKIP_NETWORK_TESTS" : (
200- "bool, used in a test decorator (@requires_good_network) to skip "
201- "tests that include large downloads"
194+ "bool, used in a test decorator (@requires_good_network) to skip tests that "
195+ "include large downloads"
202196 ),
203197 "MNE_SKIP_TESTING_DATASET_TESTS" : (
204- "bool, used in test decorators (@requires_spm_data, "
205- "@requires_bstraw_data) to skip tests that require specific datasets"
198+ "bool, used in test decorators (@requires_spm_data, @requires_bstraw_data) to "
199+ "skip tests that require specific datasets"
206200 ),
207- "MNE_STIM_CHANNEL" : "string , the default channel name for mne.find_events" ,
201+ "MNE_STIM_CHANNEL" : "str , the default channel name for mne.find_events() " ,
208202 "MNE_TQDM" : (
209- 'str, either "tqdm", "tqdm.auto", or "off". Controls presence/absence '
210- "of progress bars"
203+ 'str, either "tqdm", "tqdm.auto", or "off". Controls presence/absence of '
204+ "progress bars"
211205 ),
212206 "MNE_USE_CUDA" : "bool, use GPU for filtering/resampling" ,
213207 "MNE_USE_NUMBA" : (
0 commit comments