Link API documentation in the coder guide
[mudpy.git] / doc / source / coder.rst
index 5a86659..32d154f 100644 (file)
@@ -2,10 +2,9 @@
  coder guide
 =============
 
-.. Copyright (c) 2004-2018 Jeremy Stanley <fungi@yuggoth.org>.
-   Permission to use, copy, modify, and distribute this software is
-   granted under terms provided in the LICENSE file distributed with
-   this software.
+.. 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.
 
 This guide attempts to embody a rudimentary set of rules for developer
 submissions of source code and documentation targeted for inclusion
@@ -51,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
 ~~~~~~~~~~~~~~~~~~