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