-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
40 lines (40 loc) · 1.39 KB
/
_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
37
38
39
40
permalinks: title
markdown: kramdown
baseurl: /python-data-intro
title: Introduction to Data Processing with Python
map:
- title: Home
path: /
caption: Introduction to Data Processing with Python
- title: Core
caption: The 'mandatory' workshop content
subpages:
- title: Python and Jupyter-Notebook (Recap)
path: /core/recap.html
caption: A quick recap of some of the Introduction to Programming essentials
- title: Data Structures in Python
path: /core/data.html
caption: An introduction to the list and dictionary data structures.
- title: Introducing IPython Notebook
path: /core/notebook.html
caption: A whole new way to work with Python!
- title: Analyzing a survey
path: /core/survey.html
caption: Once we have our text in Python, what can we do with it?
- title: Creating Charts
path: /core/charts.html
caption: Using IPython Notebook with matplotlib to create charts.
- title: CSV Files
path: /core/csv.html
caption: Reading comma-separated data.
- title: Extras
caption: Additional workshop content
subpages:
- title: Alternative Approaches
path: /extras/alternatives.html
caption: Some other ways to store and process data.
- title: Open Data
path: /extras/opendata.html
caption: Some places to find open data sets.
kramdown:
parse_block_html: true