Skip to content

Commit 553a26b

Browse files
committed
Correct CI Documentation check
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 9511110 commit 553a26b

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

docs/source/cli-reference/synopsis.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ Output Formats
8080
--------------
8181

8282
The output file format is set by using the various output options. See
83-
:ref:`scan_output_options`. The recommended output format is JSON.
83+
:doc:`../rst_snippets/output_format_options` . The recommended output
84+
format is JSON.
8485

8586
If ``--json`` is used, the entire file being in one line, without
8687
whitespace characters. If ``--json-pp`` is used, the output is in a

docs/source/getting-started/newcomer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Once you are all set up with ScanCode-Toolkit, i.e. Running ``scancode -h`` show
9090
#. Refer :ref:`synopsis_quickstart` for commonly used scan commands, and commonly used
9191
:ref:`synopsis_output`. (The recommended output format is ``JSON``)
9292

93-
#. Refer :ref:`extractcpde_options` for the use of ExtractCode.
93+
#. Refer :doc:`../rst_snippets/extract` for the use of ExtractCode.
9494

9595
#. :ref:`how_to_run_a_scan` is a sample tutorial for absolute beginners, to walk them through the
9696
process of running a scan. Follow this tutorial and perform a scan on the ``sample`` folder

docs/source/rst_snippets/extract.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. _extractcpde_options:
2-
31
All Extractcode Options
42
-----------------------
53

docs/source/rst_snippets/output_format_options.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. _scan_output_options:
2-
31
All Scan Output Options
42
-----------------------
53

0 commit comments

Comments
 (0)