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
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -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 |
... | @@ -61,7 +61,7 @@ Here is an example config file showing all possible sections. | ... | @@ -61,7 +61,7 @@ Here is an example config file showing all possible sections. |
61 | subnet_ids: | 61 | subnet_ids: |
62 | - subnet-12345678 | 62 | - subnet-12345678 |
63 | - subnet-23456789 | 63 | - subnet-23456789 |
64 | - | 64 | + |
65 | 65 | ||
66 | Explanations: | 66 | Explanations: |
67 | 67 | ... | ... |
-
Please register or login to post a comment