Skip to content

Commit a0576b5

Browse files
committed
Update "ScanCode Toolkit" to "ScanCode-Toolkit"
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 114468c commit a0576b5

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

docs/source/cli-reference/output-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ following options.
199199
"scan_errors": []
200200
},
201201

202-
This is the recommended Output option for ScanCode Toolkit.
202+
This is the recommended Output option for ScanCode-Toolkit.
203203

204204
----
205205

docs/source/cli-reference/scan-options-post.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To see all plugins available via command line help, use ``--plugins``.
5353
.. note::
5454

5555
The ``--consolidate`` option will be deprecated in a future version of
56-
ScanCode Toolkit as top level packages, dependencies and licenses
56+
ScanCode-Toolkit as top level packages, dependencies and licenses
5757
now provide improved consolidated data.
5858

5959
The JSON file containing scan results after using the ``--consolidate`` Plugin is structured as

docs/source/cli-reference/synopsis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ throughout the documentation.
6262
Type of Options
6363
---------------
6464

65-
ScanCode Toolkit Command Line options can be divided into these major sections:
65+
ScanCode-Toolkit Command Line options can be divided into these major sections:
6666

6767
- :ref:`cli_basic`
6868
- :ref:`Extractcode Options <cli_extract>`

docs/source/getting-started/home.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ most advanced open source and commercial tools available today for Software
4141
Composition Analysis.
4242

4343

44-
What does ScanCode Toolkit do?
44+
What does ScanCode-Toolkit do?
4545
------------------------------
4646

4747
ScanCode detects and normalizes origin, dependencies, licensing and other

docs/source/getting-started/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ScanCode needs a Python 3.9+ interpreter; We support all Python versions from
125125
Installation as an Application: Downloading Releases
126126
-----------------------------------------------------
127127

128-
Get the ScanCode Toolkit tarball archive of a specific version and your
128+
Get the ScanCode-Toolkit tarball archive of a specific version and your
129129
operating system by going to the `project releases page <https://github.com/aboutcode-org/scancode-toolkit/releases/>`_
130130

131131
For example, Version 30.0.1 archive can be obtained from
@@ -267,7 +267,7 @@ Un-installation
267267
Installation via Docker:
268268
------------------------
269269

270-
You can install ScanCode Toolkit by building a Docker image from the included Dockerfile.
270+
You can install ScanCode-Toolkit by building a Docker image from the included Dockerfile.
271271
The prerequisite is a working `docker installation <https://docs.docker.com/engine/install/>`_.
272272

273273

@@ -318,7 +318,7 @@ those after will be forwarded to scancode.
318318
Installation from Source Code: Git Clone
319319
-----------------------------------------
320320

321-
You can download the ScanCode Toolkit Source Code and build from it yourself.
321+
You can download the ScanCode-Toolkit Source Code and build from it yourself.
322322
This is what you would want to do it if:
323323

324324
- You are developing ScanCode or adding new patches or want to run tests.

docs/source/getting-started/newcomer.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Table of Contents
3838

3939
.. _newcomer_try_scancode:
4040

41-
Try ScanCode Toolkit
41+
Try ScanCode-Toolkit
4242
--------------------
4343

44-
This section is about using the ScanCode Toolkit, i.e. Performing a scan on a codebase/files to
44+
This section is about using the ScanCode-Toolkit, i.e. Performing a scan on a codebase/files to
4545
determine their license, copyrights and other information, according to your requirements.
4646

4747
#. The :ref:`newcomer_scan_codebase` section helps you with configuring your virtual environment,
@@ -142,7 +142,7 @@ ScanCode Versions
142142

143143
.. _newcomer_learn_scancode:
144144

145-
Learn more about ScanCode Toolkit
145+
Learn more about ScanCode-Toolkit
146146
---------------------------------
147147

148148
Here we give an introduction on the ScanCode-Toolkit Documentation Sections that can help you to
@@ -153,7 +153,7 @@ learn more about ScanCode-Toolkit.
153153
CLI Reference
154154
^^^^^^^^^^^^^
155155

156-
This section contains a complete guide to ScanCode Toolkit Command Line options, i.e. What the
156+
This section contains a complete guide to ScanCode-Toolkit Command Line options, i.e. What the
157157
command-line options are, how different options affect the scan and outputs, how to use these
158158
options and examples of their use cases.
159159

@@ -179,7 +179,7 @@ This section has documentation on :ref:`explain_how_scancode_works`.
179179
Plugins
180180
^^^^^^^
181181

182-
Plugins are an integral part of ScanCode Toolkit in the sense they are used to easily extend
182+
Plugins are an integral part of ScanCode-Toolkit in the sense they are used to easily extend
183183
ScanCode capabilities, and developers can code their own plugins according to their requirements.
184184

185185
This section has documentation on:
@@ -215,7 +215,7 @@ If you haven't contributed to ScanCode-Toolkit refer :ref:`newcomer_good_first_i
215215

216216
To determine where to contribute, you can refer:
217217

218-
#. ScanCode Toolkit tracks issues via the `GitHub Issue tracker <https://github.com/aboutcode-org/scancode-toolkit/issues>`_
218+
#. ScanCode-Toolkit tracks issues via the `GitHub Issue tracker <https://github.com/aboutcode-org/scancode-toolkit/issues>`_
219219
#. Broad `milestones <https://github.com/aboutcode-org/scancode-toolkit/milestones>`_ for upcoming versions are also maintained.
220220

221221
And documentation related to contributing code can be referred at :ref:`contrib_code_dev`.
@@ -266,7 +266,7 @@ You can contribute to the following Open Issues on documentation.
266266

267267
#. `First Timers Only Issues List <https://github.com/aboutcode-org/scancode-toolkit/issues/1826>`_
268268
#. `Documentation Inconsistencies Tracker <https://github.com/aboutcode-org/scancode-toolkit/issues/1813>`_
269-
#. `ScanCode Toolkit Documentation Roadmap <https://github.com/aboutcode-org/scancode-toolkit/issues/1824>`_
269+
#. `ScanCode-Toolkit Documentation Roadmap <https://github.com/aboutcode-org/scancode-toolkit/issues/1824>`_
270270
#. `Issues with label Documentation <https://github.com/aboutcode-org/scancode-toolkit/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation>`_
271271

272272
.. note::

docs/source/how-to-guides/install_new_license_plugin.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Entry points definition in ``setup.py``
4040
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4141

4242
First, in ``setup.py``, you must provide an entry point called ``scancode_location_provider``.
43-
This allows ScanCode Toolkit to discover the plugin and use it in license detection.
43+
This allows ScanCode-Toolkit to discover the plugin and use it in license detection.
4444
Here is the definition of ``entry_points`` in ``setup.py``::
4545

4646
entry_points={
@@ -51,7 +51,7 @@ Here is the definition of ``entry_points`` in ``setup.py``::
5151

5252
The ``scancode_location_provider`` entry point maps to a list with information about the plugin.
5353
The variable ``licenses_to_install1`` is the name of the entry point. All entry point names
54-
**must** start with the prefix ``licenses``, or else ScanCode Toolkit will not use them in
54+
**must** start with the prefix ``licenses``, or else ScanCode-Toolkit will not use them in
5555
license detection.
5656

5757
Directory structure

docs/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ScanCode Toolkit Documentation
1+
ScanCode-Toolkit Documentation
22
==============================
33

4-
Welcome to ScanCode Toolkit Documentation!
4+
Welcome to ScanCode-Toolkit Documentation!
55

6-
If you are new to ScanCode Toolkit, start here:
6+
If you are new to ScanCode-Toolkit, start here:
77

88
.. toctree::
99
:maxdepth: 2
@@ -100,7 +100,7 @@ Reference Documents
100100
--------------------
101101

102102
Reference documents provide reference pages for technical reference information
103-
about ScanCode Toolkit, including how it works and supported features.
103+
about ScanCode-Toolkit, including how it works and supported features.
104104

105105
.. toctree::
106106
:maxdepth: 2

docs/source/misc/support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Join the conversation
2424

2525
Join our `general chatroom <https://matrix.to/#/#aboutcode-org_discuss:gitter.im>`_ to chat
2626
with aboutcode community members, and if you want to talk to users and developers of
27-
ScanCode Toolkit, use `scancode room <https://matrix.to/#/#aboutcode-org_scancode:gitter.im>`_
27+
ScanCode-Toolkit, use `scancode room <https://matrix.to/#/#aboutcode-org_scancode:gitter.im>`_
2828

docs/source/tutorials/how_to_extract_archives.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
How To Extract Archives
44
=======================
55

6-
ScanCode Toolkit provides archive extraction. This command can be used before running a scan over
6+
ScanCode-Toolkit provides archive extraction. This command can be used before running a scan over
77
a codebase in order to ensure all archives are extracted. Archives found inside an extracted
88
archive are extracted recursively. Extraction is done in-place in a directory and named after the
99
archive with ``'-extract'`` appended.

0 commit comments

Comments
 (0)