We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7859c commit a09be49Copy full SHA for a09be49
doc/extdev/envapi.rst
@@ -53,6 +53,10 @@ Build environment API
53
54
Temporary data storage while reading a document.
55
56
+ Extensions may use the mapping interface provided by
57
+ ``env.current_document`` to store data relating to the current document,
58
+ but should use a unique prefix to avoid name clashes.
59
+
60
.. important::
61
Only the following attributes constitute the public API.
62
The type itself and any methods or other attributes remain private,
0 commit comments