X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fapi.rst;h=1b028ef5417a5a099a176d51bf075ff05dcda4aa;hp=875bd5f206c0da618d8c780585413944a47fa1c2;hb=e25d11c16634028eaf5a498adf0aacc0ad9ffda0;hpb=a36ecfa80ee60f30cce09590e030d79abe542d04 diff --git a/doc/source/api.rst b/doc/source/api.rst index 875bd5f..1b028ef 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -1,7 +1,6 @@ -.. Copyright (c) 2018 Jeremy Stanley . - Permission to use, copy, modify, and distribute this software is - granted under terms provided in the LICENSE file distributed with - this software. +.. Copyright (c) 2018 mudpy authors. Permission to use, copy, + modify, and distribute this software is granted under terms + provided in the LICENSE file distributed with this software. =============== mudpy package @@ -10,6 +9,14 @@ Submodules ---------- +mudpy\.command module +--------------------- + +.. automodule:: mudpy.command + :members: + :undoc-members: + :show-inheritance: + mudpy\.daemon module --------------------