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
13 changes: 13 additions & 0 deletions config/build/copy_files.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Files copied as-is into notebooks/ instead of being converted from
# scripts/. Used by PyAutoBuild's generate.py during the pre-build step.
#
# Format: flat list of script paths relative to the workspace root.
# Patterns matched by suffix — any file path ending with one of these
# entries is treated as copy-only.
#
# This file overrides PyAutoBuild/autobuild/config/copy_files.yaml for
# this workspace. Add or remove entries here, not there.

- howtofit/chapter_1_introduction/gaussian.py
- howtofit/chapter_1_introduction/profiles.py
- howtofit/chapter_database/profiles.py
10 changes: 10 additions & 0 deletions config/build/visualise_notebooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Notebook stems that should run when PyAutoBuild's generate / run pipeline
# is invoked with --visualise. Used to refresh notebook output cells in main.
#
# Format: flat list of notebook stems (no extension, no path).
# An empty list means no notebooks need re-visualisation in this workspace.
#
# This file overrides PyAutoBuild/autobuild/config/visualise_notebooks.yaml
# for this workspace. Add or remove entries here, not there.

[]
Loading