X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fapi.rst;h=8af533c38800cafcda7a8e702083872e4e84b9e9;hp=875bd5f206c0da618d8c780585413944a47fa1c2;hb=04f0120c2208fe2335905943f94f66eee8fa74b7;hpb=a36ecfa80ee60f30cce09590e030d79abe542d04 diff --git a/doc/source/api.rst b/doc/source/api.rst index 875bd5f..8af533c 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-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. =============== mudpy package @@ -10,6 +9,14 @@ Submodules ---------- +mudpy\.command module +--------------------- + +.. automodule:: mudpy.command + :members: + :undoc-members: + :show-inheritance: + mudpy\.daemon module -------------------- @@ -26,6 +33,14 @@ mudpy\.data module :undoc-members: :show-inheritance: +mudpy\.menu module +------------------ + +.. automodule:: mudpy.menu + :members: + :undoc-members: + :show-inheritance: + mudpy\.misc module ------------------