Skip to content

Commit b331741

Browse files
committed
Start new sentences on a new line in markdown
1 parent ad28158 commit b331741

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/using/running.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ docker rm notebook
116116

117117
## Using the Podman CLI
118118

119-
An alternative to using the Docker CLI is to use the Podman CLI. Podman is mostly compatible with Docker.
119+
An alternative to using the Docker CLI is to use the Podman CLI.
120+
Podman is mostly compatible with Docker.
120121

121122
### Podman example
122123

docs/using/selecting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ Whenever a docker image is pushed to the container registry, it is tagged with:
249249
- a set of software version tags like `python-3.10.8` and `lab-3.5.3`
250250

251251
```{warning}
252-
- Tags before `2022-07-05` were sometimes incorrect. Please, do not rely on them.
252+
- Tags before `2022-07-05` were sometimes incorrect.
253+
Please, do not rely on them.
253254
- Single-platform images have either `aarch64` or `x86_64` tag prefixes, for example, `jupyter/base-notebook:aarch64-python-3.10.5`
254255
```
255256

tagging/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ For example, we dump all the `conda` packages, including their versions.
1212

1313
## Main principles
1414

15-
- All the images are located in a hierarchical tree. More info on [image relationships](../docs/using/selecting.md#image-relationships).
15+
- All the images are located in a hierarchical tree.
16+
More info on [image relationships](../docs/using/selecting.md#image-relationships).
1617
- We have `tagger` and `manifest` classes, which can be run inside docker containers to obtain tags and build manifest pieces.
1718
- These classes are inherited from the parent image to all the children images.
18-
- Because manifests and tags might change from parent to children, `taggers` and `manifests` are reevaluated on each image. So, the values are not inherited.
19+
- Because manifests and tags might change from parent to children, `taggers` and `manifests` are reevaluated on each image.
20+
So, the values are not inherited.
1921
- To tag an image and create a manifest, run `make hook/base-notebook` (or another image of your choice).
2022

2123
## Source code description

0 commit comments

Comments
 (0)