Skip to content

Commit

Permalink
Moves curriculum markdown files to outline
Browse files Browse the repository at this point in the history
  • Loading branch information
yokolet committed Jun 1, 2015
1 parent 8fe3d4a commit d49579e
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 24 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
ClojureBridge Curriculum
========================

Outline
Set up guide
-------
* [Getting Set Up](outline/setup.md)

Slides
Curriculum
------
<http://clojurebridge.github.io/curriculum/>

* [Introduction to Programming with Clojure](intro.md)
* [Data Structures](data_structures.md)
* [Functions](functions.md)
* [More Simple Values](simple_values2.md)
* [More Functions](functions2.md)
* [More Data Structures](data_structures2.md)
* [Flow Control](flow_control.md)
* [Introduction to Programming with Clojure](outline/intro.md)
* [Data Structures](outline/data_structures.md)
* [Functions](outline/functions.md)
* [More Simple Values](outline/simple_values2.md)
* [More Functions](outline/functions2.md)
* [More Data Structures](outline/data_structures2.md)
* [Flow Control](outline/flow_control.md)

Capstone Apps
-------------
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ exclude:
- ClojureBridgeCheatsheet-v1.pdf
- TEACHING.md
- background-reading.md
- outline
- tmp

# Port number
Expand Down
14 changes: 7 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ ClojureBridge
## Table of Contents
{: .slide_title .slide}

* [Introduction to Programming with Clojure](intro.html)
* [Data Structures](data_structures.html)
* [Functions](functions.html)
* [More Simple Values](simple_values2.html)
* [More Functions](functions2.html)
* [More Data Structures](data_structures2.html)
* [Flow Control and Logic](flow_control.html)
* [Introduction to Programming with Clojure](outline/intro.html)
* [Data Structures](outline/data_structures.html)
* [Functions](outline/functions.html)
* [More Simple Values](outline/simple_values2.html)
* [More Functions](outline/functions2.html)
* [More Data Structures](outline/data_structures2.html)
* [Flow Control and Logic](outline/flow_control.html)
* [Capstone App Pt. 1](https://github.com/ClojureBridge/drawing/blob/master/curriculum/first-program.md)
* [Repository](https://github.com/ClojureBridge/drawing/blob/master/README.md)
* [Capstone App Pt. 2](https://github.com/ClojureBridge/drawing/blob/master/curriculum/create-something.md)
Expand Down
2 changes: 1 addition & 1 deletion data_structures.md → outline/data_structures.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Vectors
permalink: /data_structures.html
permalink: /outline/data_structures.html
---

{::options parse_block_html="true" /}
Expand Down
2 changes: 1 addition & 1 deletion data_structures2.md → outline/data_structures2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Keywords and Maps
permalink: /data_structures2.html
permalink: /outline/data_structures2.html
---

{::options parse_block_html="true" /}
Expand Down
2 changes: 1 addition & 1 deletion flow_control.md → outline/flow_control.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Flow Control
permalink: /flow_control.html
permalink: /outline/flow_control.html
---

{::options parse_block_html="true" /}
Expand Down
2 changes: 1 addition & 1 deletion functions.md → outline/functions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Functions
permalink: /functions.html
permalink: /outline/functions.html
---

{::options parse_block_html="true" /}
Expand Down
2 changes: 1 addition & 1 deletion functions2.md → outline/functions2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: More Functions
permalink: /functions2.html
permalink: /outline/functions2.html
---

{::options parse_block_html="true" /}
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion intro.md → outline/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Introduction
permalink: /intro.html
permalink: /outline/intro.html
---

{::options parse_block_html="true" /}
Expand Down
2 changes: 1 addition & 1 deletion simple_values2.md → outline/simple_values2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: String, Boolean, nil and Keyword
permalink: /simple_values2.html
permalink: /outline/simple_values2.html
---

{::options parse_block_html="true" /}
Expand Down

0 comments on commit d49579e

Please sign in to comment.