Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/build/markdown_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
max_minutes: 30
- script: scripts/chapter_1_introduction/tutorial_3_fitting.py
max_minutes: 30
- script: scripts/chapter_1_introduction/tutorial_4_methods.py
max_minutes: 30
# tutorial_4_methods excluded: currently a "not written yet" stub (no content
# or images to show). Re-add when the real tutorial is authored.
- script: scripts/chapter_1_introduction/tutorial_5_summary.py
max_minutes: 30
1 change: 0 additions & 1 deletion markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Every page below is the corresponding example script **fully executed**, rendere
- [HowToGalaxy: Introduction](chapter_1_introduction/tutorial_1_grids_and_galaxies.md) — from `scripts/chapter_1_introduction/tutorial_1_grids_and_galaxies.py`
- [Tutorial 2: Data](chapter_1_introduction/tutorial_2_data.md) — from `scripts/chapter_1_introduction/tutorial_2_data.py`
- [Tutorial 3: Fitting](chapter_1_introduction/tutorial_3_fitting.md) — from `scripts/chapter_1_introduction/tutorial_3_fitting.py`
- [tutorial_4_methods](chapter_1_introduction/tutorial_4_methods.md) — from `scripts/chapter_1_introduction/tutorial_4_methods.py`
- [Tutorial 9: Summary](chapter_1_introduction/tutorial_5_summary.md) — from `scripts/chapter_1_introduction/tutorial_5_summary.py`

These pages are regenerated manually by PyAutoBuild's `generate_markdown.py` when a curated script changes.
7 changes: 0 additions & 7 deletions markdown/chapter_1_introduction/tutorial_4_methods.md

This file was deleted.

Loading