12. Test: Flow control in freeform sections¶
This section is informative.
Here, we are testing how the Sphinx renderer handles free-form-content sections and itemized-content sections.
|
|
|
|
|
We test several freeform and bullet-list scenarios. A This is the second paragraph. Here is an enumeration:
|
|
|
|
|
|
About Notes content is freeform. A single pipe character “|” separates paragraphs within the freeform text. This is the second paragraph. Here is an item list:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module |
test_flow_control |
|---|
|
|
|
|
|
|
|
|
|
|
Class |
X |
|---|
|
test_flow_control.f(
rng: Tuple[int, int]
b: str
) -> Tuple[float, int, List[str]]
|
|
|
|
|
|
As opposed to the The free form allows us to itemize and enumerate. We can use this in order to describe the structure of the returned value, e.g. The returned value has the form
|
|
|
|
<empty> |
Function |
f |
|---|