mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-27 04:14:47 +02:00
Migrate to markdown-code-runner's built-in include_section() (#1417)
This commit is contained in:
parent
74a795d907
commit
f9ccc946ee
11 changed files with 24 additions and 78 deletions
|
|
@ -19,8 +19,7 @@ Adaptive Lighting supports three brightness modes:
|
|||
## Detailed Explanation
|
||||
|
||||
<!-- CODE:START -->
|
||||
<!-- from adaptive_lighting.docs_gen import readme_section -->
|
||||
<!-- print(readme_section("brightness-modes")) -->
|
||||
<!-- print(include_section("../../README.md", "brightness-modes", strip_heading=True)) -->
|
||||
<!-- CODE:END -->
|
||||
<!-- OUTPUT:START -->
|
||||
<!-- ⚠️ This content is auto-generated by `markdown-code-runner`. -->
|
||||
|
|
@ -90,8 +89,7 @@ adaptive_lighting:
|
|||
These graphs show how brightness changes throughout the day based on calculated values:
|
||||
|
||||
<!-- CODE:START -->
|
||||
<!-- from adaptive_lighting.docs_gen import readme_section -->
|
||||
<!-- print(readme_section("graphs")) -->
|
||||
<!-- print(include_section("../../README.md", "graphs", strip_heading=True)) -->
|
||||
<!-- CODE:END -->
|
||||
<!-- OUTPUT:START -->
|
||||
<!-- ⚠️ This content is auto-generated by `markdown-code-runner`. -->
|
||||
|
|
|
|||
|
|
@ -9,8 +9,7 @@ Adaptive Lighting is designed to work seamlessly with manual adjustments, detect
|
|||
## How It Works
|
||||
|
||||
<!-- CODE:START -->
|
||||
<!-- from adaptive_lighting.docs_gen import readme_section -->
|
||||
<!-- print(readme_section("manual-control")) -->
|
||||
<!-- print(include_section("../../README.md", "manual-control", strip_heading=True)) -->
|
||||
<!-- CODE:END -->
|
||||
<!-- OUTPUT:START -->
|
||||
<!-- ⚠️ This content is auto-generated by `markdown-code-runner`. -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue