Switching to numbered list for lesson links in index files
authorGreg Wilson <gvwilson@third-bit.com>
Tue, 3 Dec 2013 14:42:55 +0000 (09:42 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 11 Mar 2014 04:50:09 +0000 (21:50 -0700)
W. Trevor King: I removed everything except the sql/novice changes
from the original 7cd5ffa [1].

[1]: https://github.com/swcarpentry/bc/commit/7cd5ffafd7ba229d21aad44796b22146fec5054c

sql/novice/index.md

index 62c3ff648902c754d80d03ed06b06e642f26e73c..1f316761df2b871d387b3dc5fd8219b15c68d762 100644 (file)
@@ -23,15 +23,15 @@ and why they insist on structuring data in certain ways.
 
 Topics
 ------
-  [Selecting Data](01-select.html)
-  [Sorting and Removing Duplicates](02-sort-dup.html)
-  [Filtering](03-filter.html)
-  [Calculating New Values](04-calc.html)
-  [Missing Data](05-null.html)
-  [Aggregation](06-agg.html)
-  [Combining Data](07-join.html)
-  [Creating and Modifying Data](08-create.html)
-  [Programming with Databases](09-prog.html)
+1.  [Selecting Data](01-select.html)
+2.  [Sorting and Removing Duplicates](02-sort-dup.html)
+3.  [Filtering](03-filter.html)
+4.  [Calculating New Values](04-calc.html)
+5.  [Missing Data](05-null.html)
+6.  [Aggregation](06-agg.html)
+7.  [Combining Data](07-join.html)
+8.  [Creating and Modifying Data](08-create.html)
+9.  [Programming with Databases](09-prog.html)
 
 See Also
 --------