From 2d35774afe1ef3a7648a6952526cd36c7e0b8cbd Mon Sep 17 00:00:00 2001 From: Yang Shi Date: Tue, 7 Jul 2020 15:06:34 -0700 Subject: [PATCH] fix broken installation widget - remove empty entries (#18661) --- .../_includes/get_started/get_started.html | 121 +++++------------- .../src/_sass/minima/_getting_started.scss | 2 + 2 files changed, 33 insertions(+), 90 deletions(-) diff --git a/docs/static_site/src/_includes/get_started/get_started.html b/docs/static_site/src/_includes/get_started/get_started.html index d8c7d3a42e5a..ccec45c27bc1 100644 --- a/docs/static_site/src/_includes/get_started/get_started.html +++ b/docs/static_site/src/_includes/get_started/get_started.html @@ -86,14 +86,16 @@

Platform and use-case specific instructions for using MXNet

-
-
- GPU / CPU -
-
-
- - +
+
+
+ GPU / CPU +
+
+
+ + +
@@ -134,25 +136,6 @@

Platform and use-case specific instructions for using MXNet

- -
-
-
-
-
- Distribution -
-
-
- - - -
-
-
-
-
-
@@ -199,48 +182,34 @@

Platform and use-case specific instructions for using MXNet

-
- {% markdown %}{% include /get_started/linux/r/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/linux/r/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/linux/scala/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/linux/scala/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/linux/clojure/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/linux/clojure/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/linux/java/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/linux/java/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/linux/julia/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/linux/julia/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/linux/perl/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/linux/perl/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/linux/cpp/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/linux/cpp/build-from-source.md %}{% endmarkdown %}
@@ -277,48 +246,34 @@

Platform and use-case specific instructions for using MXNet

-
- {% markdown %}{% include /get_started/macos/r/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/macos/r/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/macos/scala/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/macos/scala/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/macos/clojure/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/macos/clojure/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/macos/java/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/macos/java/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/macos/julia/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/macos/julia/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/macos/perl/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/macos/perl/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/macos/cpp/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/macos/cpp/build-from-source.md %}{% endmarkdown %}
@@ -354,48 +309,34 @@

Platform and use-case specific instructions for using MXNet

-
- {% markdown %}{% include /get_started/windows/r/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/windows/r/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/windows/scala/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/windows/scala/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/windows/clojure/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/windows/clojure/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/windows/java/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/windows/java/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/windows/julia/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/windows/julia/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/windows/perl/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/windows/perl/build-from-source.md %}{% endmarkdown %}
-
- {% markdown %}{% include /get_started/windows/cpp/build-from-source.md %}{% endmarkdown %} -
+ {% markdown %}{% include /get_started/windows/cpp/build-from-source.md %}{% endmarkdown %}
diff --git a/docs/static_site/src/_sass/minima/_getting_started.scss b/docs/static_site/src/_sass/minima/_getting_started.scss index c0dc96837308..5048ef9e1601 100644 --- a/docs/static_site/src/_sass/minima/_getting_started.scss +++ b/docs/static_site/src/_sass/minima/_getting_started.scss @@ -2,6 +2,8 @@ max-width: 800px; margin: auto; margin-bottom: 40px; + padding-bottom: 40px; + padding-top: 40px; .highlight { margin-left: 20px;