We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721aba7 commit 2f702a2Copy full SHA for 2f702a2
_config.yml
@@ -0,0 +1,9 @@
1
+title: "FPRO Notebooks"
2
+logo: images/01/ada-bug.png
3
+execute:
4
+ execute_notebooks: "auto"
5
+repository:
6
+ url: https://github.com/fpro-feup/notebooks
7
+html:
8
+ use_repository_button: true
9
+exclude_patterns: [venv/*, images/*]
_toc.yml
@@ -0,0 +1,17 @@
+- file: README
+ title: FPRO
+
+- part: 0 - Get Started
+ chapters:
+ - file: 00-contents
+ title: Contents
+ - file: 00-preface
+ title: Preface
10
11
+- part: 1 - Introduction
12
13
+ - file: 01-introduction
14
15
+- part: 2 - Simple Data
16
17
+ - file: 02-simple-data
0 commit comments