-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New Website: New Pipeline [3/3] #15883
New Website: New Pipeline [3/3] #15883
Conversation
Co-authored-by: Thomas Delteil <[email protected]> Co-authored-by: Aaron Markham <[email protected]>
Co-authored-by: Thomas Delteil <[email protected]> Co-authored-by: Aaron Markham <[email protected]>
Co-authored-by: Aaron Markham <[email protected]> Co-authored-by: Thomas Delteil <[email protected]>
Co-authored-by: Thomas Delteil <[email protected]> Co-authored-by: Aaron Markham <[email protected]>
…rdocs R pdf creation
…rdocs activate r publishing; switch to archive for final site tar
ci/docker/runtime_functions.sh
Outdated
|
||
|
||
build_version_doc() { | ||
|
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.
ThomasDelteil#6 (comment) this comment is not incorporated here. Is this still being used ?
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.
not it is not, deleting
|
||
|
||
build_docs_setup() { | ||
build_folder="docs/_build" |
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.
will you be adding this : ThomasDelteil#6 (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.
actually this is called from other functions, does not require the set -ex
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.
SHIP IT! Assuming it passes CI of course! 📿 🙏
CI passing, merging. If any issue ping @ThomasDelteil, @aaronmarkham, @sad- |
@ThomasDelteil, @aaronmarkham, @sad- There a few dead links or missing files for the MXNet C++ package:
C/C++ Guide ›
|
@QueensGambit Thanks for the feedback. Can you create separate issues for anything you find, so others can pick them up and work on them? |
Merging new website pipelines and fix to content
Merging new website pipelines and fix to content
Website available here: https://mxnet-beta.staged.apache.org/
Once merged:
Description
Instructions on using these updates are on the wiki: https://cwiki.apache.org/confluence/display/MXNET/Building+the+New+Website
Break out each docs package generation to separate pipelines.
✅Python - porting the mx-theme to be local to the repo to facilitate modification as part of this project's PRs; this is from the "beta site"
✅R - using the same theme as Python; also from the "beta site"; found to be not reproducible or current, so disabled for now.
✅C/CPP - currently co-mingled Doxygen microsite output
✅Julia - julia docs output to microsite
✅Scala - scaladocs output to microsite
✅Java - javadocs output to microsite
✅Clojure - lein output to microsite
✅Jekyll website for main pages
Legend:
✅Artifacts generating in CI
❌WIP
Jenkins Updates
Preview
The publishing job uses CI artifacts generated from my fork of mxnet and pushes to my fork of mxnet-site, and you can see the output on a dev server here:
http://54.211.76.74/
TODO when this PR is approved
Comments