-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
docs: Fixes and cleanup #1520
docs: Fixes and cleanup #1520
Conversation
c7e30bf
to
2e53c64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super minor changes:
0001-Review-Update-shell-minor-misspelling.patch
Adding bash to shell is optional since is the default linter, but I added anyway.
And a suggestion about using Sphinx comment blocks for instructions on the template, since the code editor will generally color them differently, may be easier for the author using it to notice the instructions.
0002-Review-Use-comments-blocks-for-instructions.patch
* axi_ad9144 * axi_ad9371 * axi_ad9643 * axi_ad9671 Signed-off-by: Iulia Moldovan <[email protected]>
* Remove trailing whitespaces * Fix lists indentation * Replace links with roles where possible Signed-off-by: Iulia Moldovan <[email protected]>
* Remove trailing whitespaces * Fix lists indentation * Replace links with roles where possible * Replace code-block with shell directive where needed * build_intel_boot_image: * Add links to the device trees of the respective projects * Fix lists indentation Signed-off-by: Iulia Moldovan <[email protected]>
Signed-off-by: Iulia Moldovan <[email protected]>
2e53c64
to
30339da
Compare
Rebased onto latest main |
Added changes from patches |
* Fix lists indentation and references * Replace code-block with shell directive * Add comments to better emphasize the text which should be kept Signed-off-by: Iulia Moldovan <[email protected]>
* user_guide/architecture: Create label for CPU intercon. section Signed-off-by: Iulia Moldovan <[email protected]>
On all project docs: * Fix the way links are written * Fix lists indentation * Remove trailing whitespaces Additionally: * ad3552r_evb: Change the title according to the project name * ad408x_fmc_evb: Add newline at end of file * ad4110: Fix page title * ad411x_ad717x: - Remove link to AD4170-4 as this is not part of this project - Fix links to boards, as they weren't ok for EVAL-AD7173/5 * ad4170_asdz: - Remove wrong link to EVAL-AD4170-ASDZ, as it doesn't exist yet - Add links to all supported devices * ad4630_fmc: Add missing links to ADAQ4224 * ad5766_sdz: Add link to no-OS driver * ad57xx_ardz: Add section for the block diagram * ad5758_sdz: Add section for the block diagram * ad7124_asdz: Fix links to evaluation boards, as they were pointing to the chips * ad9213_evb: Add section for the block diagram * ad9656_fmc: Fix wrong name in diagram * adv7513: Add section for the block diagram * cn0561: Fix evaluation board link * cn0579: Add section for the block diagram Signed-off-by: Iulia Moldovan <[email protected]>
* ad4170_asdz: Fix typo in IP link * ad469x_fmc: Fix typo in IP link * ad5766_sdz: Fix typo in IP link * ad738x_fmc: Fix typo in IP link Signed-off-by: Iulia Moldovan <[email protected]>
Signed-off-by: Iulia Moldovan <[email protected]>
Signed-off-by: Iulia Moldovan <[email protected]>
7c4429a
to
7adbfb4
Compare
PR Description
"- "
), to be dash followed by one space ("- "
)instead of
:git-hdl:`library/axi_dmac <library/axi_dmac>`
to be
:git-hdl:`library/axi_dmac`
code-block
directive withshell
where neededCPU interconnect
sectionPR Type
PR Checklist