Skip to content

Commit 69fe74b

Browse files
authored
Merge pull request #3116 from bwjohnson-ss/patch-1
Fixed restructuredtext bulleted list to use *
2 parents 6007301 + 33cb746 commit 69fe74b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/source/explanations/overview.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ ScanCode-Toolkit performs the scan on a codebase in the following steps :
2727

2828
Scan results are provided in various formats:
2929

30-
- a JSON file simple or pretty-printed,
31-
- SPDX tag value or XML, RDF formats,
32-
- CSV,
33-
- a simple unformatted HTML file that can be opened in browser or as a spreadsheet.
30+
* a JSON file simple or pretty-printed,
31+
* SPDX tag value or XML, RDF formats,
32+
* CSV,
33+
* a simple unformatted HTML file that can be opened in browser or as a spreadsheet.
3434

3535
For each scanned file, the result contains:
3636

37-
- its location in the codebase,
38-
- the detected licenses and copyright statements,
39-
- the start and end line numbers identifying where the license or copyright was found in the
37+
* its location in the codebase,
38+
* the detected licenses and copyright statements,
39+
* the start and end line numbers identifying where the license or copyright was found in the
4040
scanned file, and
41-
- reference information for the detected license.
41+
* reference information for the detected license.
4242

4343
For archive extraction, ScanCode uses a combination of Python modules, 7zip and libarchive/bsdtar
4444
to detect archive types and extract these recursively.

0 commit comments

Comments
 (0)