Skip to content

Commit 350bdcd

Browse files
authored
Merge pull request #138 from Brain-Modulation-Lab/releasing-fix
rtd help
2 parents 98bfa0a + 279d8ee commit 350bdcd

22 files changed

Lines changed: 161 additions & 156 deletions

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333

3434
- Read the Docs: standard sphinx-rtd-theme palette (dark grey sidebar frame,
3535
light content panel, default blue links/headings); explicit table/body text
36-
contrast on the light panel; browser tab favicon and landing-page logo use the
37-
app icon on an opaque white background (``scripts/generate_docs_favicon.py``);
38-
screenshots and figures
36+
contrast on the light panel; browser tab favicon uses the app icon on an opaque
37+
white background (``scripts/generate_docs_favicon.py``); the landing-page logo
38+
keeps a transparent background; screenshots and figures
3939
capped at 65% width (centered) via ``docs/_static/custom.css``.
4040
- Docs screenshot pipeline: wizard captures use 65% of the app's normal step window
4141
size (``WIZARD_SCREENSHOT_SIZE_RATIO`` in ``tests/docs/screenshot_helpers.py``)
@@ -47,8 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747
- Read the Docs: note on ``output_format.rst`` and ``longitudinal_report.rst`` that
4848
session and longitudinal report screenshots and example files are synthetic
4949
documentation only (not real clinical data).
50-
- Read the Docs: new ``overview.rst`` (Getting Started) — clinical motivation
51-
and design; ``quickstart`` moved to User Guide; workflow-choice table shown
50+
- Read the Docs: new ``overview.rst`` (Getting Started) — motivation and
51+
design; ``quickstart`` moved to User Guide; workflow-choice table shown
5252
without horizontal scroll.
5353

5454
### Fixed

docs/_static/annotations_view.png

75 Bytes
Loading
309 Bytes
Loading

docs/_static/custom.css

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ section.wy-nav-content-wrap,
6969
background-color: #f3f6f6;
7070
}
7171

72-
/* Home / quickstart workflow table — no horizontal scroll wrapper. */
73-
.wy-nav-content .wy-table-responsive:has(.workflow-choice-table) {
74-
overflow: visible;
75-
}
76-
77-
.wy-nav-content .workflow-choice-table {
78-
width: 100%;
79-
}
80-
8172
/* Breadcrumbs sit on the dark canvas, outside the light panel. */
8273
.wy-nav-content-wrap .wy-breadcrumbs li,
8374
.wy-nav-content-wrap .wy-breadcrumbs li a {
@@ -112,11 +103,21 @@ section.wy-nav-content-wrap,
112103
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
113104
}
114105

106+
/* Dialog screenshots: intrinsic size (65% cap applies to main window only). */
107+
.rst-content img.screenshot-dialog,
108+
.wy-nav-content img.screenshot-dialog {
109+
display: block;
110+
width: auto !important;
111+
max-width: none;
112+
height: auto;
113+
margin-inline: auto;
114+
border-radius: 4px;
115+
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
116+
}
117+
115118
/* Home-page logo keeps its explicit :width: from RST. */
116119
.rst-content img[src*="logo.png"],
117-
.rst-content img[src*="logo_docs.png"],
118-
.wy-nav-content img[src*="logo.png"],
119-
.wy-nav-content img[src*="logo_docs.png"] {
120+
.wy-nav-content img[src*="logo.png"] {
120121
max-width: none;
121122
box-shadow: none;
122123
}

docs/_static/help_dialog.png

43.8 KB
Loading

docs/_static/logo_docs.png

-41.1 KB
Binary file not shown.
-53 Bytes
Loading
-115 Bytes
Loading

docs/_static/step0.png

39 Bytes
Loading

docs/_static/step1.png

976 Bytes
Loading

0 commit comments

Comments
 (0)