-
Notifications
You must be signed in to change notification settings - Fork 0
Updated README NO_JIRA #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
@@ -1,11 +1,8 @@ | ||||||||||
# csd-python-api-tutorials | ||||||||||
Python scripts relating to the CSD Python API for virtual workshops, self-guided workshops, videos and educational tutorials. | ||||||||||
# CSD Python API Tutorials | ||||||||||
|
||||||||||
<img src="assets/csd-python-api-logo.png" width="100px"> | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [markdownlint] reported by reviewdog 🐶 |
||||||||||
|
||||||||||
# CSD Python API Scripts | ||||||||||
|
||||||||||
A repository containing scripts that have been created to leverage the toolkit found within | ||||||||||
This repository contains Python scripts for virtual workshops, self-guided workshops, videos and educational tutorials. The scripts leverage the toolkit found within | ||||||||||
the [CCDC portfolio](https://www.ccdc.cam.ac.uk/solutions/) that are accessible via | ||||||||||
the [CSD Python API](https://www.ccdc.cam.ac.uk/solutions/csd-core/components/csd-python-api/). | ||||||||||
|
||||||||||
|
@@ -19,7 +16,6 @@ The purpose of this platform is to distribute knowledge and allow for scientific | |||||||||
. | ||||||||||
├─ assets # Images for documentation | ||||||||||
├─ scripts # Python scripts | ||||||||||
├─ notebooks # Jupyter notebooks | ||||||||||
├─ LICENSE | ||||||||||
└─ README.md | ||||||||||
``` | ||||||||||
|
@@ -45,12 +41,10 @@ Whilst in the main repository window click `Code` and select `Download Zip`: | |||||||||
|
||||||||||
### 2. Downloading Individual Scripts | ||||||||||
|
||||||||||
Once you've found a script/file you wish to download, click on it. This will show you the content of the file. In the top right of the file click `Raw`. | ||||||||||
This will open the content in a tab where you can `Right-Click` in the text and select `"Save As..."`. | ||||||||||
|
||||||||||
You will be asked to in your file explorer where you wish to save the file. Please specify the file extension at this point, by default `.txt` is used (For python scripts `.py` is required.) | ||||||||||
Once you've found a script/file you wish to download, click on it. This will show you the content of the file. In the top right of the file click on the download button. | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [markdownlint] reported by reviewdog 🐶 |
||||||||||
This will open a file explorer. Click `"Save As..."` to save the script. | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [markdownlint] reported by reviewdog 🐶
Comment on lines
+44
to
+45
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [markdownlint-fix] reported by reviewdog 🐶
Suggested change
|
||||||||||
|
||||||||||
<img src="assets/single_download.gif" width="500px"> | ||||||||||
<img src="assets/download_single_script.gif" width="500px"> | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [markdownlint] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [markdownlint] reported by reviewdog 🐶 |
||||||||||
|
||||||||||
## Running scripts through the CSD Python API Miniconda installed | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [markdownlint] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [markdownlint] reported by reviewdog 🐶 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [markdownlint-fix] reported by reviewdog 🐶
Suggested change
|
||||||||||
This requires you to already have the CSD Python API installed. Activate the environment as described in | ||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[markdownlint] reported by reviewdog 🐶
MD033/no-inline-html Inline HTML [Element: img]