Skip to content
Open
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
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ If you are new to visualization of scancode results data, start with our
`newcomer <https://scancode-toolkit.readthedocs.io/en/latest/getting-started/newcomer.html>`_ page.

If you want to compare output changes between different versions of ScanCode,
or want to look at scans generated by ScanCode, review our
or want to look at scans generated by ScanCode, review our
`reference scans <https://github.com/nexB/scancode-toolkit-reference-scans>`_.

Other Important Documentation Pages:
Expand All @@ -128,7 +128,7 @@ Other Important Documentation Pages:

- Documentation on `Contributing to Code Development <https://scancode-toolkit.readthedocs.io/en/latest/contribute/contrib_dev.html>`_

- Documentation on `Plugin Architecture <https://scancode-toolkit.readthedocs.io/en/latest/plugins/plugin_arch.html>`_
- Documentation on `Plugin Architecture <https://scancode-toolkit.readthedocs.io/en/latest/plugins/plugin-architecture.html>`_

- `FAQ <https://scancode-toolkit.readthedocs.io/en/latest/misc/faq.html>`_

Expand Down Expand Up @@ -159,7 +159,7 @@ There are a few common ways to `install ScanCode <https://scancode-toolkit.readt
[Note that this is not supported on arm64 machines]

- `Run in a Docker container with a git clone and "docker run"
<https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-via-docker>`_
<https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-using-docker>`_

- In Fedora 40+ you can `dnf install scancode-toolkit`

Expand Down Expand Up @@ -202,7 +202,7 @@ directory::

./extractcode mytar.tar.bz2

See `all extractcode options <https://scancode-toolkit.readthedocs.io/en/latest/cli-reference/list-options.html#all-extractcode-options>`_
See `all extractcode options <https://scancode-toolkit.readthedocs.io/en/latest/reference/cli-extractcode.html>`_
and `how to extract archives <https://scancode-toolkit.readthedocs.io/en/latest/tutorials/how_to_extract_archives.html>`_ for details.


Expand Down
47 changes: 47 additions & 0 deletions docs/source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,50 @@ div.rst-content {
margin-left: 0px;
}
}

.row {
clear: both;
}

.column img {
border: 1px solid gray;
}

@media only screen and (min-width: 1000px),
only screen and (min-width: 500px) and (max-width: 768px) {

.column {
padding-left: 5px;
padding-right: 5px;
float: left;
}

.column3 {
width: calc(33.3% - 10px);
}

.column2 {
width: calc(50% - 11px);
position: relative;
}

.column2:before {
padding-top: 61.8%;
content: "";
display: block;
float: left;
}

.top-left {
border-right: 1px solid var(--color-background-border);
border-bottom: 1px solid var(--color-background-border);
}

.top-right {
border-bottom: 1px solid var(--color-background-border);
}

.bottom-left {
border-right: 1px solid var(--color-background-border);
}
}
17 changes: 0 additions & 17 deletions docs/source/cli-reference/index.rst

This file was deleted.

51 changes: 0 additions & 51 deletions docs/source/cli-reference/list-options.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/source/cli-reference/simple-examples.rst

This file was deleted.

Loading