[x] Added a config.yml file under composer folder to allow changing parameters from the yaml file alone, without any need to touch the source-code (compose.py).
[x] Also added argparse capability to allow commandline user override capability.
[x] Code refactoring to better manage the code-readability and scope.
[x] Corrected formatting and spelling errors in README.md.
[x] Added :globe_with_meridians: link and badge to the Online eBook in the README.md file.
Hi, I just pushed some more enhancements (MkDocs: online-ebook related) and corrections (formatting/spelling error -- readme.md). Please take a look and let me know if you have any questions.
What type of PR is this? (check all applicable)
ChapterFeatureDescription
config.yml
file undercomposer
folder to allow changing parameters from the yaml file alone, without any need to touch the source-code (compose.py
).argparse
capability to allow commandline user override capability.README.md
.README.md
file.Related Tickets & Documents
NA.
Added to documentation?