Skip to content

Commit 5c079a8

Browse files
authored
Move multiscan guide, tidy up indices in older documentation (#963)
1 parent 44a87d0 commit 5c079a8

File tree

7 files changed

+5
-12
lines changed

7 files changed

+5
-12
lines changed

doc/0.2.0/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ This tool scans for a number of common, vulnerable components (openssl, libpng,
1515

1616
README.md
1717
MANUAL.md
18-
CSV2CVE.md
19-
RELEASE.md
20-
STYLEGUIDE.md
21-
CONTRIBUTORS.md
2218
checkers.md
2319
test.md
2420

doc/0.3.0/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ The CVE Binary Tool helps you determine if your system includes known vulnerabil
1515
README.md
1616
MANUAL.md
1717
CSV2CVE.md
18-
RELEASE.md
19-
STYLEGUIDE.md
20-
CONTRIBUTORS.md
2118
checkers.md
2219
test.md
2320

doc/0.3.1/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ The CVE Binary Tool helps you determine if your system includes known vulnerabil
1515
README.md
1616
MANUAL.md
1717
CSV2CVE.md
18-
RELEASE.md
19-
STYLEGUIDE.md
20-
CONTRIBUTORS.md
2118
checkers.md
2219
test.md
2320

doc/1.0/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ The CVE Binary Tool helps you determine if your system includes known vulnerabil
1717
CSV2CVE.md
1818
RELEASE.md
1919
STYLEGUIDE.md
20-
CONTRIBUTORS.md
2120
checkers.md
2221
test.md
2322

doc/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line, and also
55
# from the environment for the first two.
6-
SPHINXOPTS ?=
6+
SPHINXOPTS ?= -b html
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = .
99
BUILDDIR = _build
@@ -18,3 +18,6 @@ help:
1818
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919
%: Makefile
2020
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21+
22+
docs:
23+
$(SPHINXBUILD) $(SPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)

doc/how_to_guides/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ How To Guides
1313
customize_html_report
1414
scan_docker_image
1515
offline
16+
multiple_scans_at_once
File renamed without changes.

0 commit comments

Comments
 (0)