Skip to content

Commit

Permalink
Move multiscan guide, tidy up indices in older documentation (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed Nov 11, 2020
1 parent 44a87d0 commit 5c079a8
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 12 deletions.
4 changes: 0 additions & 4 deletions doc/0.2.0/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ This tool scans for a number of common, vulnerable components (openssl, libpng,

README.md
MANUAL.md
CSV2CVE.md
RELEASE.md
STYLEGUIDE.md
CONTRIBUTORS.md
checkers.md
test.md

3 changes: 0 additions & 3 deletions doc/0.3.0/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ The CVE Binary Tool helps you determine if your system includes known vulnerabil
README.md
MANUAL.md
CSV2CVE.md
RELEASE.md
STYLEGUIDE.md
CONTRIBUTORS.md
checkers.md
test.md

Expand Down
3 changes: 0 additions & 3 deletions doc/0.3.1/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ The CVE Binary Tool helps you determine if your system includes known vulnerabil
README.md
MANUAL.md
CSV2CVE.md
RELEASE.md
STYLEGUIDE.md
CONTRIBUTORS.md
checkers.md
test.md

Expand Down
1 change: 0 additions & 1 deletion doc/1.0/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The CVE Binary Tool helps you determine if your system includes known vulnerabil
CSV2CVE.md
RELEASE.md
STYLEGUIDE.md
CONTRIBUTORS.md
checkers.md
test.md

5 changes: 4 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXOPTS ?= -b html
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
Expand All @@ -18,3 +18,6 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

docs:
$(SPHINXBUILD) $(SPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)
1 change: 1 addition & 0 deletions doc/how_to_guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ How To Guides
customize_html_report
scan_docker_image
offline
multiple_scans_at_once
File renamed without changes.

0 comments on commit 5c079a8

Please sign in to comment.