Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 0130d35

Browse files
committed
update docs
1 parent ec58e26 commit 0130d35

File tree

6 files changed

+14
-25
lines changed

6 files changed

+14
-25
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Will build every image. Look at the test for example command lines.
1818
## Publishing a new release
1919

2020
* Change release name in images.py, and add it to tpls/tpl.README.md
21+
* Update the READMEs for the individual images
22+
23+
python images.py --gen all
24+
2125
* Commit changes
2226
* Tag with the release name
2327

configs/intelpython2_core/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Tags:
55
* 2017.0.1, latest
66
* 2017.0.0
77

8-
There is 1 image for every install configuration. A conda environment called
9-
idp is created and activated.
8+
There is 1 image for every install configuration.
109

1110
Images:
1211

@@ -15,7 +14,4 @@ Images:
1514
* intelpython3_core
1615
* intelpython3_full
1716

18-
The image defaults to starting with a bash shell.
19-
20-
21-
17+
The image defaults to starting with a bash shell. Intel Python is on the path.

configs/intelpython2_full/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Tags:
55
* 2017.0.1, latest
66
* 2017.0.0
77

8-
There is 1 image for every install configuration. A conda environment called
9-
idp is created and activated.
8+
There is 1 image for every install configuration.
109

1110
Images:
1211

@@ -15,7 +14,4 @@ Images:
1514
* intelpython3_core
1615
* intelpython3_full
1716

18-
The image defaults to starting with a bash shell.
19-
20-
21-
17+
The image defaults to starting with a bash shell. Intel Python is on the path.

configs/intelpython3_core/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Tags:
55
* 2017.0.1, latest
66
* 2017.0.0
77

8-
There is 1 image for every install configuration. A conda environment called
9-
idp is created and activated.
8+
There is 1 image for every install configuration.
109

1110
Images:
1211

@@ -15,7 +14,4 @@ Images:
1514
* intelpython3_core
1615
* intelpython3_full
1716

18-
The image defaults to starting with a bash shell.
19-
20-
21-
17+
The image defaults to starting with a bash shell. Intel Python is on the path.

configs/intelpython3_full/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Tags:
55
* 2017.0.1, latest
66
* 2017.0.0
77

8-
There is 1 image for every install configuration. A conda environment called
9-
idp is created and activated.
8+
There is 1 image for every install configuration.
109

1110
Images:
1211

@@ -15,7 +14,4 @@ Images:
1514
* intelpython3_core
1615
* intelpython3_full
1716

18-
The image defaults to starting with a bash shell.
19-
20-
21-
17+
The image defaults to starting with a bash shell. Intel Python is on the path.

tpls/tpl.README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ Images:
1414
* intelpython3_core
1515
* intelpython3_full
1616

17-
The image defaults to starting with a bash shell. Intel Python is on the path
17+
The image defaults to starting with a bash shell. Intel Python is on the path.
18+

0 commit comments

Comments
 (0)