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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## What is `codon`?
9
9
10
-
`Codon` is a project working towards creating a code repository to increase code sharing, consistancy and collaboration. The repository contains Python, R and SQL code for ease of use in workflows on platforms such as data bricks. Further information can be found [here.](https://confluence.digital.nhs.uk/display/CON/Codon+-+Code+sharing)
10
+
`Codon` is a project working towards creating a code repository to increase code sharing, consistancy and collaboration. The repository contains Python, R and SQL code for ease of use in workflows on platforms such as data bricks. Further information can be found [here](https://confluence.digital.nhs.uk/display/CON/Codon+-+Code+sharing), via our internal confluence page.
11
11
12
12
### Why `codon`?
13
13
@@ -25,19 +25,19 @@ The package can be directly installed by typing in your terminal:
For further guidance to clone a local repository to your machine from the remote repository using [GitBash/Command Line.](https://confluence.digital.nhs.uk/display/CON/Installing+codonPython?flashId=685465781)
28
+
For further guidance to clone a local repository to your machine from the remote repository using [GitBash/Command Line.](https://github.com/codonlibrary/codonPython/wiki/Installing-codonPython)
29
29
30
30
## Contributing to codonPython
31
31
All new contributions codon are welcome, please follow the Coding Conventions in the [guidance document.](https://github.com/codonlibrary/codonPython/blob/master/CONTRIBUTING.md) for contribution guidance.
32
32
Any improvements to documentaion, bug fixes or general code enhancments are also welcomed. If a bug is found on the master branch please use the GitHub guidance on raising and [issue.](https://help.github.com/en/github/managing-your-work-on-github/creating-an-issue)
33
33
34
34
## New to GitHub?
35
-
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://confluence.digital.nhs.uk/display/CON/GitHub+for+beginners) Quick links to begginer guidance can be found below;
35
+
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 be found below;
36
36
37
-
*[**Cloning a repositor to our local machine using GitBash**](https://confluence.digital.nhs.uk/display/CON/Installing+codonPython)
38
-
*[**Checking out a branch using GitBash**](https://confluence.digital.nhs.uk/display/CON/Checkout+a+Branch+Using+GitBash)
39
-
*[**Removing a Commit from a repository using GitBash**](https://confluence.digital.nhs.uk/display/CON/Information+Governance)
37
+
*[**Cloning a repositor to our local machine using GitBash**](https://github.com/codonlibrary/codonPython/wiki/Installing-codonPython)
38
+
*[**Checking out a branch using GitBash**](https://github.com/codonlibrary/codonPython/wiki/Checkout-a-branch-using-GitBash)
39
+
*[**Removing a Commit from a repository using GitBash**](https://github.com/codonlibrary/codonPython/wiki/Remove-a-Commit-From-a-GitHub-Repository)
40
40
41
-
All other `Codon` "How-to Articles" can be found [here](https://confluence.digital.nhs.uk/display/CON/How-to+articles)
41
+
All other `Codon` "How-to Articles" can be found [here](https://github.com/codonlibrary/codonPython/wiki/How-To-Articles), suggestion on additional guidance or How to articles are welcome.
0 commit comments