Skip to content

Commit f18a59c

Browse files
Adds internal links from outline to sections
1 parent f180a40 commit f18a59c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

course.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@ programme that will teach you a whole range of skills.
1212

1313
### Outline of the Programme
1414

15-
- **Better Software for Better Research: Introduction to the Research Coding
16-
Course**, Wednesday 22nd October 2025, 2pm to 3pm, online - [slides][intro_slides], [video][intro_video] Passcode: 2u##$=Dv
17-
- **Version control: Introduction to Git and GitHub**, Wednesday
15+
- **[Better Software for Better Research: Introduction to the Research Coding Course](#better-software-for-better-research-introduction-to-the-research-coding-course)**, Wednesday 22nd October 2025, 2pm to 3pm, online - [slides][intro_slides], [video][intro_video] Passcode: 2u##$=Dv
16+
- **[Version control: Introduction to Git and GitHub](#version-control-introduction-to-git-and-github)**, Wednesday
1817
5th November 2025, 2pm to 5pm - [slides][git_slides]
1918
- Repeated <span style="color: #ff0000">Wednesday 21st</span> January 2026
20-
- **Software lifecycle planning**, Wednesday 19th November 2025, 2pm to 3pm, online - [sign up form][session3form] (UoY accounts only)
21-
- **Software design**, <span style="color: #ff0000">Wednesday 3rd</span> December 2025
22-
- **Testing and Continuous Integration**, <span style="color: #ff0000">Wednesday 18th</span> February 2026
23-
- **Documentation**, <span style="color: #ff0000">Wednesday 4th</span> March 2026
24-
- **Reproducible computational environments**, <span style="color: #ff0000">Wednesday 18th</span> March 2026
25-
- **Packaging**, <span style="color: #ff0000">Wednesday 1st</span> April 2026
26-
- **Publishing a software paper in JOSS**, <span style="color: #ff0000">Wednesday 15th</span> April 2026
19+
- **[Software lifecycle planning](#software-lifecycle-planning)**, Wednesday 19th November 2025, 2pm to 3pm, online - [sign up form][session3form] (UoY accounts only)
20+
- **[Software design](#software-design)**, <span style="color: #ff0000">Wednesday 3rd</span> December 2025
21+
- **[Testing and Continuous Integration](#testing-and-continuous-integration)**, <span style="color: #ff0000">Wednesday 18th</span> February 2026
22+
- **[Documentation](#documentation)**, <span style="color: #ff0000">Wednesday 4th</span> March 2026
23+
- **[Reproducible computational environments](#reproducible-computational-environments)**, <span style="color: #ff0000">Wednesday 18th</span> March 2026
24+
- **[Packaging](#packaging)**, <span style="color: #ff0000">Wednesday 1st</span> April 2026
25+
- **[Publishing a software paper in JOSS](#publishing-a-software-paper-in-joss)**, <span style="color: #ff0000">Wednesday 15th</span> April 2026
2726

2827
(Dates after November are provisional and to be confirmed)
2928

css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ p {
2424
h1,h2,h3,h4,h5,h6 {
2525
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
2626
font-weight: 800;
27+
scroll-margin-top: 60px;
2728
}
2829
a {
2930
color: {{ site.link-col }};

0 commit comments

Comments
 (0)