4
4
X=x.upper()
5
5
%>
6
6
</%text >
7
- .. _experimental-${ name}
7
+ .. _experimental-${ name} :
8
8
9
9
================================================================================
10
10
${ " " .join(name.split(" -" )).title()}
11
11
================================================================================
12
12
13
-
14
- .. warning:
13
+ .. _warning:
15
14
16
15
Experimental features:
17
16
@@ -21,8 +20,63 @@ ${" ".join(name.split("-")).title()}
21
20
* Do not require conformance testing of their own additions.
22
21
23
22
24
- .. todo::
23
+ --------------------------------------------------------------------------------
24
+ Terminology
25
+ --------------------------------------------------------------------------------
26
+ If your experimental feature introduces a new concept or terminoloyg. Please
27
+ provide a detailed explanation in this section. If this does not apply to your
28
+ feature you may freely delete this section.
29
+
30
+ --------------------------------------------------------------------------------
31
+ Motivation
32
+ --------------------------------------------------------------------------------
33
+ In this section you *must* justify your motivation for adding this experimental
34
+ feature. You should also state at least one adapter upon which this feature can
35
+ be supported.
36
+
37
+ --------------------------------------------------------------------------------
38
+ API
39
+ --------------------------------------------------------------------------------
40
+ In this section you *must* list all additions your experimental feature will
41
+ make to the Unified Runtime specification. If your experimental feature does not
42
+ include additions from one or more of the sections listed below, you may freely
43
+ remove them.
44
+
45
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46
+ Macros
47
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48
+ * <%text > ${x}</%text > _EXP_MACRO
49
+
50
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51
+ Enums
52
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53
+ * <%text > ${x}</%text > _exp_enum_t
54
+
55
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
+ Structs
57
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
+ * <%text > ${x}</%text > _exp_struct_t
59
+
60
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
+ Functions
62
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
+ * <%text > ${x}</%text > FunctionExp
64
+
65
+ --------------------------------------------------------------------------------
66
+ Changelog
67
+ --------------------------------------------------------------------------------
68
+
69
+ +-----------+------------------------+
70
+ | Revision | Changes |
71
+ +===========+========================+
72
+ | 1.0 | Intial Draft |
73
+ +-----------+------------------------+
74
+
75
+ --------------------------------------------------------------------------------
76
+ Contributors
77
+ --------------------------------------------------------------------------------
78
+ Please list all people who wish to be credited for contribution to this
79
+ experimental feature.
25
80
26
- In the following sections you should explain and document the motivation of
27
- the experimental feature, the additions made to the specification along with
28
- its valid usage.
81
+ * Contributor One `contrib.one@email.com <contrib .one@email.com >`_
82
+ * Contributor Two `contrib.two@email.com <contrib .one@email.com >`_
0 commit comments