mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add node structure picture.
This commit is contained in:
parent
8777c34779
commit
219fdd282d
@ -236,6 +236,22 @@ node.
|
||||
In the last line, the nodes that should be put into the doctree are returned:
|
||||
the target node and the admonition node.
|
||||
|
||||
The node structure that the directive returns looks like this::
|
||||
|
||||
+--------------------+
|
||||
| target node |
|
||||
+--------------------+
|
||||
+--------------------+
|
||||
| todo node |
|
||||
+--------------------+
|
||||
\__+--------------------+
|
||||
| admonition title |
|
||||
+--------------------+
|
||||
| paragraph |
|
||||
+--------------------+
|
||||
| ... |
|
||||
+--------------------+
|
||||
|
||||
|
||||
The Event Handlers
|
||||
------------------
|
||||
|
Loading…
Reference in New Issue
Block a user