|
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 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. |
| 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. Everything you need to use the repository should be available on the GitHub pages however further information for NHS Digital staff can be foun [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 |
|
@@ -35,15 +35,15 @@ 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. Introductory videos to GitHub for beginners can be found [here.](https://github.com/codonlibrary/codonPython/wiki/GitHub-for-Beginners) |
| 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/2a.-GitHub-for-Beginners) |
39 | 39 |
|
40 | 40 | Quick links to begginer guidance can also be found below: |
41 | 41 |
|
42 | | -* [**Cloning a repository to your local machine using GitBash**](https://github.com/codonlibrary/codonPython/wiki/Installing-codonPython) |
43 | | -* [**Checking out a branch using GitBash**](https://github.com/codonlibrary/codonPython/wiki/Checkout-a-branch-using-GitBash) |
44 | | -* [**Removing a Commit from a repository using GitBash**](https://github.com/codonlibrary/codonPython/wiki/Remove-a-Commit-From-a-GitHub-Repository) |
| 42 | +* [**Cloning a repository to your local machine using GitBash**](https://github.com/codonlibrary/codonPython/wiki/1.-Installing-codonPython) |
| 43 | +* [**Checking out a branch using GitBash**](https://github.com/codonlibrary/codonPython/wiki/2b.-Checkout-a-branch-using-GitBash) |
| 44 | +* [**Removing a Commit from a repository using GitBash**](https://github.com/codonlibrary/codonPython/wiki/3.-Removing-a-Commit-From-a-GitHub-Repository) |
45 | 45 |
|
46 | | -All other `codon` "How-to Articles" can be found [here.](https://github.com/codonlibrary/codonPython/wiki/How-To-Articles) |
| 46 | +All other `codon` "How-to Articles" can be found [here.](https://github.com/codonlibrary/codonPython/wiki/2.-Git-Guidance) |
47 | 47 |
|
48 | 48 | Suggestions regarding additional guidance or How-to articles are welcome. |
49 | 49 |
|
|
0 commit comments