File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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:
661. 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
883. Outputs the modified file to _site/{tutorial}/{syllabi-name}/docker-compose.yml
994. Creates an index.html listing all processed files
1010"""
You can’t perform that action at this time.
0 commit comments