-
Notifications
You must be signed in to change notification settings - Fork 117
[doc] Refine and enhance documentation #1323
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
Conversation
Documentation is enhanced and expanded: - Pages are grouped into larger groups with separate TOCs. - The whole documentation was updated removing inaccurate or obsolete information. - A man page serving as a command-line reference was added. - A configuration reference was added as well. - Minor code bug fixes that were discovered during rereading of the docs. - Sphinx minimum version bumped to 3.0
|
Hello @vkarak, Thank you for updating! Cheers! There are no PEP8 issues in this Pull Request!Do see the ReFrame Coding Style Guide Comment last updated at 2020-05-19 13:59:01 UTC |
teojgo
left a comment
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.
Only minor fixes are needed
ekouts
left a comment
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.
lgtm
Codecov Report
@@ Coverage Diff @@
## master #1323 +/- ##
==========================================
+ Coverage 91.62% 91.73% +0.11%
==========================================
Files 83 83
Lines 12506 12486 -20
==========================================
- Hits 11458 11454 -4
+ Misses 1048 1032 -16
Continue to review full report at Codecov.
|
Documentation is enhanced and expanded:
Fixes #1312
Fixes #1299
Fixes #1288
Fixes #1157
Fixes #67