We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3201785 + 56cfd1e commit 50e7ac6Copy full SHA for 50e7ac6
brainles_preprocessing/utils/citation_reminder.py
@@ -7,7 +7,16 @@
7
8
9
def citation_reminder(func):
10
- """Decorator to remind users to cite brainles-preprocessing."""
+ """
11
+ Decorator to remind users to cite brainles-preprocessing.
12
+
13
+ The reminder is shown when the environment variable
14
+ `BRAINLES_PREPROCESSING_CITATION_REMINDER` is set to "true" (default).
15
+ To disable the reminder, set the environment variable to "false".
16
17
+ Environment variable used:
18
+ - BRAINLES_PREPROCESSING_CITATION_REMINDER: Controls whether the reminder is shown.
19
20
21
@functools.wraps(func)
22
def wrapper(*args, **kwargs):
0 commit comments