-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commits on Sep 8, 2020
-
Fixed Install page history broken (apache#18182)
* fix install option block history broke * when history goes back, avoid button default css blue outline * use appropriate parameter name * format scss change
Configuration menu - View commit details
-
Copy full SHA for 2f25012 - Browse repository at this point
Copy the full SHA 2f25012View commit details -
Update website version select drop down (apache#18188)
* update version select drop down * align caret * revert scrollable content, add delayed hover effect * bugfix * fix new design doesn't work on mobile # Conflicts: # docs/static_site/src/_includes/get_started/get_started.html
Configuration menu - View commit details
-
Copy full SHA for 3d125a6 - Browse repository at this point
Copy the full SHA 3d125a6View commit details -
Update website version select drop down (apache#18188)
* update version select drop down * align caret * revert scrollable content, add delayed hover effect * bugfix * fix new design doesn't work on mobile # Conflicts: # docs/static_site/src/_includes/get_started/get_started.html
Configuration menu - View commit details
-
Copy full SHA for ea440b9 - Browse repository at this point
Copy the full SHA ea440b9View commit details -
Fix gluon link missing (apache#18243)
* fix gluon link missing * empty commit to trigger checks * empty commit to trigger checks
Configuration menu - View commit details
-
Copy full SHA for b92871b - Browse repository at this point
Copy the full SHA b92871bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 172f44b - Browse repository at this point
Copy the full SHA 172f44bView commit details -
Website global search feature (apache#18288)
* init global search ui * add hover effect to icon and refactor js * add search bar ui styles * fix search UI's effect on navbar height * add fade in/out effect to search ui and navbar * update search trigger to click and add x button for close * add version select for search * fix version typo * update dropdown * fix hitsperpage reset after change version * fix nav trigger not show * update search border css class name * make dropdown style consistent * global search mobile&tablet UI * adjust mobile search result width * extract global search related styles to a seperate scss * restore formatting to existing code * format & coding style * fix caret height bug * add mobile compatible UI * add license header to js files and update dropdown width * put docsearch css before main to overrides * update search result panel height * dynamically generate version dropdown * use more accurate selector over search result * use vh for height * add comments to scss * move versions to Jekyll global variable * remove redundant version key * make global search default version the same as website version Co-authored-by: Yang Shi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e012f0c - Browse repository at this point
Copy the full SHA e012f0cView commit details -
replace google CDN with JQuery's own CDN (apache#18369)
Co-authored-by: Yang Shi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ae3d04 - Browse repository at this point
Copy the full SHA 3ae3d04View commit details -
Add Developer Guide Docs to MXNet Website (apache#18474)
* init dev guide * move dev guide above FAQ * update format and images * hoist git docs and fix styles * use relative urls * remove useless code block * use consistent url and file name * update heading * add apache license header * init dev guide * move dev guide above FAQ * update format and images * hoist git docs and fix styles * use relative urls * remove useless code block * use consistent url and file name * update heading * add apache license header * update doc - git clone recursive * reviewing the dev guide - proof reading and text edits Co-authored-by: Yang Shi <[email protected]> Co-authored-by: Talia Chopra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a4f78f - Browse repository at this point
Copy the full SHA 5a4f78fView commit details -
fix contribute page anchor position shifted (apache#18571)
Co-authored-by: Yang Shi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb7bef2 - Browse repository at this point
Copy the full SHA eb7bef2View commit details -
Clipboard refactor (apache#18605)
* refactor clipboard * make lang getter more extensible * trigger ci
Configuration menu - View commit details
-
Copy full SHA for 180784e - Browse repository at this point
Copy the full SHA 180784eView commit details -
User Feedback Widget (apache#18639)
* user feedback widget implementation * add user feedback widget to python docs site * update margin * add apache license * one more license * turn off feedback widget on python site * update copy * format * add event value field * turn on widget on Python site # Conflicts: # docs/static_site/src/_includes/head.html # docs/static_site/src/assets/main.scss
Configuration menu - View commit details
-
Copy full SHA for 566e220 - Browse repository at this point
Copy the full SHA 566e220View commit details -
Fix python micro-site table of content bugs (apache#18664)
* update footer style * add compiled css of footer styles changes * add same style for footer2 * more fix to the toc
Configuration menu - View commit details
-
Copy full SHA for 0a21657 - Browse repository at this point
Copy the full SHA 0a21657View commit details -
Configuration menu - View commit details
-
Copy full SHA for f288050 - Browse repository at this point
Copy the full SHA f288050View commit details -
Configuration menu - View commit details
-
Copy full SHA for c92f3ab - Browse repository at this point
Copy the full SHA c92f3abView commit details -
Configuration menu - View commit details
-
Copy full SHA for afea0b7 - Browse repository at this point
Copy the full SHA afea0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for abad4dd - Browse repository at this point
Copy the full SHA abad4ddView commit details -
Consolidate installation instructions on website and add disclaimer f…
…or non-ASF ressources (apache#18487) * Update website with disclaimer for non-ASF ressources * Integrate Windows instructions to build_from_source.md * Remove master version from selector * Update Download links * Update get_started/download.md per Release Download Page policy # Conflicts: # contrib/clojure-package/README.md # docs/python_docs/python/tutorials/deploy/inference/image_classification_jetson.md # docs/static_site/src/_includes/get_started/get_started.html # docs/static_site/src/_includes/get_started/linux/clojure/gpu.md # docs/static_site/src/_includes/get_started/linux/java/gpu.md # docs/static_site/src/_includes/get_started/linux/julia/build-from-source.md # docs/static_site/src/_includes/get_started/linux/perl/perl.md # docs/static_site/src/_includes/get_started/linux/python/cpu/build-from-source.md # docs/static_site/src/_includes/get_started/linux/python/cpu/docker.md # docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md # docs/static_site/src/_includes/get_started/linux/python/gpu/build-from-source.md # docs/static_site/src/_includes/get_started/linux/python/gpu/docker.md # docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md # docs/static_site/src/_includes/get_started/linux/r/gpu.md # docs/static_site/src/_includes/get_started/linux/scala/cpu.md # docs/static_site/src/_includes/get_started/linux/scala/gpu.md # docs/static_site/src/_includes/get_started/macos # docs/static_site/src/_includes/get_started/macos/clojure/cpu.md # docs/static_site/src/_includes/get_started/macos/julia/build-from-source.md # docs/static_site/src/_includes/get_started/macos/perl/perl.md # docs/static_site/src/_includes/get_started/macos/python/cpu/build-from-source.md # docs/static_site/src/_includes/get_started/macos/python/cpu/docker.md # docs/static_site/src/_includes/get_started/macos/python/cpu/pip.md # docs/static_site/src/_includes/get_started/macos/python/gpu/build-from-source.md # docs/static_site/src/_includes/get_started/macos/python/gpu/pip_docker.md # docs/static_site/src/_includes/get_started/macos/r/cpu.md # docs/static_site/src/_includes/get_started/macos/scala/cpu.md # docs/static_site/src/_includes/get_started/windows # docs/static_site/src/_includes/get_started/windows/perl/perl.md # docs/static_site/src/_includes/get_started/windows/python/cpu/build-from-source.md # docs/static_site/src/_includes/get_started/windows/python/cpu/docker.md # docs/static_site/src/_includes/get_started/windows/python/cpu/pip.md # docs/static_site/src/_includes/get_started/windows/python/gpu/pip.md # docs/static_site/src/_includes/get_started/windows/r/cpu.md # docs/static_site/src/_includes/get_started/windows/r/gpu.md # docs/static_site/src/pages/get_started/build_from_source.md # docs/static_site/src/pages/get_started/download.md # docs/static_site/src/pages/get_started/osx_setup.md # docs/static_site/src/pages/get_started/ubuntu_setup.md # docs/static_site/src/pages/get_started/windows_setup.md
Configuration menu - View commit details
-
Copy full SHA for 99b7878 - Browse repository at this point
Copy the full SHA 99b7878View commit details
Commits on Sep 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2d35774 - Browse repository at this point
Copy the full SHA 2d35774View commit details -
# Conflicts: # docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css # docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css.map # docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.js # docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.js.map
Configuration menu - View commit details
-
Copy full SHA for 199de98 - Browse repository at this point
Copy the full SHA 199de98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4941a - Browse repository at this point
Copy the full SHA 8e4941aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 200b054 - Browse repository at this point
Copy the full SHA 200b054View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4ee29 - Browse repository at this point
Copy the full SHA fc4ee29View commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b4bb8fc - Browse repository at this point
Copy the full SHA b4bb8fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1df696 - Browse repository at this point
Copy the full SHA e1df696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53cb4a6 - Browse repository at this point
Copy the full SHA 53cb4a6View commit details
Commits on Sep 11, 2020
-
Fixed python website double scroller and improve UX (apache#18845)
* make python site header scroll aware and avoid double scroller * add compiled assets * adjust python site second header height * add new line * set focus to main content on DOM load # Conflicts: # docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css # docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css.map # docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.js # docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.js.map # docs/python_docs/themes/mx-theme/src/scss/_root.scss
Configuration menu - View commit details
-
Copy full SHA for 909b172 - Browse repository at this point
Copy the full SHA 909b172View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac80704 - Browse repository at this point
Copy the full SHA ac80704View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f45ba - Browse repository at this point
Copy the full SHA e2f45baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf1843 - Browse repository at this point
Copy the full SHA 0bf1843View commit details