Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-293] Navigation updates#10449

Merged
eric-haibin-lin merged 6 commits intoapache:masterfrom
kpmurali:navigation_updates
Apr 18, 2018
Merged

[MXNET-293] Navigation updates#10449
eric-haibin-lin merged 6 commits intoapache:masterfrom
kpmurali:navigation_updates

Conversation

@kpmurali
Copy link
Copy Markdown
Contributor

@kpmurali kpmurali commented Apr 7, 2018

Description

Updates to the website navigation to be in line with the new organization.

Changes

  • [ x ] Add ONNX to Docs
  • [ x ] Remove Gluon
  • [ x ] Move Github to Community
  • [ x ] Rename Gluon Model Zoo --> Model Zoo

Preview link -http://54.210.6.225/

kpmurali added 2 commits April 5, 2018 02:35
1. Add ONNX to Docs
2. Move Github to Community
3. ename Gluon Model Zoo to Model Zoo
@kpmurali kpmurali requested a review from szha as a code owner April 7, 2018 01:14
Comment thread docs/_static/mxnet-theme/navbar.html Outdated
<a href="#" class="main-nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="true">Community <span class="caret"></span></a>
<ul id="package-dropdown-menu-community" class="dropdown-menu navbar-menu">
<li><a class="main-nav-link" href="http://discuss.mxnet.io">Forum</a></li>
<li><a class="main-nav-link" href="https://github.com/dmlc/mxnet">Github</a></li>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please change to apache/incubator-mxnet

@kpmurali
Copy link
Copy Markdown
Contributor Author

kpmurali commented Apr 9, 2018

Updated the GitHub community URL. Please review http://54.210.6.225/

<a href="#" class="main-nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="true">Gluon <span class="caret"></span></a>
<ul id="package-dropdown-menu" class="dropdown-menu navbar-menu">
<li><a class="main-nav-link" href="{{url_root}}gluon/index.html">About</a></li>
<li><a class="main-nav-link" href="http://gluon.mxnet.io">Tutorials</a></li>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove gluon ? No easy way for users to get to the gluon book now ?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can get to the Gluon book from the tutorials page. Plus @thomelane will be moving that link on the tutorials page above the fold, so it will be easier to see.

@anirudh2290
Copy link
Copy Markdown
Member

@piiswrong can we merge this ?

@piiswrong
Copy link
Copy Markdown
Contributor

Not sure about making Gluon less visible. What's the reason?

@aaronmarkham
Copy link
Copy Markdown
Contributor

Gluon is a Python API and being categorized at the top level was leading to some confusion. Also, the subsequent links were not that helpful. One led to an old About page that had outdated info. The other immediately led off-site, which was a jarring UX. Neither actual lead to the API, docs, or tutorials.
Gluon will be give top real estate and priority in tutorials and other information, so its visibility will not be diminished moving forward. It's positioning vis-a-vis the other ways of interacting with MXNet will be a little more clear.

@kpmurali
Copy link
Copy Markdown
Contributor Author

So can this be merged now?

@anirudh2290
Copy link
Copy Markdown
Member

@piiswrong the gluon crash course has been added to the front page as part of this PR: #10570 . Do you think we still need the Gluon link at the top level or can it be moved to tutorials ?

@piiswrong
Copy link
Copy Markdown
Contributor

I think think there should be a easy way to access the gluon book since the tutorial page doesn't look very good.

@mli
Copy link
Copy Markdown
Contributor

mli commented Apr 17, 2018

CI preview is available at http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-10449/4/index.html

In general, I feel this PR make the frontpage less well organized. We should have a proposal and reviewed by marketing experts, instead of patch it from time to time.

Comment thread docs/_static/js/navbar.js
@@ -1,5 +1,5 @@
var searchBox = $("#search-input-wrap");
var TITLE = ['/install/', '/gluon/' , '/api/', '/docs/', '/github/', '/community/', ];
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing gluon results an empty space on the navbar, and make people harder to find gluon.

see http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-10449/4/index.html

@thomelane
Copy link
Copy Markdown
Contributor

@mli @piiswrong So separately I've been rewriting the tutorials page, and a link to 'The Straight Dope' will be made clear in the Python tutorials section. In addition to this the relevant pages of the 'The Straight Dope' will be added to the tutorial list as their own items. So I don't think there's any concern that users will not be able to find the content from the 'The Straight Dope'.

I'm also working to combine the contents of the Gluon About page with the API Docs introductions for the Python and Gluon package, and then reference this from a number of sources including FAQ.

@aaronmarkham
Copy link
Copy Markdown
Contributor

What if we put Gluon in the Docs menu? It would be highlighted there, and provide a link to the API docs page. This page will have the info Thom is mentioning, plus links to TSD, 60 min crash course, tutorials on site, etc.

@srochel
Copy link
Copy Markdown
Contributor

srochel commented Apr 18, 2018

The PR is blocking the 1.2 RC creation. Can we keep Gluon in navigation bar until we have a complete proposal in place, reviewed and agreed? We should not have this discussions past feature freeze.

@kpmurali
Copy link
Copy Markdown
Contributor Author

Ok, I will add Gluon and its links back to the Navbar unless anyone has any objections.

@aaronmarkham
Copy link
Copy Markdown
Contributor

@srochel - this was intended to go out after 1.2 RC, but when ONNX was removed from the home page to make room for the 60-min crash course, we lost the only way to find ONNX info. It wouldn't even be in the nav, so that's why I asked for the overall nav update to be included as well.

@kpmurali
Copy link
Copy Markdown
Contributor Author

I have added Gluon back to the navbar. Please review @aaronmarkham @mli @piiswrong @srochel

@anirudh2290
Copy link
Copy Markdown
Member

@piiswrong @mli gluon has been added back. Is this good to merge ?

@eric-haibin-lin eric-haibin-lin merged commit 19c5212 into apache:master Apr 18, 2018
anirudh2290 pushed a commit to anirudh2290/mxnet that referenced this pull request Apr 18, 2018
* Changes for SIM AWSDBUX-19875
1. Add ONNX to Docs
2. Move Github to Community
3. ename Gluon Model Zoo to Model Zoo

* Removing Gluon from the Navbar and correcting the link for ONNX

* Re-ordering the elements in the Navbar for SIM AWSDBUX-19875

* In the navbar, changing the Github URL to to apache/incubator-mxnet

* Removing gluon and github from navbar.js

* Adding Gluon back to the Navbar
eric-haibin-lin pushed a commit that referenced this pull request Apr 18, 2018
* Changes for SIM AWSDBUX-19875
1. Add ONNX to Docs
2. Move Github to Community
3. ename Gluon Model Zoo to Model Zoo

* Removing Gluon from the Navbar and correcting the link for ONNX

* Re-ordering the elements in the Navbar for SIM AWSDBUX-19875

* In the navbar, changing the Github URL to to apache/incubator-mxnet

* Removing gluon and github from navbar.js

* Adding Gluon back to the Navbar
rahul003 pushed a commit to rahul003/mxnet that referenced this pull request Jun 4, 2018
* Changes for SIM AWSDBUX-19875
1. Add ONNX to Docs
2. Move Github to Community
3. ename Gluon Model Zoo to Model Zoo

* Removing Gluon from the Navbar and correcting the link for ONNX

* Re-ordering the elements in the Navbar for SIM AWSDBUX-19875

* In the navbar, changing the Github URL to to apache/incubator-mxnet

* Removing gluon and github from navbar.js

* Adding Gluon back to the Navbar
zheng-da pushed a commit to zheng-da/incubator-mxnet that referenced this pull request Jun 28, 2018
* Changes for SIM AWSDBUX-19875
1. Add ONNX to Docs
2. Move Github to Community
3. ename Gluon Model Zoo to Model Zoo

* Removing Gluon from the Navbar and correcting the link for ONNX

* Re-ordering the elements in the Navbar for SIM AWSDBUX-19875

* In the navbar, changing the Github URL to to apache/incubator-mxnet

* Removing gluon and github from navbar.js

* Adding Gluon back to the Navbar
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants