read_section¶
Hook for reading a section of a document.
Inputs¶
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| document | str | True | Path to a document to render a section of. | |
| start | str | --start-- | True | Marker generally in some kind of comment to begin reading from. |
| end | str | --end-- | True | Marker generally in some kind of comment to end reading from. |
Arguments¶
| Position | Argument | Type |
|---|---|---|
| 1 | document | str |
| 2 | start | str |
| 3 | end | str |
Returns¶
None