File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,15 @@ pip install -r requirements.txt
5151 This creates or refreshes ` db/health_records.db ` , extracts ZIP contents into
5252 ` data/parsed/ ` , and populates all supported tables.
5353
54- - Add ` --log-level debug ` to surface detailed troubleshooting messages while you iterate:
54+ - Add ` --log-level debug ` to surface detailed troubleshooting messages
55+ while you iterate:
5556
5657 ``` bash
5758 python ingest.py --log-level debug
5859 ```
5960
60- - To capture logs without printing patient identifiers to the console, direct output to a file:
61+ - To capture logs without printing patient identifiers to the console,
62+ direct output to a file:
6163
6264 ` ` ` bash
6365 python ingest.py --log-level info --log-file logs/ingest.log
@@ -124,11 +126,9 @@ pip install -r requirements.txt
124126 for rendering CDA XML documents, which is maintained in a separate repository
125127 and automatically updated via GitHub Actions. The stylesheet files are included
126128 under the Apache 2.0 license with proper attribution.
127- - Custom dark mode support and accessibility improvements have been added while
128- maintaining compatibility with the core rendering engine.
129129
130130- ** Color Palette**
131- -[Coolors.co](https://coolors.co/da8fa5-7a219b-193876-245dae-f6d6db )
131+ -[Coolors.co](https://coolors.co/2b4162-385f71-f5f0f6-d7b377-8f754f )
132132
133133---
134134
You can’t perform that action at this time.
0 commit comments