diff --git a/docs/source/ui-reference/chart-summary-view.rst b/docs/source/ui-reference/chart-summary-view.rst index 1a358902..aa162d4b 100644 --- a/docs/source/ui-reference/chart-summary-view.rst +++ b/docs/source/ui-reference/chart-summary-view.rst @@ -6,7 +6,7 @@ With the chart summary view, a user can select a node in the directory tree (i.e., a directory, folder or file) and display a horizontal bar chart listing the values identified in the scanned -codebase -- that is, the clues detected by ScanCode Toolkit -- for a number of different +codebase, i.e. the ScanCode Toolkit detections, for a number of different attributes. The attributes are a subset of the columns displayed in the table view, and can be diff --git a/docs/source/ui-reference/copyright-info-dashboard.rst b/docs/source/ui-reference/copyright-info-dashboard.rst index ff436a18..75a80132 100644 --- a/docs/source/ui-reference/copyright-info-dashboard.rst +++ b/docs/source/ui-reference/copyright-info-dashboard.rst @@ -4,10 +4,10 @@ :index:`Copyright Info Dashboard` =================================== -License info dashboard summarizes the license information detected in scan for files under the selected path. -Scan must have ``--license`` option for License Info Dashboard. +Copyright info dashboard summarizes the copyright information detected in scan for files under the selected path. +Scan must have ``--copyright`` option for Copyright Info Dashboard. -Summary of Licenses: +Summary of Copyrights: - Unique holders No. of unique copyright holders detected. diff --git a/docs/source/ui-reference/license-explorer.rst b/docs/source/ui-reference/license-explorer.rst index 4107831b..39dc4d5e 100644 --- a/docs/source/ui-reference/license-explorer.rst +++ b/docs/source/ui-reference/license-explorer.rst @@ -30,8 +30,9 @@ Title of details pane - License Expression Instances - No. of times license is detected Score - Clue's confidence about the license (Shown only for clues) -Matches Table -User can view the match details resulting the selected license +Matches Table: + +User can view the match details resulting the selected license : - ``Score`` - ``Matched length`` @@ -43,8 +44,10 @@ User can view the match details resulting the selected license - ``Rule`` - User can click on the Rule to open the rule used by scancode-toolkit in browser - ``SPDX License expression`` -File Regions Table -User can view the files in which selected license was detected +File Regions Table: + +User can view the files in which selected license was detected: + - ``Path`` - Path of file, User can click on it to view the specific file in TableView - ``Lines`` - Specific lines in the file at which license was detected - ``Detection origin`` - Type of file diff --git a/docs/source/ui-reference/table-view.rst b/docs/source/ui-reference/table-view.rst index 6dedc01a..88ef6f9c 100644 --- a/docs/source/ui-reference/table-view.rst +++ b/docs/source/ui-reference/table-view.rst @@ -10,8 +10,9 @@ information detected by ScanCode. A user can also see the file information (e.g. file size, etc) and package information (package type, primary language of package) that was detected. -The columns can be sorted as well as shown or hidden based on what the user’s -preferences or using preset groups. Searching for specific clues (license names, copyrights, etc.) is also available in this view. +The columns can be sorted as well as shown or hidden based on what the user +preference is. Searching for specific clues (license names, copyrights, etc.) +is also available in this view. .. Note:: The data in tableview is only available if corresponding options were enabled when performing the scan.