@@ -201,11 +201,11 @@ Create a ``PostScanPlugin`` class
201201"""""""""""""""""""""""""""""""""
202202
203203The ``PostScanPlugin `` class
204- `code <https://github.com/nexB/scancode-toolkit/blob/develop/src/plugincode/post_scan.py >`_)
204+ `PostScanPlugin code <https://github.com/nexB/scancode-toolkit/blob/develop/src/plugincode/post_scan.py >`_)
205205inherits from the ``CodebasePlugin `` class (see
206- `code <https://github.com/nexB/scancode-toolkit/blob/794d7acf78480823084def703b5d61ade12efdf2/src/plugincode/__init__.py#L139-L150 >`_),
206+ `CodebasePlugin code <https://github.com/nexB/scancode-toolkit/blob/794d7acf78480823084def703b5d61ade12efdf2/src/plugincode/__init__.py#L139-L150 >`_),
207207which inherits from the ``BasePlugin `` class (see
208- `code <https://github.com/nexB/scancode-toolkit/blob/794d7acf78480823084def703b5d61ade12efdf2/src/plugincode/__init__.py> #L38-L136 `_).
208+ `BasePlugin code <https://github.com/nexB/scancode-toolkit/blob/794d7acf78480823084def703b5d61ade12efdf2/src/plugincode/__init__.py#L38-L136 > `_).
209209
210210::
211211
@@ -254,7 +254,7 @@ functionalities you can take a look at the other post-scan plugins for guidance
254254One good example is the License Policy post-scan plugin. This plugin is installed when ScanCode
255255is installed and consequently is not located in the ``/plugins/ `` directory used for
256256manually-installed post-scan plugins. The code for the License Policy plugin can be found at
257- `/scancode-toolkit/src/licensedcode/plugin_license_policy.py
257+ `/scancode-toolkit/src/licensedcode/plugin_license_policy.py
258258<https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/plugin_license_policy.py> `_
259259and illustrates how a plugin can be used to analyze the results of a ScanCode scan using external
260260data files and add the results of that analysis as a new field in the ScanCode JSON output file.
0 commit comments