@@ -15,44 +15,19 @@ The tables below list the current specifications and provide links to their docu
15
15
16
16
The [ NMOS API Testing Tool] ( https://specs.amwa.tv/nmos-testing ) supports the majority of these specifications.
17
17
18
- The tables below are organised by specification type. To see them organised by themes, click [ here] ( themes.md )
19
-
20
-
21
18
### [ NMOS Interface Specifications (IS)] ( is/ )
22
19
23
- These specify NMOS APIs using RAML, JSON Schema and normative text, supported by examples and other text:
24
-
25
- {% include spec_table.html filter_id="IS-" show_releases=true %}
26
-
27
- ### [ NMOS Data Model Specifications (MS)] ( ms/ )
28
-
29
- These model the resources used in NMOS APIs:
30
-
31
- {% include spec_table.html filter_id="MS-" show_releases=true %}
32
-
33
- ### [ NMOS Best Common Practices (BCP)] ( bcp/ )
34
-
35
- These specify best practice for use of NMOS APIs:
36
-
37
- {% include spec_table.html filter_id="BCP-" show_releases=true %}
38
-
39
- ### [ NMOS Informative Documents (INFO)] ( info/ )
40
-
41
- These provide NMOS implementation guides:
42
-
43
- {% include spec_table.html filter_id="INFO-" %}
44
-
45
- ### [ NMOS Parameter Registers] ( https://specs.amwa.tv/nmos-parameter-registers )
20
+ The tables below are organised by theme. To see them organised by document type, click [ here] ( specs-by-type.md )
46
21
47
- These specify constants for many types of NMOS parameter values:
22
+ {% for theme in site.data.themes %}
48
23
49
- {% include registers_table.html % }
24
+ ### {{ theme.name } }
50
25
51
- ### [ NMOS Control Feature Sets ] ( https://specs.amwa.tv/nmos-control-feature-sets )
26
+ {{ theme.description}}
52
27
53
- These specify opt-in models for the NMOS Control Framework
28
+ {% include specs_by_theme_table.html filter_theme=theme.id show_releases=true %}
54
29
55
- {% include feature_sets_table.html %}
30
+ {% endfor %}
56
31
57
32
<!-- INTRO-END -->
58
33
0 commit comments