Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2173 +/- ##
==========================================
- Coverage 91.18% 89.86% -1.32%
==========================================
Files 67 73 +6
Lines 16489 19004 +2515
==========================================
+ Hits 15035 17078 +2043
- Misses 1454 1926 +472
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Fixed some issues with the description. The PR will change what we're pointing to, but it won't delete or hide the stable version. Until our next release of APIs besides nidcpower and nirfsg, those other APIs will still redirect to stable. I'll have to make some changes in ReadTheDocs when I release them to hide the stable version and maybe to redirect (not sure). Right now those other APIs will redirect to stable, but that's okay because stable is still the last released version for them. |
I've updated CHANGELOG.md if applicable.I've added tests applicable for this pull requestWhat does this Pull Request accomplish?
This PR is to update all the
ReadTheDocsdocumentation URLs in documentation template to not point to/stableversion for consistency across all drivers.
Before this fix,
nidcpowerandnirfsghad only/latestversion (these were setup for independent versioning where ReadTheDocs redirects to last released version). But all other modules had/stableand/latestin whichstableversioning will become outdated with the next release. This was causing inconsistency across the driver's documentation and the nirfsg link was bad.After this fix, all the modules will be pointing to the last released version as default.
List issues fixed by this Pull Request below, if any.
None.
What testing has been done?
A successful tox execution with expected file change in README.rst