-
Notifications
You must be signed in to change notification settings - Fork 5
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
Main page documentation update #119
Conversation
Codecov Report
@@ Coverage Diff @@
## master #119 +/- ##
=========================================
Coverage 96.64% 96.64%
Complexity 1057 1057
=========================================
Files 156 156
Lines 2505 2505
Branches 230 230
=========================================
Hits 2421 2421
Misses 31 31
Partials 53 53 Continue to review full report at Codecov.
|
0e63b48
to
ef0e88c
Compare
Change and reformat short module descriptions and link each module header to the corresponding module README.md so the documentation is more concise, understandable and easier to navigate
ef0e88c
to
1084ca7
Compare
Basic information
1.4.1
nrich
Additional information
Description
Summary
Changed module's short descriptions and linked each header to correct module's README.md.
Details
Reformatted, changed or reworded short descriptions of every module except
nrich-validation
. Linked every header to correct module README.md for easier navigation in documentation.Related issue
Types of changes
Checklist
I have checked my code with the project's static analysis tooling(not required as I did not change any code)I have formatted my code with the project's IDEA code-style configuration(not required as I did not change any code)I have checked my code for misspellings(not required as I did not change any code)My change requires a change to the documentation(not required as I did not change any code)I have added tests to cover my changes(not required as I did not change any code)All new and existing tests pass.(not required as I did not change any code)