Igor Serko

Fix for the config file example

Github doesn't seem to support `sourcecode` blocks ... instead they're
called `code`, see http://docutils.sourceforge.net/docs/ref/rst/directives.html#code
...@@ -11,8 +11,8 @@ Example ...@@ -11,8 +11,8 @@ Example
11 11
12 Here is an example config file showing all possible sections. 12 Here is an example config file showing all possible sections.
13 13
14 -.. sourcecode:: yaml 14 +.. code:: yaml
15 - :linenos: 15 + :number-lines:
16 16
17 --- 17 ---
18 name: kappa-python-sample 18 name: kappa-python-sample
......