-
Notifications
You must be signed in to change notification settings - Fork 3.6k
prepare space for fused docs #14160
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
prepare space for fused docs #14160
Conversation
329b3af to
eb2bc8e
Compare
|
ok, one remaining issue lest is with unification of templates: |
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.
(I guess this has been discussed already somewhere and/or can be discussed/polished later in follow-up PRs, but)
IMHO, mixing both app and pl and having both at the same directory level seems confusing, e.g.
docs/source-lit/accelerators # <- pl
docs/source-lit/strategies # <- pl
...
docs/source-lit/code_samples # <- app
docs/source-lit/workflows # <- app
...
This is just init state, and all shall be restructured by @Felonious-Spellfire in following PRs |
e2f7976 to
75b35c7
Compare
026813f to
95d7b18
Compare
What does this PR do?
Make a dummy doc and set up related CI/CD jobs...
For preserving continuity, we use symlinks to the existing pages. When all is settled up, we will project the real pages via link to the new location and sunset the old docs location.
The cleaning requirements are also separated in #14216
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Did you have fun?
This is a preparation stage for docs unification. If you want to edit/update docs for ongoing documentation, do it in
source-apporsource-pytorch. Otherwise, if the changes are related to the future/fused docs, please rename/move the existing symlink or make a new file where you can still copy-paste the page content...cc @Borda