Skip to content

Commit

Permalink
docs: tidy landing page intro (#984)
Browse files Browse the repository at this point in the history
* docs: tidy landing page intro

* docs: add zenodo url linkcheck ignore
  • Loading branch information
bjlittle authored Jul 8, 2024
1 parent 6c434d4 commit 9607728
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ def autolog(message: str, section: str | None = None, color: str | None = None)
# See https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder

linkcheck_ignore = [
"https://doi.org/10.5281/zenodo.7608302",
"https://www.mtu.edu/geo/community/seismology/learn/earthquake-measure/magnitude/",
"region-manifold-extraction.html",
]
Expand Down
21 changes: 12 additions & 9 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,21 @@ GeoVista Documentation

Welcome to the ``geovista`` documentation!

We're busily crafting the structure and content of the documentation,
so it's likely that some material will change, move around or even be removed.
However, the dust will eventually settle and we'll have a stable foundation to
build upon. Thanks for your patience.
``geovista`` is a pure `Python`_ package, built upon `PyVista`_ that offers
performant, publication quality 3-D cartographic rendering of Earth Science
data.

In the meantime, your feedback is important to us. So feel free to submit a
:fab:`github` `Issue`_ or :fab:`github` `Pull-Request`_ to help elevate our
documentation to the next level of awesome 🚀
Our goal is to lower the bar for scientists, such that they can easily
analyze, visualize, and explore their rectilinear, curvilinear and
unstructured geospatial data interactively in 3-D.

Alternatively, if it's easier, come share with us over on our
:fab:`github` `Discussions`_.
We're still busy crafting the documentation, which is incomplete and liable
to change. Thanks for your patience. However, your feedback is important
to us. So feel free to submit a :fab:`github` `Issue`_ or
:fab:`github` `Pull-Request`_ to help elevate ``geovista`` to the next level
of awesome 🚀

Alternatively, come share with us over on our :fab:`github` `Discussions`_.
We'd 💛 to hear from you.


Expand Down

0 comments on commit 9607728

Please sign in to comment.