X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=doc%2Fcoder.txt;h=63bf786dd107670eae59257be54142dda42c82f7;hb=2a2a4dd5265401038795a81815141e277998c33f;hp=2d468e0163153230ba7504044bd4a375d10751cb;hpb=4c837dca8fc1c1c2a1e6cd3e86916b6df89a6894;p=mudpy.git diff --git a/doc/coder.txt b/doc/coder.txt index 2d468e0..63bf786 100644 --- a/doc/coder.txt +++ b/doc/coder.txt @@ -12,7 +12,7 @@ submissions of source code and documentation targeted for inclusion within the mudpy project, as well as pointers to useful resources for those attempting to obtain a greater understanding of the software. -.. sectnum:: :start: 1 +.. sectnum:: :prefix: 1. .. contents:: :local: -------- @@ -71,6 +71,6 @@ as part of mudpy should serve as a suitable reference. Testing of all new patches with the flake8_ and pylint_ utilities is also highly recommended. -.. Style Guide: http://www.python.org/dev/peps/pep-0008/ -.. flake8: https://pypi.python.org/pypi/flake8 -.. pylint: https://pypi.python.org/pypi/pylint +.. _Style Guide: http://www.python.org/dev/peps/pep-0008/ +.. _flake8: https://pypi.python.org/pypi/flake8 +.. _pylint: https://pypi.python.org/pypi/pylint