Skip to content
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: Update main index page for v2.0. #759

Merged
merged 3 commits into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Atmospheric data Community Toolkit Documentation
================================================

.. toctree::
:maxdepth: 2
:hidden:
:caption: Version 2 Release Guide

userguide/GUIDE_V2.rst

.. toctree::
:maxdepth: 2
:hidden:
Expand Down Expand Up @@ -46,7 +53,15 @@ The Atmospheric data Community Toolkit (ACT) is an open source Python toolkit fo

.. |act| image:: act_plots.png

Please report any issues or feature requests by sumitting an `Issue <https://github.com/ARM-DOE/ACT/issues>`_. Additionally, our `discussions boards <https://github.com/ARM-DOE/ACT/discussions>`_ are open for ideas, general discussions or questions, and show and tell!
Please report any issues or feature requests by submitting an `Issue <https://github.com/ARM-DOE/ACT/issues>`_. Additionally, our `discussions boards <https://github.com/ARM-DOE/ACT/discussions>`_ are open for ideas, general discussions or questions, and show and tell!

Version 2.0
===========

ACT will soon have a version 2.0 release. This release will contain many function
naming changes such as IO and Discovery module function naming changes. To
prepare for this release, a `v2.0 <https://github.com/ARM-DOE/ACT/blob/main/guides/GUIDE_V2.rst>`_
has been provided that explains the changes and how to work with the new syntax.

Dependencies
============
Expand Down
Loading