-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tiffanychu90
committed
Oct 10, 2024
1 parent
ac7d5b1
commit 95a35cf
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
directory: ./my_folder/ | ||
notebook: ./my_folder/report.ipynb | ||
parts: | ||
- chapters: | ||
- params: | ||
my_chapter_name: SD 01 | ||
- params: | ||
my_chapter_name: SD 02 | ||
readme: ./my_folder/README.md | ||
title: My Analysis Title |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
directory: ./my_folder/ | ||
notebook: ./my_folder/my_report.ipynb | ||
parts: | ||
- chapters: | ||
- caption: 04 - Oakland | ||
params: | ||
my_chapter_name: 04 - Oakland | ||
sections: | ||
- my_organization_name: Alameda-Contra Costa Transit District | ||
- my_organization_name: Capitol Corridor Joint Powers Authority | ||
readme: ./my_folder/README.md | ||
title: My Analysis Title |