From faeeed71cc0d5bd74d36d44b8fb68e8529c69888 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 29 Apr 2014 00:13:52 +0000 Subject: [PATCH] Clean up rendering in coder documentation * doc/coder.txt: Correct top-level numbering prefix and several syntactically incorrect references. --- doc/coder.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.11.0