File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ instructions_251105
1111
1212use_cases
1313local_setup
14+ receipe_book
1415```
1516
1617``` {toctree}
Original file line number Diff line number Diff line change 1+ # Recipe Book
2+
3+ The recipe book is a collection of markdown files which are rendered as a website
4+ using Sphinx. The static website is hosted using GitHub pages. If you want to learn
5+ more about how to create static websites with GitHub pages, GitHub Actions and Sphinx
6+ see our other trainings:
7+
8+ - GitHub Actions for Automation:
9+ [ biosustain/dsp_actions_tutorial] ( https://github.com/biosustain/dsp_actions_tutorial )
10+ (Data Club seminar)
11+ - template for Sphinx based websites with instructions (and recording):
12+ [ enryH/notes_template] ( https://github.com/enryH/notes_template )
13+
14+ ## Preview
15+
16+ <div style =" border : 2px solid black ; border-radius : 4px ; overflow : hidden ;" >
17+ <iframe src="https://enryh.github.io/recipe-book/"
18+ width="100%" height="600"
19+ allowfullscreen="true"
20+ mozallowfullscreen="true"
21+ webkitallowfullscreen="true"
22+ style="border: none;">
23+ </iframe>
24+ </div >
You can’t perform that action at this time.
0 commit comments