readme/summary adjustments. Renaming build to scatter plot

master
Matt Huntington 7 years ago
parent a0ac6c696e
commit efaecf519e

@ -2,9 +2,24 @@
## Lessons
1. [Intro](/INTRO.md)
1. [SVG](/SVG.md)
1. [D3](/D3.md)
1. [BUILD](/BUILD.md)
1. [Lab](/Lab.md)
1. [PIE](/PIE.md)
1. [Scatter Plot](/SCATTER_PLOT.md)
1. [Bar Graph](/BAR.md)
1. [Pie Chart](/PIE.md)
1. [Force Directed Graphs](/FORCE_DIRECTED_GRAPH.md)
1. [Mapping](/MAPS.md)
## Labs
1. [Lab](/Lab.md)
## Completed Code
1. [SVG](/examples/svg)
1. [Scatter Plot](/examples/scatter_plot)
1. [Bar Graph](/examples/bar)
1. [Pie Chart](/examples/pie)
1. [Force Directed Graphs](/examples/force_directed_graph)
1. [Mapping](/examples/mapping)

@ -1,8 +1,25 @@
# Summary
## Lessons
* [Intro](/INTRO.md)
* [SVG](/SVG.md)
* [D3](/D3.md)
* [BUILD](/BUILD.md)
* [Lab](/Lab.md)
* [PIE](/PIE.md)
* [Scatter Plot](/SCATTER_PLOT.md)
* [Bar Graph](/BAR.md)
* [Pie Chart](/PIE.md)
* [Force Directed Graphs](/FORCE_DIRECTED_GRAPH.md)
* [Mapping](/MAPS.md)
## Labs
* [Lab](/Lab.md)
## Completed Code
* [SVG](/examples/svg)
* [Scatter Plot](/examples/scatter_plot)
* [Bar Graph](/examples/bar)
* [Pie Chart](/examples/pie)
* [Force Directed Graphs](/examples/force_directed_graph)
* [Mapping](/examples/mapping)

Loading…
Cancel
Save