forked from UCL/rsd-engineeringcourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
36 lines (29 loc) · 856 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
contact: http://www.ucl.ac.uk/research-it-services/partner-with-us
title: "MPHY0021: Research Software Engineering With Python"
includeleftnav: True
short: MPHY0021
defaults:
- scope: {path: ""}
values: {layout: default}
baseurl: /rsd-engineeringcourse
crumbs:
- link: http://www.ucl.ac.uk/ISD
text: ISD
- link: http://www.ucl.ac.uk/isd/services
text: Our services
- link: http://www.ucl.ac.uk/isd/services/research-it
text: Research IT
- link: http://www.ucl.ac.uk/isd/services/research-it/training
text: Training
markdown: redcarpet
redcarpet:
extensions: ["strikethrough","tables"]
include:
- "ch04packaging/greetings/doc/_static"
- "ch04packaging/greetings/doc/_static"
- "ch04packaging/greetings/doc/_modules"
exclude:
- "*/*.nbconvert.ipynb"
- "*/*.v2.ipynb"
- "combined_files"
- "combined.ipynb"