Browse Source

Fix documentation

Wojtek Porczyk 8 years ago
parent
commit
94589915b0

+ 8 - 0
doc/qubes-tools/qmemmand.rst

@@ -0,0 +1,8 @@
+:py:mod:`qubes.tools.qmemmand` -- qmemman daemon
+================================================
+
+.. automodule:: qubes.tools.qmemmand
+   :members:
+   :show-inheritance:
+
+.. vim: ts=3 sw=3 et

+ 8 - 0
doc/qubes-tools/qvm_start.rst

@@ -0,0 +1,8 @@
+:py:mod:`qubes.tools.qvm_start` -- Start a domain
+=================================================
+
+.. automodule:: qubes.tools.qvm_start
+   :members:
+   :show-inheritance:
+
+.. vim: ts=3 sw=3 et

+ 0 - 8
doc/qubes-vm/hvm.rst

@@ -1,8 +0,0 @@
-:py:mod:`qubes.vm.hvm` -- HVM
-=============================
-
-.. automodule:: qubes.vm.hvm
-   :members:
-   :show-inheritance:
-
-.. vim: ts=3 sw=3 et

+ 2 - 11
doc/qubes-vm/index.rst

@@ -59,11 +59,7 @@ Helper classes and functions
    :members:
    :show-inheritance:
 
-.. autoclass:: qubes.vm.DeviceCollection
-   :members:
-   :show-inheritance:
-
-.. autoclass:: qubes.vm.DeviceManager
+.. autoclass:: qubes.vm.Features
    :members:
    :show-inheritance:
 
@@ -87,11 +83,6 @@ Special VM types:
    dispvm
    adminvm
 
-HVMs:
-
-.. toctree::
-   :maxdepth: 1
-
-   hvm
+.. standalonevm
 
 .. vim: ts=3 sw=3 et

+ 0 - 8
doc/qubes-vm/templatehvm.rst

@@ -1,8 +0,0 @@
-:py:mod:`qubes.vm.templatehvm` -- Template for HVM
-==================================================
-
-.. automodule:: qubes.vm.templatehvm
-   :members:
-   :show-inheritance:
-
-.. vim: ts=3 sw=3 et

+ 1 - 1
qubes/tools/qvm_unpause.py

@@ -22,7 +22,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
 
-'''qvm-unpause - Unause a domain'''
+'''qvm-unpause - Unpause a domain'''
 
 import sys
 import qubes