X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fsource%2Fapi.rst;h=8af533c38800cafcda7a8e702083872e4e84b9e9;hp=966c24d19d8df36663e0f3dca0491572ce6275ed;hb=29041014a531835bf9b6a80ca9d7ed414a929432;hpb=a41640a1b71582a65c1416ad0007ac55cf061d36 diff --git a/doc/source/api.rst b/doc/source/api.rst index 966c24d..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 ------------------ @@ -50,6 +65,14 @@ mudpy\.telnet module :undoc-members: :show-inheritance: +mudpy\.version module +--------------------- + +.. automodule:: mudpy.version + :members: + :undoc-members: + :show-inheritance: + Module contents ---------------