Skip to content

New starter prescribing SQL tutorial

Seb Bacon edited this page Aug 7, 2018 · 4 revisions

Current documentation:

How I suggest improving the documentation:

  • The Getting Started Guide should be our primary source of documentation for the time being. Feel free to edit. Here's a guide on how to format text in github.
  • As well as anything else you think is useful, I think it should include new sections with links to useful resources about:
    • Getting started with Jupyter Notebooks
    • introductory guide to sql. It should probably include a link to this guide to JOINs
  • Most importantly, it should link to a new Jupyter notebook which showcases the best examples of sample queries taken from the issue tracker (and/or elsewhere)
  • Remember, all queries need to remember to include the setting = 4 condition to exclude non-standard practices. (We should perhaps make a view for that, rather than having to remember to do it manually every time)