-
-
Notifications
You must be signed in to change notification settings - Fork 119
Make "Get started" button link work #189
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
Conversation
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.
We should remove the href on the div.
88ea0ca
to
137ba46
Compare
@rgommers Makes sense to me. Do you think we need a dedicated "Get Started" page? |
I think a rewrite of the quickstart page (already planned) would be the way to go, rather than a new page. |
I can take GettingStarted/Quickstart up next once I am done cleaning up 45 and case studies. Is that ok? |
@shaloo I think it will be easier to rework https://numpy.org/devdocs/user/quickstart.html after the website is launched, because then it can link back to Install and Learn. What you can do now though is to review it and make an overview of what needs changing. We've recently started doing this (see numpy/numpy#15760 for an example), planning out what should be on a docs page and reviewing that should yield better results than just starting to write. |
We have no dedicated "Get started" page. I looked at some other projects, some link to install procedures, some to a quickstart or similar. For now I thought linking to the
Learn
page is most appropriate. That has the (not so great) quickstart guide in the Sphinx docs, an install link, and a bunch of other resources.