-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
DOC: add backlinks to numpy.org #14235
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
@@ -121,7 +121,10 @@ def setup(app): | |||
"edit_link": False, | |||
"sidebar": "left", | |||
"scipy_org_logo": False, | |||
"rootlinks": [] | |||
"rootlinks": [("https://numpy.org/", "NumPy.org"), | |||
("https://numpy.org/doc", "Docs"), |
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.
perhaps "Documentation" instead of "Docs"?
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.
hmm. This is part of a "breadcrumb" design across the top of the page, and can get quite wide as is, see for instance an example page. I see I should put scipy.org first (or drop it altogether) to keep the breadcrumb order consistent. Let me know what you prefer:
- docs vs documentation
- scipy.org first or not at all
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.
The parallel page on scipy.org uses Docs
.
It also has a nice header, I wonder why the one from the front page is not used in the numpy/doc and numpy/devdoc pages?
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.
ah I see, the example page helps. okay, let's stay with Docs
.
It also has a nice header, I wonder why the one from the front page is not used in the numpy/doc and numpy/devdoc pages?
not sure
Added a header to the documentation pages in 0e26a52 |
okay merging this to keep things moving. let's see how it looks, thanks Matti! |
hmm, the scipy.org link on the top looks out of place :(. |
Change the links in the blue boxes at the top of each page to numpy.org, numpy.org/doc and scipy.org.
Continuation of numpy/numpy.org#25 and gh-14073