Skip to content

Commit 4d8a995

Browse files
authored
Merge pull request #2379 from AyanSinhaMahapatra/fix-rtd-build
Fix documentation build and test issuess
2 parents 7d027f3 + a6daa69 commit 4d8a995

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.

docs/scripts/doc8_style_check.sh

100644100755
File mode changed.

docs/scripts/sphinx_build_link_check.sh

100644100755
File mode changed.

docs/source/tutorials/how_to_add_a_post_scan_plugin.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ Create a ``PostScanPlugin`` class
201201
"""""""""""""""""""""""""""""""""
202202

203203
The ``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>`_)
205205
inherits 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>`_),
207207
which 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
254254
One good example is the License Policy post-scan plugin. This plugin is installed when ScanCode
255255
is installed and consequently is not located in the ``/plugins/`` directory used for
256256
manually-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>`_
259259
and illustrates how a plugin can be used to analyze the results of a ScanCode scan using external
260260
data files and add the results of that analysis as a new field in the ScanCode JSON output file.

0 commit comments

Comments
 (0)