diff --git a/book/src/pages/part-two/explore/README.md b/book/src/pages/2-explore/README.md similarity index 100% rename from book/src/pages/part-two/explore/README.md rename to book/src/pages/2-explore/README.md diff --git a/book/src/pages/part-two/explore/directory.conf b/book/src/pages/2-explore/directory.conf similarity index 100% rename from book/src/pages/part-two/explore/directory.conf rename to book/src/pages/2-explore/directory.conf diff --git a/book/src/pages/2-explore/loading.md b/book/src/pages/2-explore/loading.md new file mode 100644 index 00000000..41c9fcfc --- /dev/null +++ b/book/src/pages/2-explore/loading.md @@ -0,0 +1,7 @@ +# Loading Data + +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. + +Open up the file `Explore.scala` + +[template]: https://github.com/creativescala/creative-scala-data-template diff --git a/book/src/pages/part-two/loading-data/README.md b/book/src/pages/2-loading-data/README.md similarity index 100% rename from book/src/pages/part-two/loading-data/README.md rename to book/src/pages/2-loading-data/README.md diff --git a/book/src/pages/part-two/loading-data/directory.conf b/book/src/pages/2-loading-data/directory.conf similarity index 100% rename from book/src/pages/part-two/loading-data/directory.conf rename to book/src/pages/2-loading-data/directory.conf diff --git a/book/src/pages/part-two/loading-data/source.md b/book/src/pages/2-loading-data/source.md similarity index 100% rename from book/src/pages/part-two/loading-data/source.md rename to book/src/pages/2-loading-data/source.md diff --git a/book/src/pages/directory.conf b/book/src/pages/directory.conf index 875b456d..b70d9ead 100644 --- a/book/src/pages/directory.conf +++ b/book/src/pages/directory.conf @@ -16,5 +16,6 @@ laika.navigationOrder = [ cycles part-one-conclusions.md part-two-introduction.md - part-two + 2-explore + 2-loading-data ] diff --git a/book/src/pages/part-two-introduction.md b/book/src/pages/part-two-introduction.md index a954904e..78acd7a1 100644 --- a/book/src/pages/part-two-introduction.md +++ b/book/src/pages/part-two-introduction.md @@ -18,7 +18,6 @@ which I think leads to a clearer understanding of these topics (particularly if ## Setup -To work through this part of the book use a new project. -Download the [creative-scala-data-template][template] from Github. +To work through this part of the book, use the [creative-scala-data-template][template] from Github. [template]: https://github.com/creativescala/creative-scala-data-template diff --git a/book/src/pages/part-two/explore/loading.md b/book/src/pages/part-two/explore/loading.md deleted file mode 100644 index afbf6238..00000000 --- a/book/src/pages/part-two/explore/loading.md +++ /dev/null @@ -1,4 +0,0 @@ -# Loading Data - -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 example project thing, as described in the introduction, the data is already available and ready to go. -