You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/contribute/building.rst
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Clone, Install, Build and Run
8
8
=============================
9
9
10
-
You'll need `Node.js <https://nodejs.org/>`__ (which comes with `npm <http://npmjs.com/>`__) installed on your computer in order to build this app. (See below for a list of platform-specific requirements.) Then, from your command line:
10
+
You'll need `Node.js <https://nodejs.org/en>`__ (which comes with `npm <https://www.npmjs.com/>`__) installed on your computer in order to build this app. (See below for a list of platform-specific requirements.) Then, from your command line:
11
11
12
12
.. code-block:: bash
13
13
@@ -33,23 +33,23 @@ Linux
33
33
- `Node.js <https://nodejs.org/en/download/package-manager/>`__ 12.x or later
34
34
- npm 6.14.x or later
35
35
- For CentOS (or linux distros without the new libstdc++) -
- Once downloaded, you'll find the ScanCode Workbench executable inside the ``ScanCode Workbench-<os>-<arch>`` folder. On Windows 10, for example, the executable will be named `ScanCode-Workbench.exe`.
12
+
13
+
-
14
+
Once downloaded, you'll find the ScanCode Workbench executable inside the
15
+
``ScanCode Workbench-<os>-<arch>`` folder.
16
+
17
+
On Windows 10, for example, the executable will be named `ScanCode-Workbench.exe`.
14
18
15
19
.. Note::
16
20
For CentOS (or linux distros without the new libstdc++), follow these steps:
Copy file name to clipboardExpand all lines: docs/source/how-to-guides/explore-your-data/navigate-chart-summary-view.rst
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ Once you have a SQLite file loaded into ScanCode Workbench, displaying the Chart
9
9
Summary View is easy:
10
10
11
11
* Select a file or directory in the Tree View on the left.
12
-
* Click on `Chart Summary View` in the sidebar or open the :kbd:`View` menu and select :kbd:`ChartSummaryView` (keyboard shortcut: :kbd:`Ctrl+Shift+D` or :kbd:`⌘+Shift+D`).
12
+
*
13
+
Click on `Chart Summary View` in the sidebar or open the
14
+
:kbd:`View` menu and select :kbd:`ChartSummaryView`
15
+
(keyboard shortcut: :kbd:`Ctrl+Shift+D` or :kbd:`⌘+Shift+D`).
13
16
14
17
Select an attribute
15
18
===================
@@ -36,4 +39,4 @@ directory or file.
36
39
37
40
.. figure:: data/chart-summary-filetree.gif
38
41
39
-
For entire UI reference, Read :ref:`chart-summary-view`
42
+
For entire UI reference, Read :ref:`chart-summary-view`
0 commit comments