-
Notifications
You must be signed in to change notification settings - Fork 296
Documentation homepage, use of panels for visibility to users #3884
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
any thoughts @SciTools/iris-devs? |
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.
Definitely like the buttons. I just have some suggestions for some of the descriptions which you are free to adapt or ignore as you see fit!
docs/iris/src/index.rst
Outdated
:text: Gallery | ||
:classes: btn-outline-primary btn-block | ||
--- | ||
Find out what has recently been added to Iris, or soon will be. |
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.
Not sure about the "soon will be", as this won't make sense for the released docs. Also this is currently pointing to a list of all the whatsnews. Should it just be the whatsnew for the current version? If intended to point to all versions, maybe "Find out what has changed in Iris" would be more all-encompassing.
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.
To be fair, all of it has been recently added to Iris, but only some of it has been released so far.
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.
In fact, some things have be removed from Iris....
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.
how about:
"Find out what has recently changed in Iris."
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.
"Find out what has recently changed in Iris."
I'm in favour of this
docs/iris/src/index.rst
Outdated
+++ | ||
.. link-button:: iris_whatsnew | ||
:type: ref | ||
:text: What's new |
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.
Capital N for consistency with the other buttons?
docs/iris/src/index.rst
Outdated
:text: User Guide | ||
:classes: btn-outline-primary btn-block | ||
--- | ||
Documentation for the Iris Application Programming Interface. |
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'm not sure whether API is a familiar term for a lot of our target user-base. Maybe something like "Browse full Iris functionality by module"?
docs/iris/src/index.rst
Outdated
:text: Installing Iris | ||
:classes: btn-outline-primary btn-block | ||
--- | ||
View the gallery that includes python code used to create it. |
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.
How about something like "Example code to create a variety of plots"?
Love it! |
Review comments addressed via 0d47a55 |
anymore comments? if not could someone please review and approve please. |
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.
A big step forward!
@tkknight Could you just make sure that you've serviced all the reviewer comments, then I'll bank this 👍 |
Think mine were the only comments, so now banked. |
* upstream/master: add SciTools#3791 whatsnew entry (SciTools#3897) bump whatsnew latest and version to 3.1.dev0 (SciTools#3896) hide the further topics toc (SciTools#3894) Deprecate iris.util.as_compatible_shape (SciTools#3892) whatsnew additions (SciTools#3891) linkcheck ignore http://cfconventions.org (SciTools#3889) Cube arithmetic docs to master (SciTools#3890) added whats new for pr SciTools#3884 (SciTools#3887)
🚀 Pull Request
Description
Added some panels and use of badges on the documentation index, in order to make it more visible to users.
sphinx-panels
.Iris API
link in the sidebar to the Reference sectionYou can view all rendered changes at https://iris-test-doc.readthedocs.io/en/latest/ for the lifetime of this PR.
Consult Iris pull request check list