Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.27 KB

File metadata and controls

56 lines (36 loc) · 1.27 KB
layout post
title <Put topic Title here>
date <Put date of post here>
author <Put author of post here>
category <Put category (directory wich is the post in) of post here>
tags
<Put tags of post here>
<Put tags of post here>

Problem

State your problem here (concisely)

Actions

Steps to take in order to solve the problem stated above. This can be in paragraph form, but the idea is not to write an essay, but rather a quick set of points to go from data to answer.

Bullets (Must have space between heading and bullets):

  • Step 1
  • Step 2

Ordered Lists (Must have space between header, same as bullets):

  1. Step 1
  2. Step 2
  3. Step 3

Pictures are added like this (be sure to add picture to images directory):

watch

Code samples should be formatted:

{% highlight python %}

Python example

$ def foo(): ... print "Everyone is welcome to contribute!"

$ foo() Everyone is welcome to contribute! {% endhighlight %}

Explanation (resolution)

Explain why your technique works, the interpretation and the business impact if possible. Again, brevity is key, no one wants to read 10000 word articles!

References

digitalanalyticscookbook.org
randyzwitch.com