From 082157f3bf37d13a5e4aa3a3e6790213cd685168 Mon Sep 17 00:00:00 2001 From: zssherman Date: Fri, 26 Jun 2026 15:52:56 -0500 Subject: [PATCH 1/2] DOC: Update readme for new links for roadmap, broken urls, and summary of post roadmap document. --- README.rst | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 78da137ff9..bdd5eab388 100644 --- a/README.rst +++ b/README.rst @@ -30,23 +30,29 @@ Atmospheric data Community Toolkit (ACT) .. |Build| image:: https://github.com/ARM-DOE/ACT/actions/workflows/ci.yml/badge.svg :target: https://github.com/ARM-DOE/ACT/actions/workflows/ci.yml -The Atmospheric data Community Toolkit (ACT) is an open source Python toolkit for working with atmospheric time-series datasets of varying dimensions. The toolkit has functions for every part of the scientific process; discovery, IO, quality control, corrections, retrievals, visualization, and analysis. It is a community platform for sharing code with the goal of reducing duplication of effort and better connecting the science community with programs such as the `Atmospheric Radiation Measurement (ARM) User Facility `_. Overarching development goals will be updated on a regular basis as part of the `Roadmap `_ . +The Atmospheric data Community Toolkit (ACT) is an open source Python toolkit for +working with atmospheric time-series datasets of varying dimensions. The toolkit has +functions for every part of the scientific process; discovery, IO, quality control, +corrections, retrievals, visualization, and analysis. It is a community platform for +sharing code with the goal of reducing duplication of effort and better connecting +the science community with programs such as the `Atmospheric Radiation Measurement (ARM) User Facility `_. +Overarching development goals will be updated on a regular basis as part of the `Roadmap `_ . |act| .. |act| image:: ./docs/source/act_plots.png -Please report any issues or feature requests by sumitting an `Issue `_. Additionally, our `discussions boards `_ are open for ideas, general discussions or questions, and show and tell! +Please report any issues or feature requests by submitting an `Issue `_. +Additionally, our `discussions boards `_ are open +for ideas, general discussions or questions, and show and tell! ACT's Third Roadmap ~~~~~~~~~~~~~~~~~~~ -To meet the needs of the community and stakeholders, ACT will be creating a new roadmap. +To meet the needs of the community and stakeholders, ACT has created a new roadmap. This roadmap will continue a plan forward on features to improve on and to add in newer ACT -versions. A part of this new roadmap is a survey from the community that will provide feedback -for the developers on priorities for newer ACT versions. If time permitting, and you are a user of ACT -or are considering to use ACT the survey can be found here: `ACT Roadmap Survey `_ -The feedback would be much appreciated. +versions. For more on the ACT's third roadmap and the priorities the developers will be focusing +on, please see `Third Roadmap `_ . Important Links ~~~~~~~~~~~~~~~ @@ -139,7 +145,7 @@ Installing ACT from source is the only way to get the latest updates and enhancement to the software that have no yet made it into a release. The latest source code for ACT can be obtained from the GitHub repository, https://github.com/ARM-DOE/ACT. Either download and unpack the -`zip file `_ of +`zip file `_ of the source code or use git to checkout the repository:: git clone https://github.com/ARM-DOE/ACT.git From 331eaf3dd0b2c83f058dd256f784cf7f282fae6e Mon Sep 17 00:00:00 2001 From: zssherman Date: Fri, 26 Jun 2026 15:54:57 -0500 Subject: [PATCH 2/2] STY: Some grammar fixed. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bdd5eab388..b4b0ca8121 100644 --- a/README.rst +++ b/README.rst @@ -49,9 +49,9 @@ for ideas, general discussions or questions, and show and tell! ACT's Third Roadmap ~~~~~~~~~~~~~~~~~~~ -To meet the needs of the community and stakeholders, ACT has created a new roadmap. +To meet the needs of the community and stakeholders, the ACT developers have created a new roadmap. This roadmap will continue a plan forward on features to improve on and to add in newer ACT -versions. For more on the ACT's third roadmap and the priorities the developers will be focusing +versions. For more on ACT's third roadmap and the priorities the developers will be focusing on, please see `Third Roadmap `_ . Important Links