You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@
5
5
6
6
## What is `codon`?
7
7
8
-
The `codon` project was created to increase code sharing, consistancy of code and coding standards and encourage collaboration. The repository contains Python, R and SQL code for ease of use in workflows on platforms used within NHS Digital such as data bricks. Further information for NHS Digital staff can be found [here](https://confluence.digital.nhs.uk/display/CON/Codon+-+Code+sharing), via our internal confluence page. `codonPython` aims to reduce the barrier for entry for analysis and provide software development experience for those at a higher level of technical ability.
8
+
The `codon` project was created to increase code sharing, consistancy of code and coding standards and encourage collaboration. The repository contains Python, R and SQL code for ease of use in workflows on platforms used within NHS Digital such as Databricks. Further information for NHS Digital staff can be found [here](https://confluence.digital.nhs.uk/display/CON/Codon+-+Code+sharing), via our internal confluence page. `codonPython` aims to reduce the barrier for entry for analysis and provide software development experience for those at a higher level of technical ability.
9
9
10
10
### Why `codon`?
11
11
12
12
In biological terms, a `codon` is one of the building blocks that make up our DNA. By openly sharing our code we hope that others will be able to take those blocks of code to build their own processes using the data that NHS Digital hold.
13
13
14
14
By sharing code, the project aims to:
15
15
16
-
**Increase Transparency**: To aline with government data principles and build public trust.
16
+
**Increase Transparency**: To align with government data principles and build public trust.
17
17
18
18
**Improve Code**: To innovate and improve the code we use and provide.
19
19
@@ -35,7 +35,9 @@ All new contributions to `codon` are welcome; please follow the Coding Conventio
35
35
Any improvements to documentation, bug fixes or general code enhancements are also welcomed. If a bug is found on the master branch, please use the GitHub guidance on raising an [issue.](https://help.github.com/en/github/managing-your-work-on-github/creating-an-issue)
36
36
37
37
## New to GitHub?
38
-
GitHub is a hosting site that allows for development and version control of software using Git. It allows users to edit and develop parts of code independently before submitting back to the master code, whilst using version control to track changes. Beginners introductionary videos to GitHub can be found [here.](https://github.com/codonlibrary/codonPython/wiki/GitHub-for-Beginners) Quick links to begginer guidance can also be found below:
38
+
GitHub is a hosting site that allows for development and version control of software using Git. It allows users to edit and develop parts of code independently before submitting back to the master code, whilst using version control to track changes. Introductory videos to GitHub for beginners can be found [here.](https://github.com/codonlibrary/codonPython/wiki/GitHub-for-Beginners)
39
+
40
+
Quick links to begginer guidance can also be found below:
39
41
40
42
*[**Cloning a repository to your local machine using GitBash**](https://github.com/codonlibrary/codonPython/wiki/Installing-codonPython)
41
43
*[**Checking out a branch using GitBash**](https://github.com/codonlibrary/codonPython/wiki/Checkout-a-branch-using-GitBash)
0 commit comments