Skip to content

Commit c27a0e7

Browse files
Add post-scan-plugin fix for plugin types
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 9cc37b1 commit c27a0e7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/source/scancode-toolkit/tutorials/how_to_add_a_post_scan_plugin.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Add A Post-Scan Plugin
44
======================
55

6-
Automatic vs. Manual Installation
7-
---------------------------------
6+
Built-In vs. Optional Installation
7+
----------------------------------
88

9-
Automatic
10-
^^^^^^^^^
9+
Built-In
10+
^^^^^^^^
1111

1212
Some post-scan plugins are installed when ScanCode itself is installed, e.g., the
1313
:ref:`license_policy_plugin`, whose code is located here::
@@ -17,15 +17,15 @@ Some post-scan plugins are installed when ScanCode itself is installed, e.g., th
1717
These plugins do not require any additional installation steps and can be used as soon as ScanCode
1818
is up and running.
1919

20-
Manual
21-
^^^^^^
20+
Optional
21+
^^^^^^^^
2222

2323
ScanCode is also designed to use post-scan plugins that must be installed separately from the
2424
installation of ScanCode. The code for this sort of plugin is located here::
2525

2626
https://github.com/nexB/scancode-toolkit/tree/develop/plugins/
2727

28-
This wiki page will focus on manually-installed post-scan plugins.
28+
This wiki page will focus on optional post-scan plugins.
2929

3030
Example Post-Scan Plugin: Hello ScanCode
3131
----------------------------------------

0 commit comments

Comments
 (0)