diff options
| author | Marius Gedminas <marius@gedmin.as> | 2019-11-11 18:33:31 +0200 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2019-11-11 18:33:31 +0200 |
| commit | 98065287e23aa2f2f15c15c14ad24fd01942fc93 (patch) | |
| tree | 70d8497660bf21b03eff55c2df19d0e4f50bb9ad | |
| parent | 14dad7972493430856660b759700e4836e6a17aa (diff) | |
| download | zope-interface-docs-in-py3.tar.gz | |
Use .. caution:: to warn about the the old class-advice based APIsdocs-in-py3
| -rw-r--r-- | docs/api/declarations.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api/declarations.rst b/docs/api/declarations.rst index 0b978f7..cf38b7f 100644 --- a/docs/api/declarations.rst +++ b/docs/api/declarations.rst @@ -37,7 +37,7 @@ implementer_only implements ---------- -(Does not work on Python 3. Use the `implementer` decorator instead.) +.. caution:: Does not work on Python 3. Use the `implementer` decorator instead. .. autofunction:: implements @@ -45,7 +45,7 @@ implements implementsOnly -------------- -(Does not work on Python 3. Use the `implementer_only` decorator instead.) +.. caution:: Does not work on Python 3. Use the `implementer_only` decorator instead. .. autofunction:: implementsOnly @@ -335,7 +335,7 @@ Removing an interface that is provided through the class is not possible: classProvides ------------- -(Does not work on Python 3. Use the `provider` decorator instead.) +.. caution:: Does not work on Python 3. Use the `provider` decorator instead. .. autofunction:: classProvides |
