Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This PR migrates the plate reader instruction manual to MkDocs.
RTC-783
Test Plan and Hands on Testing
Check for grammar, style, and closely match the original source.
Changelog
Manual reog (minor)
Some sections of the original PDF were very short and looked weird as standalone pages. These have been moved into the "Product Specifications" section. Specifically, these:
New CSS
Added to
shared/instruction-manual.css
. This creates a status dot that shows a 🌈 or color spectrum for one of the dots. The reader LED has a status that shows multiple colors.Code called in LED status light table:
Which produces this:
Detection wavelengths text
This short section lists the wavelengths the module uses for detection. I added color codes to the text in parenthesis (red, green, blue, etc.) to match the wavelengths. Thought that might be a neat touch. Can remove. See
specifications.md
, section starts on line 97.Review requests
Short manual. Shouldn't be much to review.
Risk assessment
Low, docs change only.