Resources#

This page contains resources intended to guide the practitioner from writing basic scripts to maintaining production-ready software.

Programming Languages#

Git & GitHub#

  • Git Handbook - GitHub’s introduction to how Git works

  • Pro Git - the free, comprehensive Git book

Documentation#

  • Sphinx - the documentation generator used to build this site

  • Read the Docs - free hosting for project documentation

  • roxygen2 - in-source documentation for R packages

Software engineering practices#