소스 검색

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

* qubesos/pr/213:
  Fix from Marek's revies
  doc: loading graph
Marek Marczykowski-Górecki 5 년 전
부모
커밋
e8d2c4e232
2개의 변경된 파일14개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 0
      doc/loading.svg
  2. 12 2
      doc/qubes.rst

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 0
doc/loading.svg


+ 12 - 2
doc/qubes.rst

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.