Move commands into a separate command module
[mudpy.git] / doc / source / api.rst
index 966c24d..1b028ef 100644 (file)
@@ -1,7 +1,6 @@
-.. Copyright (c) 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) 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
 --------------------
 
@@ -50,6 +57,14 @@ mudpy\.telnet module
     :undoc-members:
     :show-inheritance:
 
+mudpy\.version module
+---------------------
+
+.. automodule:: mudpy.version
+    :members:
+    :undoc-members:
+    :show-inheritance:
+
 
 Module contents
 ---------------