Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2789 inconsistent doc html app #2795

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The following organizations or individuals have contributed to ScanCode:
- Horie Issei @is2ei
- James Ward @jamesward
- Jelmer Vernooij @jelmer
- Kunal Chhabra @kunalchhabra37
- Jillian Daguil @jdaguil
- Jiri Popelka @jpopelka
- Jiyeong Seok @dd-jy
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ Changelog

31.0.0 (next, roadmap)
-----------------------


Documentation Update
~~~~~~~~~~~~~~~~~~~~~~~~
- Changed scancode -clpieu --csv output.html samples to scancode -clpieu --html-app output.html samples to publish the result in [html-app] at
[output-format.html](https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/output-format.html#html-app-file)


Important API changes:
~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cli-reference/output-format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ Comparing Different ``json`` Output Formats
The following code performs a scan on the samples directory, and publishes the results in
``html-app`` format::

scancode -clpieu --csv output.html samples
scancode -clpieu --html-app output.html samples

The Files scanned are shown in the left sidebar, and the section on the right contains separate
tabs for the following:
Expand Down