-
Notifications
You must be signed in to change notification settings - Fork 34
[ATfL] Add package documentation #248
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
Conversation
a76c490 to
cdaf740
Compare
|
After merging, this needs to be cherry-picked to the release branch! |
9eea1bb to
0ec8ecc
Compare
|
Note: this whole thing will be rearranged, so it will be easier managing more of the content. |
ff15f47 to
b792c0f
Compare
b792c0f to
6b35bc1
Compare
kiranchandramohan
left a comment
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.
LG.
583ebf2 to
83e12fa
Compare
fde79a5 to
0dc82a5
Compare
tblah
left a comment
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.
LGTM
07791f7 to
2a2f89d
Compare
This patch adds the ATfL package documentation which should land into: 1. Our on-line page(s) 2. Our release .deb packages 3. Our release .rpm packages The markdown documents introduced by this patch have landed into the arm-software/linux/docs directory. This follows the same guidance that has been already agreed for the ATfE product (see [1]). Additionally, an index.md file has been created which follows the convention already observed in the LLVM's documentation directories (e.g., [2]). The files from the arm-software/linux/docs directory are being copied into the arm/docs directory of the tarball and this is happening in the build.sh script also modified by this patch. Whatever lands into that directory, should act as a basis for further rendering of the on-line page(s) and the PDF document(s) in our CI pipelines. [1] https://github.com/arm/arm-toolchain/blob/arm-software/arm-software/docs/README.md [2] https://github.com/arm/arm-toolchain/blob/arm-software/flang/docs/index.md
2a2f89d to
26a2a51
Compare
This patch adds the ATfL package documentation which should land into:
Our on-line page(s)
Our release .deb packages
Our release .rpm packages
The markdown documents introduced by this patch have landed into the
arm-software/linux/docs directory. This follows the same guidance
that has been already agreed for the ATfE product (see [1]).
Additionally, an index.md file has been created which follows the
convention already observed in the LLVM's documentation directories
(e.g., [2]).
The files from the arm-software/linux/docs directory are being copied
into the arm/docs directory of the tarball and this is happening in
the build.sh script also modified by this patch. Whatever lands into
that directory, should act as a basis for further rendering of the
on-line page(s) and the PDF document(s) in our CI pipelines.
[1] https://github.com/arm/arm-toolchain/blob/arm-software/arm-software/docs/README.md
[2] https://github.com/arm/arm-toolchain/blob/arm-software/flang/docs/index.md