Merge remote-tracking branch 'qubesos/pr/213'

* qubesos/pr/213:
  Fix from Marek's revies
  doc: loading graph
Este commit está contenido en:
Marek Marczykowski-Górecki 2018-09-07 21:35:44 +02:00
commit e8d2c4e232
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 063938BA42CFA724
Se han modificado 2 ficheros con 15 adiciones y 2 borrados

3
doc/loading.svg Archivo normal

Las diferiencias del archivo han sido suprimidas porque una o mas lineas son muy largas

Después

Anchura:  |  Altura:  |  Tamaño: 37 KiB

Ver fichero

@ -8,10 +8,20 @@ Because all objects in Qubes' world are interconnected, there is no possibility
to instantiate them separately. They are all loaded together and contained in
the one ``app`` object, an instance of :py:class:`qubes.Qubes` class.
Loading
^^^^^^^
The objects may come to existence in two ways: by explicit instantiation or by
loading from XML file.
The loading from XML is done in stages, because Qubes domains are dependent on
each other in what can be even a circular dependency. Therefore some properties
(especcialy those that refer to another domains) are loaded later. Refer to
:py:class:`qubes.Qubes` class documentation to get description of every stage.
(especcialy those that refer to another domains) are loaded later.
.. image:: loading.svg
Refer to :py:class:`qubes.Qubes` class documentation to get description of every
stage.
Properties