Skip to content

Commit 6667777

Browse files
committed
Move content out of nested directory
The nested directory structure didn't seem to work well. Just use a 2 prefix for part two content.
1 parent 60617d2 commit 6667777

File tree

9 files changed

+10
-7
lines changed

9 files changed

+10
-7
lines changed

book/src/pages/2-explore/loading.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Loading Data
2+
3+
Acquiring data, and transforming it into a workable state, can be one of the most time consuming parts of data analysis. In a later chapter we'll look at this process in more detail, but right now we're going to take a short-cut. If you're using the [project template][template], as described in the introduction, the data is already available and ready to go.
4+
5+
Open up the file `Explore.scala`
6+
7+
[template]: https://github.com/creativescala/creative-scala-data-template

book/src/pages/directory.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ laika.navigationOrder = [
1616
cycles
1717
part-one-conclusions.md
1818
part-two-introduction.md
19-
part-two
19+
2-explore
20+
2-loading-data
2021
]

book/src/pages/part-two-introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ which I think leads to a clearer understanding of these topics (particularly if
1818

1919
## Setup
2020

21-
To work through this part of the book use a new project.
22-
Download the [creative-scala-data-template][template] from Github.
21+
To work through this part of the book, use the [creative-scala-data-template][template] from Github.
2322

2423
[template]: https://github.com/creativescala/creative-scala-data-template

book/src/pages/part-two/explore/loading.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)