From 9e45c77651c2a66a9fa62329feb9e56b9c3438cd Mon Sep 17 00:00:00 2001 From: Kunal Chhabra <76837213+kunalchhabra37@users.noreply.github.com> Date: Thu, 13 Jan 2022 10:27:45 +0530 Subject: [PATCH 1/3] Update output-format.rst Signed-off-by: Kunal Chhabra --- docs/source/cli-reference/output-format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cli-reference/output-format.rst b/docs/source/cli-reference/output-format.rst index be3f9566ad4..6941ee3a97f 100644 --- a/docs/source/cli-reference/output-format.rst +++ b/docs/source/cli-reference/output-format.rst @@ -465,7 +465,7 @@ Comparing Different ``json`` Output Formats The following code performs a scan on the samples directory, and publishes the results in ``html-app`` format:: - scancode -clpieu --csv output.html samples + scancode -clpieu --html-app output.html samples The Files scanned are shown in the left sidebar, and the section on the right contains separate tabs for the following: From 9b4043e5386eb847d2c674c1d87054057a2c76c5 Mon Sep 17 00:00:00 2001 From: Kunal Chhabra <76837213+kunalchhabra37@users.noreply.github.com> Date: Thu, 13 Jan 2022 10:33:32 +0530 Subject: [PATCH 2/3] Update CHANGELOG.rst Signed off by: Kunal Chhabra fixed inconsistency in documentation #2789 --- CHANGELOG.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b443a0fe05e..26ee42ef72d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,8 +3,11 @@ Changelog 31.0.0 (next, roadmap) ----------------------- - - +Documentation Update +~~~~~~~~~~~~~~~~~~~~~~~~ +- Changed scancode -clpieu --csv output.html samples to scancode -clpieu --html-app output.html samples to publish the result in [html-app] at +[output-format.html](https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/output-format.html#html-app-file) + Important API changes: ~~~~~~~~~~~~~~~~~~~~~~~~ From 580ba6ba1363c958c84bbf719f56dedc03049b37 Mon Sep 17 00:00:00 2001 From: Kunal Chhabra <76837213+kunalchhabra37@users.noreply.github.com> Date: Thu, 13 Jan 2022 10:43:02 +0530 Subject: [PATCH 3/3] Update AUTHORS.rst Signed off by- Kunal Chhabra --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index a62cb891de8..10dfeb4be59 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -33,6 +33,7 @@ The following organizations or individuals have contributed to ScanCode: - Horie Issei @is2ei - James Ward @jamesward - Jelmer Vernooij @jelmer +- Kunal Chhabra @kunalchhabra37 - Jillian Daguil @jdaguil - Jiri Popelka @jpopelka - Jiyeong Seok @dd-jy