-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include CONFIGURE.md in generated documentation #164
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (25.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #164 +/- ##
==========================================
- Coverage 90.76% 90.34% -0.42%
==========================================
Files 35 35
Lines 2500 2516 +16
==========================================
+ Hits 2269 2273 +4
- Misses 231 243 +12 ☔ View full report in Codecov by Sentry. |
624e570
to
c7322bc
Compare
with (module_path / "CONFIGURE.md").open("r") as fd: | ||
content = fd.read() | ||
|
||
# Copy the assets for the documentation and update the path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the assets copy should be independant from the configure.md in case we want to also include images in the description.
Include CONFIGURE.md and docs/assets/ into the generated documentation of automation modules.
The purpose is to improve the documentation of automation modules with a section explaining how to generate the credentials for the module.
This information will be put in the CONFIGURE.md in the automation module. Assets like images will be put in
docs/assets
in the automation module.