-
Notifications
You must be signed in to change notification settings - Fork 13
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
Improve readability of documentation #632
Changes from all commits
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 |
---|---|---|
|
@@ -4,6 +4,29 @@ Getting Started | |
|
||
The getting started guide aims to get you using xCDAT productively as quickly as possible. | ||
|
||
.. grid:: 1 1 2 2 | ||
:gutter: 2 | ||
|
||
.. grid-item-card:: Project Overview | ||
:img-top: ../_static/icons/dashboard.png | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I downloaded png and then noticed you used svg. I can change this (the file sizes are small either way). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for adding these links. |
||
:link: overview | ||
:link-type: doc | ||
|
||
.. grid-item-card:: Installation | ||
:img-top: ../_static/icons/wrench.png | ||
:link: installation | ||
:link-type: doc | ||
|
||
.. grid-item-card:: xCDAT on HPC / Jupyter | ||
:img-top: ../_static/icons/server.png | ||
:link: getting-started-hpc-jupyter | ||
:link-type: doc | ||
|
||
.. grid-item-card:: Frequently Asked Questions | ||
:img-top: ../_static/icons/faq.png | ||
:link: faqs | ||
:link-type: doc | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:hidden: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,34 +21,21 @@ xCDAT (Xarray Climate Data Analysis Tools) is an extension of `xarray`_ for clim | |
:link: getting-started-guide/index | ||
:link-type: doc | ||
|
||
New to xCDAT? Check out the getting started guides. | ||
|
||
Comment on lines
-24
to
-25
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just removed the text (I thought these were self-explanatory enough), but I don't object to short text descriptions. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm okay with no text |
||
.. grid-item-card:: Examples | ||
:img-top: _static/icons/plot.svg | ||
:link: gallery | ||
:link-type: doc | ||
|
||
This gallery demonstrates how to use some of the features in xCDAT through | ||
Jupyter Notebooks with real-world examples. | ||
|
||
.. grid-item-card:: API reference | ||
:img-top: _static/icons/wrench.svg | ||
:link: api | ||
:link-type: doc | ||
|
||
The reference guide contains a detailed description of the xCDAT API. | ||
The reference describes how the methods work and which parameters can | ||
be used. It assumes that you have an understanding of key Xarray concepts. | ||
|
||
.. grid-item-card:: Developer guide | ||
:img-top: _static/icons/book.svg | ||
:link: contributing | ||
:link-type: doc | ||
|
||
Saw a typo in the documentation? Want to improve existing functionalities? | ||
The contributing guidelines will guide you through the process of improving | ||
xCDAT. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
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 will update the notebook title, too, so that this is reflected in the table of contents link.
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.
Sounds good