From aaf6e0eb15b96b7de46aff38845b1600a11ad5c5 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Tue, 3 Dec 2013 09:42:55 -0500 Subject: [PATCH] Switching to numbered list for lesson links in index files 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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sql/novice/index.md b/sql/novice/index.md index 62c3ff6..1f31676 100644 --- a/sql/novice/index.md +++ b/sql/novice/index.md @@ -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 -------- -- 2.26.2