Fix documentation
This commit is contained in:
parent
540942de47
commit
94589915b0
8
doc/qubes-tools/qmemmand.rst
Normal file
8
doc/qubes-tools/qmemmand.rst
Normal 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
|
8
doc/qubes-tools/qvm_start.rst
Normal file
8
doc/qubes-tools/qvm_start.rst
Normal 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
|
@ -1,8 +0,0 @@
|
||||
:py:mod:`qubes.vm.hvm` -- HVM
|
||||
=============================
|
||||
|
||||
.. automodule:: qubes.vm.hvm
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. vim: ts=3 sw=3 et
|
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user