[FW][IMP] reference/user_interface: reformat and clarify views reference #7453
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.
In particular, the following changes are made:
Use the
classandattributeadmonitions along with custom attributes to define classes, views' root attributes, views' components, and attribute values. This allows re-using the responsive design that was made for reference lists, and getting rid of the previous implementation that relied on class attributes, which were not intended for this usage and reduce readability while hindering further contributions due to a lack of flexibility (no admonitions, sub-attributes...)Use definition lists to define view types to allow for clearer and longer descriptions.
Rewrite and restructure the explanations when there is a lack clarity.
Extract duplicated content to included RST files.
Display SVG images into dedicated admonitions.
Fix RST and English mistakes.
Rename
view_architecturetoview_architectures, as it lists all existing architectures and doesn't describe the "architecture of a view".Replace underscores with hyphens in image file names to improve SEO.
task-3458320
Forward-Port-Of: #5237