diff --git a/docs/source/cli-reference/help-text-options.rst b/docs/source/cli-reference/help-text-options.rst
index 5e7a7694601..8c813a8f048 100644
--- a/docs/source/cli-reference/help-text-options.rst
+++ b/docs/source/cli-reference/help-text-options.rst
@@ -13,7 +13,7 @@ can't access, the more elaborate online documentation.
Help text
---------
-The Scancode-Toolkit Command Line Interface has a Help option displaying all the options. It also
+The ScanCode-Toolkit Command Line Interface has a Help option displaying all the options. It also
displays basic usage, and some simple examples. The command line option for this is ``--help``.
.. Tip::
@@ -24,7 +24,7 @@ To see the help text from the Terminal, execute the following command::
$ scancode --help
-The Following Help Text is displayed, i.e. This is the help text for Scancode Version 32.0.0:
+The Following Help Text is displayed, i.e. This is the help text for ScanCode Version 32.0.0:
.. code-block:: none
@@ -212,7 +212,7 @@ The Following Help Text is displayed, i.e. This is the help text for Scancode Ve
Command Examples Text
---------------------
-The Scancode-Toolkit Command Line Interface has an ``--examples`` option which displays some basic
+The ScanCode-Toolkit Command Line Interface has an ``--examples`` option which displays some basic
examples (more than the basic synopsis in ``--help``). These examples include the following aspects
of code scanning:
@@ -229,9 +229,9 @@ To see the help text from the Terminal, execute the following command::
$ scancode --examples
-The Following Text is displayed, i.e. This is the examples for Scancode Version 3.1.1 ::
+The Following Text is displayed, i.e. This is the examples for ScanCode Version 3.1.1 ::
- Scancode command lines examples:
+ ScanCode command lines examples:
(Note for Windows: use '\' back slash instead of '/' forward slash for paths.)
@@ -311,7 +311,7 @@ To see the help text from the Terminal, execute the following command::
#. Output Control
#. Basic Scan Options
-The Following Text is displayed, i.e. This is the available plugins for Scancode Version 31.2.1 ::
+The Following Text is displayed, i.e. This is the available plugins for ScanCode Version 31.2.1 ::
--------------------------------------------
Plugin: scancode_output:csv class: formattedcode.output_csv:CsvOutput
@@ -825,7 +825,7 @@ The Following Text is displayed, i.e. This is the available plugins for Scancode
``--list-packages`` Option
--------------------------
-This shows all the types of packages that can be scanned using Scancode.
+This shows all the types of packages that can be scanned using ScanCode.
These are located in packagedcode i.e. Code used to parse various package formats.
See the :ref:`supported_packages` page for more details and documentation
diff --git a/docs/source/cli-reference/list-options.rst b/docs/source/cli-reference/list-options.rst
index 2d4a64deff2..8e2f14fa12f 100644
--- a/docs/source/cli-reference/list-options.rst
+++ b/docs/source/cli-reference/list-options.rst
@@ -3,7 +3,7 @@
All Available Options
=====================
-This section contains an exhaustive list of all Scancode options, arranged in various sections.
+This section contains an exhaustive list of all ScanCode options, arranged in various sections.
The sections are as follows:
- Basic Scan Options
diff --git a/docs/source/cli-reference/other-commands.rst b/docs/source/cli-reference/other-commands.rst
index 1fd0059a78f..53c56f01301 100644
--- a/docs/source/cli-reference/other-commands.rst
+++ b/docs/source/cli-reference/other-commands.rst
@@ -16,7 +16,7 @@ Other available CLIs
``scancode-reindex-licenses`` command
-------------------------------------
-ScanCode maintains a license index to search for and detect licenses. When Scancode is
+ScanCode maintains a license index to search for and detect licenses. When ScanCode is
configured for the first time, a license index is built and used in every scan thereafter.
This ``scancode-reindex-licenses`` command rebuilds the license index. Running this command
@@ -33,7 +33,7 @@ The ``--additional-directory`` option allows the user to include additional dire
of licenses to use in license detection.
This command only needs to be run once for each set of additional directories, in all subsequent
-runs of Scancode with the same directories all the licenses in the directories will be cached
+runs of ScanCode with the same directories all the licenses in the directories will be cached
and used in License detection. But reindexing removes these directories, if they aren't
reintroduced as additional directories.
diff --git a/docs/source/cli-reference/output-filters-and-control.rst b/docs/source/cli-reference/output-filters-and-control.rst
index 97ecc290a59..f78850d2e57 100644
--- a/docs/source/cli-reference/output-filters-and-control.rst
+++ b/docs/source/cli-reference/output-filters-and-control.rst
@@ -1,6 +1,6 @@
.. _cli_output_control_filters:
-Controlling Scancode Output and Filters
+Controlling ScanCode Output and Filters
=======================================
.. include:: /rst_snippets/output_control_options.rst
diff --git a/docs/source/cli-reference/output-format.rst b/docs/source/cli-reference/output-format.rst
index 590cecd7fc4..753d45aa52c 100644
--- a/docs/source/cli-reference/output-format.rst
+++ b/docs/source/cli-reference/output-format.rst
@@ -1,9 +1,9 @@
.. _cli_output_format:
-Scancode Output Formats
+ScanCode Output Formats
=======================
-Scan results generated by Scancode are available in different formats, to be specified by the
+Scan results generated by ScanCode are available in different formats, to be specified by the
following options.
.. include:: /rst_snippets/output_format_options.rst
@@ -22,7 +22,7 @@ following options.
---------------
Among the ScanCode Output Formats, ``json`` is the most important one, and is recommended over
- others. Scancode Workbench and other applications that use Scancode Result data as input accept
+ others. ScanCode Workbench and other applications that use ScanCode Result data as input accept
only the ``json`` format.
The following code performs a scan on the samples directory, and publishes the results in
@@ -199,7 +199,7 @@ following options.
"scan_errors": []
},
- This is the recommended Output option for Scancode Toolkit.
+ This is the recommended Output option for ScanCode Toolkit.
----
@@ -548,7 +548,7 @@ Comparing Different ``json`` Output Formats
``--cyclonedx FILE``
--------------------
- Scancode also supports the `CycloneDx `_ output format
+ ScanCode also supports the `CycloneDx `_ output format
Please note that this output format is only useful when scanning with the ``--package`` option
diff --git a/docs/source/cli-reference/scan-options-pre.rst b/docs/source/cli-reference/scan-options-pre.rst
index 3179f4ca98f..d14107d25ac 100644
--- a/docs/source/cli-reference/scan-options-pre.rst
+++ b/docs/source/cli-reference/scan-options-pre.rst
@@ -18,7 +18,7 @@ Pre-Scan Options
scancode --ignore "*.java" samples samples.json
- Here, Scancode ignores files ending with `.java`, and continues with other files as usual.
+ Here, ScanCode ignores files ending with `.java`, and continues with other files as usual.
More information on :ref:`glob_pattern_matching`.
@@ -35,7 +35,7 @@ Pre-Scan Options
scancode --include "*.java" samples samples.json
- Here, Scancode selectively scans files that has names ending with `.java`, and ignores all other files. This
+ Here, ScanCode selectively scans files that has names ending with `.java`, and ignores all other files. This
is basically complementary in behavior to the ``--ignore`` option.
More information on :ref:`glob_pattern_matching`.
diff --git a/docs/source/cli-reference/synopsis.rst b/docs/source/cli-reference/synopsis.rst
index d4405dd21a1..c3845f1095e 100644
--- a/docs/source/cli-reference/synopsis.rst
+++ b/docs/source/cli-reference/synopsis.rst
@@ -27,6 +27,7 @@ detailed Instructions on the each of the Installation Methods.
- :ref:`pip_install`
- :ref:`source_code_install`
+
.. _synopsis_quickstart:
Quickstart
@@ -37,11 +38,11 @@ The basic command to perform a scan, in case of a download and configure install
path/to/scancode [OPTIONS]