Data Science Team Processes
Contains the team processes for the Data Science Team at DfT - this is a live document and will be updated as the processes are refined/updated.
Notes on contributing
This is a working document and will change over the course of time. Please submit any changes as pull requests. The book is built using gitbook
.
To work on the book locally:
# if you haven't installed yarn or gitbook yet
brew install yarn
yarn global add gitbook
# to get a live preview while editing
gitbook serve
> Starting server ...
> Serving book on http://localhost:4000