Skip to content

Commit 15fe08d

Browse files
committed
Add "Scan Package" pipeline in the documentation along some cleanups
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent 516949b commit 15fe08d

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

docs/run-docker.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ create an environment file, and build the Docker image::
2727
docker-compose build
2828

2929
.. note::
30-
The image will need to be re-build when the ScanCode.io app source code if
31-
modified or updated.
30+
The image will need to be re-build when the ScanCode.io source code is modified or
31+
updated.
3232

3333
Run the Image
3434
-------------

docs/scanpipe-output.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _scanpipe_output:
22

3-
Output
4-
======
3+
Output Files
4+
============
55

66
Whether you use the command line or the web application to run your
77
scans, the generated results are available for review or export in

docs/scanpipe-pipelines.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ Scan Codebase
2727
-------------
2828
.. autoclass:: scanpipe.pipelines.scan_codebase.ScanCodebase()
2929
:members:
30+
31+
Scan Package
32+
------------
33+
.. autoclass:: scanpipe.pipelines.scan_package.ScanPackage()
34+
:members:

docs/tutorial-1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _tutorial_1:
22

3-
Docker Image Analysis (command line)
4-
====================================
3+
Analyze Docker Image (command line)
4+
===================================
55

66
In this tutorial, you will learn by example how to use ScanCode.io to analyze
77
a test Docker image by following the given steps and, along the way,

docs/tutorial-2.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.. _tutorial_2:
22

3-
Scan Codebase (command line)
4-
============================
3+
Analyze Codebase (command line)
4+
===============================
5+
56
The focus of this tutorial is to guide you through scanning a codebase package
67
using ScanCode.io.
78

0 commit comments

Comments
 (0)