Removed the link to Scenic.Primitive.Component from Scenic.Primitive's table because the component/3 helper no longer exists and Scenic.Primitive.Component no longer seems to match in that table.
Use plain backticks to create links when possible because it is rendered better in editors and is shorter with better error checking in ex_doc (which then caught the component/3 and circle/3 broken links).
Also:
Formatting updates
Grammar updates
Remove some dead code
Add more links to modules
Motivation and Context
Makes it easier to read and maintain the docs
Types of changes
[ ] Bug fix (a non-breaking change which fixes an issue)
[ ] New feature (a non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to
not work as expected)
[x] Improvement/refactoring (non-breaking change that doesn't add any feature
but make things better)
Checklist
[x] Check other PRs and make sure that the changes are not done yet.
Description
Removed the link to
Scenic.Primitive.Component
fromScenic.Primitive
's table because thecomponent/3
helper no longer exists andScenic.Primitive.Component
no longer seems to match in that table.Use plain backticks to create links when possible because it is rendered better in editors and is shorter with better error checking in ex_doc (which then caught the
component/3
andcircle/3
broken links).Also:
Motivation and Context
Makes it easier to read and maintain the docs
Types of changes
Checklist