Clean up rendering in coder documentation
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 29 Apr 2014 00:13:52 +0000 (00:13 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 29 Apr 2014 00:13:52 +0000 (00:13 +0000)
* doc/coder.txt: Correct top-level numbering prefix and several
syntactically incorrect references.

doc/coder.txt

index 2d468e0..63bf786 100644 (file)
@@ -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.
 
 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:
 
 --------
 .. 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.
 
 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