File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
+ "brands may be claimed as the property of others."
14
14
)
15
15
author = "Intel Corporation"
16
- version = "1.2 .0"
17
- release = "1.2 .0"
16
+ version = "2.0 .0"
17
+ release = "2.0 .0"
18
18
19
19
# -- General configuration ---------------------------------------------------
20
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ portability and maintainability of an application's source code.
59
59
Installation
60
60
############
61
61
62
- The latest release of CBI is version 1.2 .0. To download and install this
62
+ The latest release of CBI is version 2.0 .0. To download and install this
63
63
release, run the following::
64
64
65
- $ git clone --branch 1.2 .0 https://github.com/intel/code-base-investigator.git
65
+ $ git clone --branch 2.0 .0 https://github.com/intel/code-base-investigator.git
66
66
$ cd code-base-investigator
67
67
$ pip install .
68
68
@@ -74,7 +74,7 @@ creating a virtual environment are shown below.
74
74
75
75
.. code-block :: text
76
76
77
- $ git clone --branch 1.2 .0 https://github.com/intel/code-base-investigator.git
77
+ $ git clone --branch 2.0 .0 https://github.com/intel/code-base-investigator.git
78
78
$ python3 -m venv cbi
79
79
$ source cbi/bin/activate
80
80
$ cd code-base-investigator
@@ -84,7 +84,7 @@ creating a virtual environment are shown below.
84
84
85
85
.. code-block :: text
86
86
87
- $ git clone --branch 1.2 .0 https://github.com/intel/code-base-investigator.git
87
+ $ git clone --branch 2.0 .0 https://github.com/intel/code-base-investigator.git
88
88
$ cd code-base-investigator
89
89
$ uv tool install .
90
90
You can’t perform that action at this time.
0 commit comments