-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update Configuration.md [ci skip] #4959
Update Configuration.md [ci skip] #4959
Conversation
ddfbc23
to
3be64ec
Compare
Hi @leonardehrenfried ,
I included PR issue #4960 into this issue #4959. Do you mind telling the reason for having aligned copies of documentation in either the Cheers! |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #4959 +/- ##
==========================================
Coverage 63.78% 63.79%
- Complexity 13436 13438 +2
==========================================
Files 1674 1674
Lines 66047 66049 +2
Branches 7139 7139
==========================================
+ Hits 42130 42134 +4
+ Misses 21528 21527 -1
+ Partials 2389 2388 -1
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
The reason is that there are lots of parameter tables in the docs which are generated from the code.
This enables the following really nice workflow:
- change some config parameters in the code
- run tests
- documentation is automatically updated
This means that the docs are always in sync with the code which is of course great.
* fix: remove typo * fix: remove typo * fix: remove typo * fix: remove typo * fix: remove typo * doc: suggest link update * doc: align docs with doc-templates folder according to PR suggestion * doc: align docs with doc-templates folder according to PR suggestion
* fix: remove typo * fix: remove typo * fix: remove typo * fix: remove typo * fix: remove typo * doc: suggest link update * doc: align docs with doc-templates folder according to PR suggestion * doc: align docs with doc-templates folder according to PR suggestion
Hi folks,
I hope this finds you well. Thank you so much for providing and maintaining this repository. Please feel free to study, use, share or improve this pull request for the documentation.
I fixed some typo's in the Configuration.md file.
Cheers!