Skip to content

Commit 6e84e3d

Browse files
committed
Apply patch removing Shef specific content from fork
1 parent 188c12d commit 6e84e3d

File tree

4 files changed

+9
-36
lines changed

4 files changed

+9
-36
lines changed

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,3 @@ See [Contributing](CONTRIBUTING.md)
1515
## Acknowledgements
1616

1717
The initial development of this course was funded by the University of Sheffield, to support training initiatives for users of their [Stanage HPC cluster](https://docs.hpc.shef.ac.uk/en/latest/stanage/index.html).
18-
19-
## Building the Site Locally
20-
21-
If you are making complex changes, and wish to build the site locally the below instructions can be followed.
22-
23-
24-
### Setup
25-
26-
Both of these steps should be followed within `rterm`.
27-
28-
```r
29-
# Setup mirrors
30-
options(repos = c(
31-
carpentries = "https://carpentries.r-universe.dev/",
32-
CRAN = "https://cran.rstudio.com/"
33-
))
34-
# Setup install from github
35-
install.packages("devtools")
36-
library(devtools)
37-
# Install Uni of Shef Varnish theme
38-
install_github("RSE-Sheffield/uos-varnish")
39-
# Install remaining official carpentries packages
40-
install.packages(c("sandpaper", "tinkr", "pegboard"))
41-
```
42-
## Development Server
43-
44-
```r
45-
sandpaper::serve()
46-
```

config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ episodes:
7676
# Information for Learners
7777
learners:
7878
- setup.md
79-
- registration.md
79+
# - registration.md # University of Sheffield specific registration procedure
8080
- technical-appendix.md
8181
- acknowledgements.md
8282
- ppp.md
@@ -93,8 +93,9 @@ profiles:
9393
# This space below is where custom yaml items (e.g. pinning
9494
# sandpaper and varnish versions) should live
9595

96-
varnish: RSE-Sheffield/uos-varnish@main
97-
url: 'https://rse.shef.ac.uk/pando-python'
96+
# These config items are used to deploy the University of Sheffield varnish theme
97+
#varnish: RSE-Sheffield/uos-varnish@main
98+
#url: 'https://rse.shef.ac.uk/pando-python'
9899

99100
analytics: |
100-
<script defer src="https://cloud.umami.is/script.js" data-website-id="95b3ca57-3bd9-47b0-b1ca-fe819ef65c80"></script>
101+
<script defer src="https://cloud.umami.is/script.js" data-website-id="2b561bd0-0d7a-436b-a18d-d19c94785362"></script>

episodes/optimisation-conclusion.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ An overview of how Python operates and the most important practices for achievin
2424
Hopefully with the information from this course you will be in a better position to investigate and optimise the performance of your own code.
2525

2626
This course's website can be used as a reference manual when profiling your own code.
27-
27+
<!--
2828
::::::::::::::::::::::::::::::::::::: callout
2929
3030
## Your Feedback is Required!
@@ -34,6 +34,7 @@ Please complete [this Google form](https://forms.gle/C82uWBEou3FMrQs99) to let u
3434
Your feedback enables us to improve the course for future attendees!
3535
3636
:::::::::::::::::::::::::::::::::::::::::::::
37+
-->
3738

3839
::::::::::::::::::::::::::::::::::::: keypoints
3940

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ If you are now comfortable using Python, this course may be of interest to suppl
1717

1818
This is an all-day course, however it normally finishes by early afternoon.
1919

20-
If you would like to register to take the course, check the [registration information](learners/registration.md).
2120
<!-- TODO: course duration? -->
2221
<!-- TODO: confident code syllabus? -->
2322

@@ -47,7 +46,8 @@ Before joining Performance Profiling & Optimisation (Python) Training, participa
4746
- implement basic algorithms in Python.
4847
- follow the control flow of Python code, and dry run the execution in their head or on paper.
4948

50-
See the [Research Computing Training Hub](https://sites.google.com/sheffield.ac.uk/research-training/research-training) for other courses to help with learning these skills.
49+
See Software Carpentry's [Python novice course](https://swcarpentry.github.io/python-novice-inflammation/) for help with learning these skills.
50+
5151
<!-- TODO: could make a dedicated page (like https://carpentries.github.io/lesson-development-training/markdown-github-primer.html) that highlights specific courses/resources. -->
5252

5353
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)