layout | title |
---|---|
responsive |
<Put Topic Title 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):
- Step 1
- Step 2
- Step 3
Pictures are added like this (be sure to add picture to images directory):
Code samples should be formatted:
{% highlight python %}
$ 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!