X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fcoder.txt;fp=doc%2Fcoder.txt;h=63bf786dd107670eae59257be54142dda42c82f7;hp=2d468e0163153230ba7504044bd4a375d10751cb;hb=faeeed71cc0d5bd74d36d44b8fb68e8529c69888;hpb=84f2fa2376d2202d09fea78e499fc644454a79ba 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