From: Jeremy Stanley Date: Tue, 29 Apr 2014 00:13:52 +0000 (+0000) Subject: Clean up rendering in coder documentation X-Git-Tag: 0.0.1~245 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=faeeed71cc0d5bd74d36d44b8fb68e8529c69888 Clean up rendering in coder documentation * doc/coder.txt: Correct top-level numbering prefix and several syntactically incorrect references. --- 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