Skip to content

Commit ca3eec7

Browse files
authored
Merge pull request #43 from kushalbakshi/main
Fix docs tutorials in dark mode
2 parents 09417d4 + b37d6bf commit ca3eec7

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,34 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6-
## [0.2.0] - Unreleased
6+
## [0.2.0] - 2023-04-28
77

8-
- Update - Attribute names relative to issues #20, #22, #26
9-
- Add - Tutorial pages
10-
- Add - Quality Control plotting tool and report schema
8+
+ Update - Attribute names relative to issues #20, #22, #26
9+
+ Add - Tutorial pages
10+
+ Add - Quality Control plotting tool and report schema
11+
+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
1112

1213
## [0.1.4] - 2022-10-21
1314

14-
- Add - mkdocs deployment with workflow API docs
15-
- Update - processing_method: char(16) -> varchar(16)
15+
+ Add - mkdocs deployment with workflow API docs
16+
+ Update - processing_method: char(16) -> varchar(16)
1617

1718
## [0.1.3] - 2022-10-11
1819

19-
- Update - CICD workflows for PyPI release
20+
+ Update - CICD workflows for PyPI release
2021

2122
## [0.1.2] - 2022-05-10
2223

23-
- Add - Load data acquired with Miniscope-DAQ-V4
24-
- Add - Load data analyzed with CaImAn
25-
- Add - Trigger CaImAn analysis
26-
- Remove - Load data analyzed with MiniscopeAnalysis
27-
- Add - Adopted black formatting into code base
24+
+ Add - Load data acquired with Miniscope-DAQ-V4
25+
+ Add - Load data analyzed with CaImAn
26+
+ Add - Trigger CaImAn analysis
27+
+ Remove - Load data analyzed with MiniscopeAnalysis
28+
+ Add - Adopted black formatting into code base
2829

2930
## [0.1.1] - 2021-04-01
3031

31-
- Add - Load data acquired with Miniscope-DAQ-V3
32-
- Add - Load data analyzed with MiniscopeAnalysis
32+
+ Add - Load data acquired with Miniscope-DAQ-V3
33+
+ Add - Load data analyzed with MiniscopeAnalysis
3334

3435
[0.2.0]: https://github.com/datajoint/element-miniscope/releases/tag/0.2.0
3536
[0.1.4]: https://github.com/datajoint/element-miniscope/releases/tag/0.1.4

docs/src/.overrides/assets/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ html a[title="YouTube"].md-social__link svg {
9191
/* previous/next text */
9292
/* --md-footer-fg-color: var(--dj-white); */
9393
}
94+
95+
[data-md-color-scheme="slate"] .jupyter-wrapper .Table Td {
96+
color: var(--dj-black)
97+
}

0 commit comments

Comments
 (0)