@@ -7,10 +7,10 @@ ScanCode detects licenses, copyrights, package manifests and direct dependencies
77in source code and binary files, by scanning the files. This page introduces you to the ScanCode
88Toolkit Command Line Interface in the following sections:
99
10- - Quickstart
11- - Type of Options
12- - Output Formats
13- - Other Important Documentation
10+ - :ref: ` synopsis_quickstart `
11+ - :ref: ` scancode_cli_options `
12+ - :ref: ` synopsis_output `
13+ - :ref: ` other_imp_doc `
1414
1515
1616.. _synopsis_quickstart :
@@ -79,8 +79,10 @@ Line Options listed under each section.
7979Output Formats
8080--------------
8181
82- The output file format is set by using the various output options. The recommended output format
83- is JSON. If ``--json `` is used, the entire file being in one line, without whitespace characters.
82+ The output file format is set by using the various output options. See
83+ :ref: `scan_output_options `. The recommended output format is JSON. If
84+ ``--json `` is used, the entire file being in one line, without whitespace
85+ characters.
8486
8587The following example scans will show you how to run a scan with each of the result formats. For
8688the scans, we will use the ``samples `` directory provided with the ScanCode Toolkit.
@@ -286,4 +288,6 @@ file. When the scan is done, open ``samples.html`` in your web browser.
286288.. image :: data/scancode-toolkit-static-html1.png
287289.. image :: data/scancode-toolkit-static-html2.png
288290
291+ .. _other_imp_doc :
292+
289293.. include :: /rst_snippets/other_imp_doc.rst
0 commit comments