-
Notifications
You must be signed in to change notification settings - Fork 300
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
Changes from 8 commits
35979b1
59eb820
cf76196
401014c
e24714f
2a5b7d4
99655e1
cf9ecd8
0d47a55
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,3 @@ | ||
| .. note:: For **Iris 2.4** and earlier documentation please see the | ||
| `legacy documentation`_ | ||
|
|
||
| .. _legacy documentation: https://scitools.org.uk/iris/docs/v2.4.0/ | ||
|
|
||
|
|
||
| Iris Documentation | ||
| ================== | ||
|
|
||
|
|
@@ -44,11 +38,61 @@ Interoperability with packages from the wider scientific Python ecosystem comes | |
| from Iris' use of standard NumPy/dask arrays as its underlying data storage. | ||
|
|
||
| Iris is part of SciTools, for more information see https://scitools.org.uk/. | ||
| For **Iris 2.4** and earlier documentation please see the | ||
| :link-badge:`https://scitools.org.uk/iris/docs/v2.4.0/,"legacy documentation",cls=badge-info text-white`. | ||
|
|
||
|
|
||
| .. panels:: | ||
| :container: container-lg pb-3 | ||
| :column: col-lg-4 col-md-4 col-sm-6 col-xs-12 p-2 | ||
|
|
||
| Install Iris to use or for development. | ||
| +++ | ||
| .. link-button:: installing_iris | ||
| :type: ref | ||
| :text: Installing Iris | ||
| :classes: btn-outline-primary btn-block | ||
| --- | ||
| View the gallery that includes python code used to create it. | ||
| +++ | ||
| .. link-button:: sphx_glr_generated_gallery | ||
| :type: ref | ||
| :text: Gallery | ||
| :classes: btn-outline-primary btn-block | ||
| --- | ||
| Find out what has recently been added to Iris, or soon will be. | ||
|
||
| +++ | ||
| .. link-button:: iris_whatsnew | ||
| :type: ref | ||
| :text: What's new | ||
|
||
| :classes: btn-outline-primary btn-block | ||
| --- | ||
| Learn how to use Iris. | ||
| +++ | ||
| .. link-button:: user_guide_index | ||
| :type: ref | ||
| :text: User Guide | ||
| :classes: btn-outline-primary btn-block | ||
| --- | ||
| Documentation for the Iris Application Programming Interface. | ||
|
||
| +++ | ||
| .. link-button:: Iris | ||
| :type: ref | ||
| :text: Iris API | ||
| :classes: btn-outline-primary btn-block | ||
| --- | ||
| As a developer you can contribute to Iris. | ||
| +++ | ||
| .. link-button:: development_where_to_start | ||
| :type: ref | ||
| :text: Getting Involved | ||
| :classes: btn-outline-primary btn-block | ||
|
|
||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :caption: Getting started | ||
| :hidden: | ||
|
|
||
| installing | ||
| generated/gallery/index | ||
|
|
@@ -58,6 +102,7 @@ Iris is part of SciTools, for more information see https://scitools.org.uk/. | |
| :maxdepth: 1 | ||
| :caption: User Guide | ||
| :name: userguide_index | ||
| :hidden: | ||
|
|
||
| userguide/index | ||
| userguide/iris_cubes | ||
|
|
@@ -81,20 +126,22 @@ Iris is part of SciTools, for more information see https://scitools.org.uk/. | |
| :maxdepth: 1 | ||
| :caption: Developers Guide | ||
| :name: development_index | ||
| :hidden: | ||
|
|
||
| developers_guide/contributing_getting_involved | ||
| developers_guide/gitwash/index | ||
| developers_guide/contributing_documentation | ||
| developers_guide/contributing_codebase_index | ||
| developers_guide/contributing_changes | ||
| developers_guide/release | ||
| generated/api/iris | ||
|
|
||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
| :caption: Reference | ||
| :hidden: | ||
|
|
||
| generated/api/iris | ||
| whatsnew/index | ||
| techpapers/index | ||
| copyright | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,3 +49,5 @@ dependencies: | |
| - pip | ||
| - pip: | ||
| - sphinxcontrib-napoleon | ||
| - sphinx-panels | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,3 +49,4 @@ dependencies: | |
| - pip | ||
| - pip: | ||
| - sphinxcontrib-napoleon | ||
| - sphinx-panels | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,3 +5,4 @@ sphinx-copybutton | |
| sphinx-gallery | ||
| sphinx_rtd_theme | ||
| sphinxcontrib-napoleon | ||
| sphinx-panels | ||
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"?