Skip to content

Commit bf61fd1

Browse files
moved license text up in readme
1 parent 0f2c654 commit bf61fd1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
## Data Science: A First Introduction
22
This is the source for the *Data Science: A First Introduction* textbook.
33

4+
## License Information
5+
6+
This textbook is offered under
7+
the [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
8+
See [the license file](LICENSE.md) for more information.
9+
410
## Setup and Build
511

612
In order to build the book, you need to first install Docker
@@ -228,7 +234,3 @@ docker run --rm -it -p 8888:8888 -v $PWD:/home/rstudio/introduction-to-datascien
228234
- `data/` stores datasets processed during compile
229235
- `docs/.nojekyll` tells github's static site builder not to run [Jekyll](https://jekyllrb.com/). This avoids Jekyll deleting the folder `docs/_main_files` (as it starts with an underscore)
230236

231-
## License Information
232-
233-
This textbook is offered under the [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
234-
See [the license file](LICENSE.md) for more information.

0 commit comments

Comments
 (0)