Skip to content

Commit 7bcfa6f

Browse files
committed
Docker Compose: Correct singular form of syllabus.
1 parent 6278a27 commit 7bcfa6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

brev/process-syllabi-docker-compose.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python3
22
"""
3-
Process syllabi files and create modified docker-compose files for GitHub Pages.
3+
Process syllabus files and create modified docker-compose files for GitHub Pages.
44
5-
For each syllabi file in tutorials/*/notebooks/syllabi/*.ipynb, this script:
5+
For each syllabus file in tutorials/*/notebooks/syllabi/*.ipynb, this script:
66
1. Copies the corresponding tutorials/*/brev/docker-compose.yml file
7-
2. Modifies it by setting the default-jupyter-url to the syllabi file path
7+
2. Modifies it by setting the default-jupyter-url to the syllabus file path
88
3. Outputs the modified file to _site/{tutorial}/{syllabi-name}/docker-compose.yml
99
4. Creates an index.html listing all processed files
1010
"""

0 commit comments

Comments
 (0)