Skip to content

Commit 2f702a2

Browse files
add base book config and toc
1 parent 721aba7 commit 2f702a2

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

_config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -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

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
- file: README
2+
title: FPRO
3+
4+
- part: 0 - Get Started
5+
chapters:
6+
- file: 00-contents
7+
title: Contents
8+
- file: 00-preface
9+
title: Preface
10+
11+
- part: 1 - Introduction
12+
chapters:
13+
- file: 01-introduction
14+
15+
- part: 2 - Simple Data
16+
chapters:
17+
- file: 02-simple-data

0 commit comments

Comments
 (0)