@@ -5,42 +5,42 @@ A model for documents.
5
5
6
6
**Allowed parameters **
7
7
8
- =============== =========== ====================================
8
+ =============== =========== ==================================
9
9
Allowed field Data Type Description
10
- =============== =========== ====================================
11
- **id ** str * The unique id of the document *
12
- **title ** str * Document title *
13
- **ISBN ** int * International Standard Book Number *
14
- =============== =========== ====================================
10
+ =============== =========== ==================================
11
+ **id ** str The unique id of the document
12
+ **title ** str Document title
13
+ **ISBN ** int International Standard Book Number
14
+ =============== =========== ==================================
15
15
16
16
**Allowed children **
17
17
18
- =============== ====================== ==============================
18
+ =============== ====================== ============================
19
19
Allowed child Data Type Description
20
- =============== ====================== ==============================
21
- **sections ** `Section <#section >`__ * The sections of the document *
22
- =============== ====================== ==============================
20
+ =============== ====================== ============================
21
+ **sections ** `Section <#section >`__ The sections of the document
22
+ =============== ====================== ============================
23
23
24
24
=======
25
25
Section
26
26
=======
27
- A model of a section of the `Document <#document >`__ . Will contain one `Paragraph <#paragraph >`__ or more.
27
+ A model of a section of the `Document <#document >`__. Will contain one `Paragraph <#paragraph >`__ or more, i.e the ` Paragraph(s) < #paragraph >`__ in the section, probably related to the ** title ** of the ` Document < #document >`_ .
28
28
29
29
**Allowed parameters **
30
30
31
- =============== =========== =======================
31
+ =============== =========== =====================
32
32
Allowed field Data Type Description
33
- =============== =========== =======================
34
- **id ** str * The id of the section *
35
- =============== =========== =======================
33
+ =============== =========== =====================
34
+ **id ** str The id of the section
35
+ =============== =========== =====================
36
36
37
37
**Allowed children **
38
38
39
- =============== ========================== ================
39
+ =============== ========================== ==============
40
40
Allowed child Data Type Description
41
- =============== ========================== ================
42
- **paragraphs ** `Paragraph <#paragraph >`__ * The paragraphs *
43
- =============== ========================== ================
41
+ =============== ========================== ==============
42
+ **paragraphs ** `Paragraph <#paragraph >`__ The paragraphs
43
+ =============== ========================== ==============
44
44
45
45
=========
46
46
Paragraph
@@ -49,8 +49,8 @@ A model of a paragraph.
49
49
50
50
**Allowed parameters **
51
51
52
- =============== =========== ===================================================
52
+ =============== =========== ==============================================================
53
53
Allowed field Data Type Description
54
- =============== =========== ===================================================
55
- **contents ** str * Paragraph contents, which make up the _Section_s. *
56
- =============== =========== ===================================================
54
+ =============== =========== ==============================================================
55
+ **contents ** str Paragraph contents, which make up the ` Sections < #section >`__.
56
+ =============== =========== ==============================================================
0 commit comments