Mark as experimental

This commit is contained in:
Takeshi KOMIYA
2017-05-07 16:13:19 +09:00
parent 58bb4a7714
commit 6d2bcf9c27
2 changed files with 3 additions and 1 deletions

View File

@@ -597,6 +597,8 @@ handlers to the events. Example:
.. versionadded:: 1.6
As a **experimental** event
.. event:: html-collect-pages (app)
Emitted when the HTML builder is starting to write non-document pages. You

View File

@@ -242,7 +242,7 @@ class Domain(object):
def check_consistency(self):
# type: () -> None
"""Do consistency checks."""
"""Do consistency checks (**experimental**)."""
pass
def process_field_xref(self, pnode):