From c2bc67ce2ac23da001366ce7c8bbfdfe199264bf Mon Sep 17 00:00:00 2001 From: Preshh0 <42142405+Preshh0@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:06:53 +0100 Subject: [PATCH] Updated the missing link. In this PR, I: - Added the missing link that was raised in Issue #1612 Signed-off-by: Precious Onyewuchi --- docs/source/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 35ac819f48..5512ac77ac 100755 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -29,11 +29,13 @@ What is Augur? Augur is a software suite for collecting and measuring structured data about free and open-source software (FOSS) communities. -Augur’s main focus is to measure the overall health and sustainability of open source projects, as these types of projects are system critical for nearly every software organization or company. We do this by gathering data about project repositories and normalizing that into our data model to provide useful metrics about your project’s health. For example, one of our metrics is Burstiness. Burstiness – how are short timeframes of intense activity, followed by a corresponding return to a typical pattern of activity, observed in a project? This can paint a picture of a project’s focus and gain insight into the potential stability of a project and how its typical cycle of updates occurs. There are many more useful metrics, and you can find a full list of them here. +Augur’s main focus is to measure the overall health and sustainability of open source projects, as these types of projects are system critical for nearly every software organization or company. We do this by gathering data about project repositories and normalizing that into our data model to provide useful metrics about your project’s health. For example, one of our metrics is Burstiness. Burstiness – how are short timeframes of intense activity, followed by a corresponding return to a typical pattern of activity, observed in a project? This can paint a picture of a project’s focus and gain insight into the potential stability of a project and how its typical cycle of updates occurs. There are many more useful metrics, and you can find a full list of them `here `_. -Augur gathers trace data for a group of repositories, normalize it inot our data model, and provide a variety of metrics about the said data. +Augur gathers trace data for a group of repositories, normalize it into our data model, and provide a variety of metrics about that data. -This software is developed as part of the CHAOSS (Community Health Analytics Open Source Software) project. Many of our metrics are implementations of the metrics defined by our awesome community. You can find more information about how to get involved on the CHAOSS website. If you want to see augur in action, you can view CHAOSS’s augur instance. +This software is developed as part of the CHAOSS (Community Health Analytics Open Source Software) project. Many of our metrics are implementations of the metrics defined by our community. You can find more information about how to get involved on the CHAOSS website. + +If you want to see augur in action, you can view CHAOSS’s augur instance. Current maintainers --------------------