-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathtoc.html
55 lines (43 loc) · 1.96 KB
/
toc.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: book
title: Table of Contents
---
<h1><a href='/'>Joy of Elixir</a> - Table of Contents</h1>
<h2>Part One: Introductions</h2>
<ol class='toc' type='i'>
<li><a href='/i-but-who-is-this-book-for-really'>But who is this book for really?</a></li>
<li><a href='/ii-isnt-that-something-you-drink'>Elixir? Isn't that something you drink?</a></li>
</ol>
<h2>Part Two: And away we go</h2>
<ol class='toc'>
<li><a href='/1-appeasing-the-masses'>Appeasing the masses with code</a></li>
<li><a href='/2-where-did-i-put-that-value'>Now, where did I put that value?</a></li>
<li><a href='/3-lovely-lists'>Lovely lists</a></li>
<li><a href='/4-marvellous-maps'>Marvellous maps</a></li>
<li><a href='/5-funky-functions'>Funky functions</a></li>
<li><a href='/6-pattern-matching'>Pattern matching</a></li>
<li><a href='/7-part-2-recap'>Part 2: Recap</a></li>
</ol>
<h2>Part Three: Building on the foundations</h2>
<ol class='toc' start='8'>
<li><a href='/8-strings-input-and-output'>Working with strings, input and output</a></li>
<li><a href='/9-lists'>Working with lists</a></li>
<li><a href='/10-maps'>Working with maps</a></li>
<li><a href='/11-files'>Working with files</a></li>
<li><a href='/12-conditional-code'>Conditional code</a></li>
<li><a href='/13-finding-more-functions'>Finding more functions</a></li>
<li><a href='/14-modules-and-structs'>Modules and Structs</a></li>
<li><a href='/15-part-3-recap'>Part 3: Recap</a></li>
</ol>
<h2>Part Four: Real world Elixir</h2>
<ol class='toc' start='16'>
<li><a href='/16-introduction-to-mix'>Introduction to Mix</a></li>
<li><a href='/17-mix-dependencies'>Mix dependencies</a></li>
<li><a href='/18-automated-testing'>Automated testing</a></li>
</ol>
<h2>The Appendixes</h2>
<ol class='toc' type='a'>
<li><a href='/a-setup-and-install'>Setup and install</a></li>
<li><a href='/solutions'>Exercise Solutions</a></li>
<!-- <li><a href='/b-buzzwords-explained'>Buzzwords explained</a></li> -->
</ol>