Skip to content

Commit c584d25

Browse files
committed
Fixed some typos and references to singularity repository was not correct.
1 parent d81a170 commit c584d25

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pages/docs/contributing/contributing-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To contribute to the development of Singularity, you must:
1515
- Have a GitHub account (this just makes it easier on me)
1616

1717
### Step 1. Fork the repo
18-
To contribute to the web based documentation, you should obtain a GitHub account and fork the <a href="{{site.repo}}/singularity" target="_blank">Singularity</a> repository. Once forked, you will want to clone the fork of the repo to your computer. Let's say my Github username is vsoch, and I am using ssh:
18+
To contribute to the web based documentation, you should obtain a GitHub account and fork the <a href="{{site.repo}}" target="_blank">Singularity</a> repository. Once forked, you will want to clone the fork of the repo to your computer. Let's say my Github username is vsoch, and I am using ssh:
1919

2020
```bash
2121
git clone git@github.com:vsoch/singularity.git

pages/docs/user-docs/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Replicating a virtual machine cloud like environment within an existing HPC reso
4040

4141
The goal of Singularity is to support existing and traditional HPC resources as easily as installing a single package onto the host operating system. Some configuration maybe required via a single configuration file, but the defaults are tuned to be generally applicable for shared environments.
4242

43-
Singularity can run on host Linux distributions from RHEL6 (RHEL5 for versions lower then 2.2) and similar vintages, and the contained images have been tested as far back as Linux 2.2 (approximately 14 years old). Singularity natively supports IniniBand, Lustre, and works seamlessly with all resource managers (e.g. SLURM, Torque, SGE, etc.) because it works like running any other command on the system.
43+
Singularity can run on host Linux distributions from RHEL6 (RHEL5 for versions lower then 2.2) and similar vintages, and the contained images have been tested as far back as Linux 2.2 (approximately 14 years old). Singularity natively supports InfiniBand, Lustre, and works seamlessly with all resource managers (e.g. SLURM, Torque, SGE, etc.) because it works like running any other command on the system.
4444

4545

4646
## A High Level View of Singularity
@@ -107,7 +107,7 @@ Additionally what name-spaces are selected for virtualization can be dynamic or
107107

108108

109109
### Compatibility with standard work-flows, pipes and IO
110-
Singularity does its best to abstract the complications of running an application in a different environment then what is expected on the host. For example, applications or scripts within a Singularity container can easily be part of a pipeline that is being executed on the host. Singularity containers can also be executed from a batch script or other program (e.g. an HPC system's resource manager) naively.
110+
Singularity does its best to abstract the complications of running an application in a different environment then what is expected on the host. For example, applications or scripts within a Singularity container can easily be part of a pipeline that is being executed on the host. Singularity containers can also be executed from a batch script or other program (e.g. an HPC system's resource manager) natively.
111111

112112
Some usage examples of Singularity can be seen as follows:
113113

0 commit comments

Comments
 (0)