You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/document.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ A model for documents.
38
38
</table>
39
39
40
40
## Section
41
-
A model of a section of the <ahref="#document">Document</a>. Will contain one <ahref="#paragraph">Paragraph</a> or more.
41
+
A model of a section of the <ahref="#document">Document</a>. Will contain one <ahref="#paragraph">Paragraph</a> or more, i.e the <ahref="#paragraph">Paragraph</a>(s) in the section, probably related to the <b>title</b> of the `Document <#document>`_.
Copy file name to clipboardExpand all lines: examples/document.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ class Paragraph(Base):
22
22
classSection(Base):
23
23
"""
24
24
A model of a section of the :class:`Document`.
25
-
Will contain one :class:`Paragraph` or more.
25
+
Will contain one :class:`Paragraph` or more, i.e the :class:`Paragraph`(s) in the section, probably related to the :code:`title` of the `Document <#document>`_.
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>`_.
Copy file name to clipboardExpand all lines: examples/document.specification.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
}
24
24
},
25
25
"Section": {
26
-
"definition": "A model of a section of the :class:`Document`. Will contain one :class:`Paragraph` or more.",
26
+
"definition": "A model of a section of the :class:`Document`. Will contain one :class:`Paragraph` or more, i.e the :class:`Paragraph`(s) in the section, probably related to the :code:`title` of the `Document <#document>`_.",
0 commit comments