From bf62ec87b18508b25e3c9bde0509a03c3c32b5b1 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 7 Jul 2019 01:42:20 +0000 Subject: [PATCH] Link API documentation in the coder guide In the API section of the coder guide, add a cross-link to the API documentation for the package and modules. --- doc/source/coder.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/coder.rst b/doc/source/coder.rst index 0487cb8..32d154f 100644 --- a/doc/source/coder.rst +++ b/doc/source/coder.rst @@ -2,7 +2,7 @@ coder guide ============= -.. Copyright (c) 2004-2018 mudpy authors. Permission to use, copy, +.. Copyright (c) 2004-2019 mudpy authors. Permission to use, copy, modify, and distribute this software is granted under terms provided in the LICENSE file distributed with this software. @@ -50,8 +50,8 @@ the ``tox.minversion`` mentioned in :file:`tox.ini`). application program interface ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -API documentation is maintained within docstrings in the mudpy source -code. +The :doc:`api` API documentation is maintained within docstrings in +the mudpy source code. regression testing ~~~~~~~~~~~~~~~~~~ -- 2.11.0