-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Doc add sha to footer #10211
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
Doc add sha to footer #10211
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.
I think the footer is fine. I question the aesthetics of the front-page change, but thats subjective...
doc/index.rst
Outdated
@@ -138,14 +141,14 @@ require changes to your existing code is logged in the :doc:`API changes | |||
<api/api_changes>` file. | |||
|
|||
Toolkits | |||
======== | |||
-------- |
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.
I preferred how it looked as level-1...
https://5220-1385122-gh.circle-artifacts.com/0/home/circleci/project/doc/build/html/index.html
versus
https://matplotlib.org
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.
Agreed, I think https://matplotlib.org/devdocs/ looks fine
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 issue that this is fixing the browser title which shows up as "Installation - Matplotlib 2.xxxxx documentation" vs "Matplotlib - Matplotlib 2.xxxx documentation".
I can seperate these two things, but we should fix the page title (as the browser sees it in <head><title>Title<\title><\head>
)
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 title is now fixed by #10870.
7d53aea
to
6d414ee
Compare
force-pushed the index.rst changes out of existence. |
Backport PR #10211 on branch v2.2.2-doc
PR Summary
PR Checklist