File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Paragraph(Base):
12
12
A model of a paragraph.
13
13
14
14
Args:
15
- contents: Paragraph contents, which make up the _Section_s .
15
+ contents: Paragraph contents, which make up the :class:`Section`s .
16
16
"""
17
17
18
18
contents : str = field (validator = instance_of (str ))
Original file line number Diff line number Diff line change @@ -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 `Section <#section>`_s . *
56
+ =============== =========== ===============================================================
Original file line number Diff line number Diff line change 42
42
"allowed_parameters" : {
43
43
"contents" : {
44
44
"type" : " str" ,
45
- "description" : " Paragraph contents, which make up the _Section_s ."
45
+ "description" : " Paragraph contents, which make up the :class:`Section`s ."
46
46
}
47
47
}
48
48
}
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ Paragraph:
30
30
allowed_parameters :
31
31
contents :
32
32
type : str
33
- description : Paragraph contents, which make up the _Section_s .
33
+ description : Paragraph contents, which make up the :class:`Section`s .
You can’t perform that action at this time.
0 commit comments