X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fapi.rst;h=8af533c38800cafcda7a8e702083872e4e84b9e9;hp=785e136868ed0c8efbdbe0cf713e8711f3efaee2;hb=04f0120c2208fe2335905943f94f66eee8fa74b7;hpb=cd63085011ec98a8949fca48217e4efad5558908 diff --git a/doc/source/api.rst b/doc/source/api.rst index 785e136..8af533c 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -1,4 +1,4 @@ -.. Copyright (c) 2018 mudpy authors. Permission to use, copy, +.. 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. @@ -9,6 +9,14 @@ Submodules ---------- +mudpy\.command module +--------------------- + +.. automodule:: mudpy.command + :members: + :undoc-members: + :show-inheritance: + mudpy\.daemon module -------------------- @@ -25,6 +33,14 @@ mudpy\.data module :undoc-members: :show-inheritance: +mudpy\.menu module +------------------ + +.. automodule:: mudpy.menu + :members: + :undoc-members: + :show-inheritance: + mudpy\.misc module ------------------