Skip to content

Commit 8d1c15a

Browse files
committed
Add images for first steps lessons
1 parent 9feafa1 commit 8d1c15a

7 files changed

Lines changed: 10 additions & 11 deletions

File tree

intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The 2026 Python in Chemistry Meeting will take place on at Manchester Metropolit
99

1010
The goal of the meeting is to share different approaches to Python teaching adopted in different institutions, and to support educators who are looking to introduce or expand Python-based teaching in their departments. More details are available [here](https://pythoninchemistry.org/2026-meeting.html).
1111

12-
### Python Lessons
12+
### [Python Lessons](lessons/lessons_intro.md)
1313

1414
At the 2025 Python in Chemistry Meeting, participants developed a series of lessons introducing different aspects of Python. These have been further developed by Miguel Rivera, Tarabella Middleton, and Michael Parkes of UCL into the form currently on the website.
1515

9.18 KB
Loading
9.22 KB
Loading

lessons/first_steps/images/run.png

3.57 KB
Loading
3.48 KB
Loading
48.1 KB
Loading

myst.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ project:
66
copyright: '2026'
77
bibliography:
88
- references.bib
9-
url: https://pythoninchemistry.org
109
exports:
1110
- format: pdf
1211
template: plain_latex_book
@@ -15,7 +14,7 @@ project:
1514
toc:
1615
- file: intro.md
1716
- title: Python Lessons
18-
- file: lessons/lessons_intro.md
17+
file: lessons/lessons_intro.md
1918
children:
2019
- file: lessons/first_steps/landing.md
2120
children:
@@ -41,18 +40,18 @@ project:
4140
- file: lessons/exercises/exercise_4/ex_4.ipynb
4241
- title: Blog
4342
children:
44-
- file: 2026-meeting
45-
- file: 2025-meeting
46-
- file: state-of-teaching
47-
- file: resources
43+
- file: 2026-meeting.md
44+
- file: 2025-meeting.md
45+
- file: state-of-teaching.md
46+
- file: resources.md
4847
- title: Community Documentation
4948
children:
50-
- file: community-docs/code-of-conduct
51-
- file: community-docs/contributing
49+
- file: community-docs/code-of-conduct.md
50+
- file: community-docs/contributing.md
5251
- title: Educational Resources
5352
children:
54-
- file: educational-resources/linked-resources
55-
- file: educational-resources/contributing
53+
- file: educational-resources/linked-resources.md
54+
- file: educational-resources/contributing.md
5655
site:
5756
options:
5857
favicon: logo/favicon.ico

0 commit comments

Comments
 (0)