We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
availability
1 parent 18c1fb5 commit ab007efCopy full SHA for ab007ef
documentation/markup.rst
@@ -1050,6 +1050,17 @@ Paragraph-level markup
1050
These directives create short paragraphs and can be used inside information
1051
units as well as normal text:
1052
1053
+.. describe:: availability
1054
+
1055
+ This directive documents the platforms on which a module or feature
1056
+ is available. For example::
1057
1058
+ .. availability:: Unix, not WASI, not Android.
1059
1060
+ ::
1061
1062
+ .. availability:: Linux >= 3.0 with glibc >= 2.14.
1063
1064
.. describe:: note
1065
1066
An especially important bit of information about an API that a user should be
0 commit comments