@@ -5,15 +5,15 @@ Post-Scan Options
55
66Post-Scan options activate their respective post-scan plugins which execute the task.
77
8- .. include :: /scancode-toolkit/ rst_snippets/post_scan_options.rst
8+ .. include :: /rst_snippets/post_scan_options.rst
99
1010----
1111
12- .. include :: /scancode-toolkit/ rst_snippets/note_snippets/synopsis_install_quickstart.rst
12+ .. include :: /rst_snippets/note_snippets/synopsis_install_quickstart.rst
1313
1414To see all plugins available via command line help, use ``--plugins ``.
1515
16- .. include :: /scancode-toolkit /rst_snippets/note_snippets/post_scan_plugins.rst
16+ .. include :: /rst_snippets/note_snippets/post_scan_plugins.rst
1717
1818----
1919
@@ -177,7 +177,7 @@ To see all plugins available via command line help, use ``--plugins``.
177177 Note that the license objects for each detected license in the files already has "is_license_text"
178178 attributes by default, but not the file objects. They only have this attribute if the plugin is used.
179179
180- .. include :: /scancode-toolkit/ rst_snippets/warning_snippets/post_is_license_text.rst
180+ .. include :: /rst_snippets/warning_snippets/post_is_license_text.rst
181181
182182----
183183
@@ -249,13 +249,13 @@ To see all plugins available via command line help, use ``--plugins``.
249249 icon: icon-ok-circle
250250
251251
252- .. include :: /scancode-toolkit/ rst_snippets/note_snippets/post_lic_pol_key.rst
252+ .. include :: /rst_snippets/note_snippets/post_lic_pol_key.rst
253253
254254 Applying License Policies during a ScanCode scan, using the ``--license-policy `` Plugin::
255255
256256 scancode -clipeu --json-pp output.json samples --license-policy policy-file.yml
257257
258- .. include :: /scancode-toolkit/ rst_snippets/note_snippets/post_lic_pol_notsub.rst
258+ .. include :: /rst_snippets/note_snippets/post_lic_pol_notsub.rst
259259
260260 This adds to every file/directory an object "license_policy", having as further attributes under it
261261 the fields as specified in the .YAML file. Here according to our example .YAML file, the attributes
@@ -449,7 +449,7 @@ To see all plugins available via command line help, use ``--plugins``.
449449
450450 scancode -clieu --json-pp output.json samples --summary --facet dev="*.java" --facet dev="*.c" --summary-by-facet
451451
452- .. include :: /scancode-toolkit/ rst_snippets/note_snippets/pre_facet_core.rst
452+ .. include :: /rst_snippets/note_snippets/pre_facet_core.rst
453453
454454 ..
455455 [ToDo] Remove this Warning when Issue solved.
@@ -578,7 +578,7 @@ To see all plugins available via command line help, use ``--plugins``.
578578 },
579579 ],
580580
581- .. include :: /scancode-toolkit/ rst_snippets/note_snippets/post_summary_facet.rst
581+ .. include :: /rst_snippets/note_snippets/post_summary_facet.rst
582582
583583 For users who want to know :ref: `what_is_a_facet `.
584584
@@ -677,7 +677,7 @@ To see all plugins available via command line help, use ``--plugins``.
677677
678678 scancode -clpieu --json-pp output.json samples --summary-with-details
679679
680- .. include :: /scancode-toolkit/ rst_snippets/note_snippets/post_summary_details.rst
680+ .. include :: /rst_snippets/note_snippets/post_summary_details.rst
681681
682682 A sample file object in the scan results (a directory level summary of ``samples/arch ``) is
683683 structured as follows::
0 commit comments