Skip to content

Commit c45b486

Browse files
committed
[STYLE] Use a uniform list style
1 parent 8d6feee commit c45b486

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ Commands:
9797
render Generate markdown files summarizing available ULHPC modules
9898
```
9999

100-
* `./scripts/resif3_module2markdown.py collect [...]` is **expected to by run on one of the cluster** to access the RESIF root path `/opt/apps/resif`
101-
- use **`make resif-collect`** to perform the following operations:
102-
* upload the script and the necessary files on the cluster access frontend (see `RESIF_COLLECT_HOST` variable in [`.Makefile.local`](.Makefile.local))
103-
* generate a virtualenv under `RESIF_COLLECT_TMPDIR`
104-
* invoke the script in `collect` mode to generate the YAML file `RESIF_COLLECT_YAML`
105-
* download the generated yaml and store it under [`data/resif_modules.yaml`](data/resif_modules.yaml)
106-
* `./scripts/resif3_module2markdown.py render [...]` can be used locally to render/generate the markdown files **based on the data stored in [`data/resif_modules.yaml`](data/resif_modules.yam)**
107-
- use **`make resif-render`** to perform this action
100+
- `./scripts/resif3_module2markdown.py collect [...]` is **expected to by run on one of the cluster** to access the RESIF root path `/opt/apps/resif`
101+
- use **`make resif-collect`** to perform the following operations:
102+
- upload the script and the necessary files on the cluster access frontend (see `RESIF_COLLECT_HOST` variable in [`.Makefile.local`](.Makefile.local))
103+
- generate a virtualenv under `RESIF_COLLECT_TMPDIR`
104+
- invoke the script in `collect` mode to generate the YAML file `RESIF_COLLECT_YAML`
105+
- download the generated yaml and store it under [`data/resif_modules.yaml`](data/resif_modules.yaml)
106+
- `./scripts/resif3_module2markdown.py render [...]` can be used locally to render/generate the markdown files **based on the data stored in [`data/resif_modules.yaml`](data/resif_modules.yam)**
107+
- use **`make resif-render`** to perform this action
108108

109109

110110
## Contributors

0 commit comments

Comments
 (0)