From a86207c868e98f48579bf5de0c34dac42b91963d Mon Sep 17 00:00:00 2001 From: Naveen-singla Date: Thu, 16 Sep 2021 18:41:19 +0530 Subject: [PATCH 1/2] reformatted the home.rst file Signed-off-by: Naveen-singla --- docs/source/aboutcode-toolkit/home.rst | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/source/aboutcode-toolkit/home.rst b/docs/source/aboutcode-toolkit/home.rst index 2551512c..4b3e7729 100644 --- a/docs/source/aboutcode-toolkit/home.rst +++ b/docs/source/aboutcode-toolkit/home.rst @@ -1,18 +1,9 @@ AboutCode Toolkit ================= -Build and tests status +Introduction ---------------------- -+-------+-----------------+--------------+ -|Branch | **Linux/macOS** | **Windows** | -+=======+=================+==============+ -|Master | |master-posix| | |master-win| | -+-------+-----------------+--------------+ -|Develop| |devel-posix| | |devel-win| | -+-------+-----------------+--------------+ - - The AboutCode Toolkit and ABOUT files provide a simple way to document the origin, license, usage and other important or interesting information about third-party software components that you use in your project. @@ -34,6 +25,16 @@ with open source licenses conditions. This version of the AboutCode Toolkit follows the ABOUT specification version 3.0 at: https://github.com/nexB/aboutcode-toolkit/blob/develop/SPECIFICATION.rst +Build and tests status +---------------------- + ++-------+-----------------+--------------+ +|Branch | **Linux/macOS** | **Windows** | ++=======+=================+==============+ +|Master | |master-posix| | |master-win| | ++-------+-----------------+--------------+ +|Develop| |devel-posix| | |devel-win| | ++-------+-----------------+--------------+ REQUIREMENTS ------------ From e86c8c2c8e1199693997bf858045c454cf40fc1e Mon Sep 17 00:00:00 2001 From: Naveen-singla Date: Thu, 16 Sep 2021 21:43:54 +0530 Subject: [PATCH 2/2] about files specification link updated Signed-off-by: Naveen-singla --- docs/source/aboutcode-toolkit/home.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/aboutcode-toolkit/home.rst b/docs/source/aboutcode-toolkit/home.rst index 4b3e7729..8f79969d 100644 --- a/docs/source/aboutcode-toolkit/home.rst +++ b/docs/source/aboutcode-toolkit/home.rst @@ -22,8 +22,8 @@ In addition, this tool is able to generate attribution notices and identify redistributable source code used in your project to help you comply with open source licenses conditions. -This version of the AboutCode Toolkit follows the ABOUT specification version 3.0 at: -https://github.com/nexB/aboutcode-toolkit/blob/develop/SPECIFICATION.rst +This version of the AboutCode Toolkit follows the ABOUT specification version 3.2.1 at: +https://aboutcode-toolkit.readthedocs.io/en/latest/specification.html Build and tests status ----------------------