Skip to content

Commit 9c26563

Browse files
committed
Apply patch removing Shef specific content from fork
1 parent e39a8b8 commit 9c26563

File tree

4 files changed

+7
-38
lines changed

4 files changed

+7
-38
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: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ episodes:
7575
# Information for Learners
7676
learners:
7777
- setup.md
78-
- registration.md
78+
# - registration.md # University of Sheffield specific registration procedure
7979
- acknowledgements.md
8080
- ppp.md
8181
- reference.md
@@ -91,8 +91,6 @@ profiles:
9191
# This space below is where custom yaml items (e.g. pinning
9292
# sandpaper and varnish versions) should live
9393

94-
varnish: RSE-Sheffield/uos-varnish@main
95-
url: 'https://rse.shef.ac.uk/pando-python'
96-
97-
analytics: |
98-
<script defer src="https://cloud.umami.is/script.js" data-website-id="95b3ca57-3bd9-47b0-b1ca-fe819ef65c80"></script>
94+
# These config items are used to deploy the University of Sheffield varnish theme
95+
#varnish: RSE-Sheffield/uos-varnish@main
96+
#url: 'https://rse.shef.ac.uk/pando-python'

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: 1 addition & 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,7 @@ 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 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. -->
5150
<!-- TODO: could make a dedicated page (like https://carpentries.github.io/lesson-development-training/markdown-github-primer.html) that highlights specific courses/resources. -->
5251

5352
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)