|
Slicer 5.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Classes | |
| class | GithubAlertsToAdmonitions |
Functions | |
| int | _convert_blockquotes (nodes.document doctree, *, bool debug=False) |
| setup (app) | |
Variables | |
| _ALERT_HEADER = re.compile(r"^\s*\[\!(?P<kind>[A-Za-z]+)\]\s*(?P<title>.*)") | |
| dict | _KIND_MAP |
| logger = logging.getLogger(__name__) | |
|
protected |
Convert GitHub alert blockquotes into admonitions. Returns count converted.
Definition at line 31 of file github_alerts.py.
| github_alerts.setup | ( | app | ) |
Definition at line 92 of file github_alerts.py.
|
protected |
Definition at line 13 of file github_alerts.py.
|
protected |
Definition at line 16 of file github_alerts.py.
| github_alerts.logger = logging.getLogger(__name__) |
Definition at line 7 of file github_alerts.py.