Fix documentation

This commit is contained in:
Wojtek Porczyk 2016-04-20 13:50:42 +02:00
parent 540942de47
commit 94589915b0
6 changed files with 19 additions and 28 deletions

View File

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

View File

@ -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

View File

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

View File

@ -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

View File

@ -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

View File

@ -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