Skip to content

rjjgilham/the-turing-way-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Turing Way Book

For the main repo (where most of the issues live) please follow this link.

All the text for each chapter lives inside it's own folder in the content/ directory.

Everything else is in the website/. Importantly this includes the figures, which are in the website/assets/figures/ directory.

Configuration

  • To change the table of contents (order of the chapters) see the website/_data/toc.yml file. Documentation can be found on the jupyter book website.
  • Same applies for more general configuration using website/_config.yml

Deploying

The site is built automatically using these two directories. All of the requirements are specificied in website/requirements.txt.

Locally (Mac / Linux Only)

To install jupyter-book etc.

cd website
pip install -r requirements.txt

If you want to see your local changes on your own computer you'll have to go in the website directory and enter make serve (type make on it's own to see the other options).

cd website
make site && make serve

On Netlify

You'll just need the following settings:

  • Base directory: website
  • Build command: make site
  • Publish directory: _site

Netlify is smart and will find your requirements.txt to do the install for you :) (ruby and the jekyll are installed too) You can find the build history / logs at - https://app.netlify.com/sites/the-turing-way/deploys

About

The Turing Way: A Handbook for Reproducible Data Science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.9%
  • HTML 21.2%
  • JavaScript 5.6%
  • Ruby 5.4%
  • TeX 3.4%
  • Makefile 0.7%
  • Other 0.8%