Skip to content

Commit

Permalink
Default to themes view
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrightwell committed Sep 4, 2024
1 parent 011a6ae commit bbf6c64
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 44 deletions.
37 changes: 6 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,44 +15,19 @@ The tables below list the current specifications and provide links to their docu
The [NMOS API Testing Tool](https://specs.amwa.tv/nmos-testing) supports the majority of these specifications.

The tables below are organised by specification type. To see them organised by themes, click [here](themes.md)


### [NMOS Interface Specifications (IS)](is/)

These specify NMOS APIs using RAML, JSON Schema and normative text, supported by examples and other text:

{% include spec_table.html filter_id="IS-" show_releases=true %}

### [NMOS Data Model Specifications (MS)](ms/)

These model the resources used in NMOS APIs:

{% include spec_table.html filter_id="MS-" show_releases=true %}

### [NMOS Best Common Practices (BCP)](bcp/)

These specify best practice for use of NMOS APIs:

{% include spec_table.html filter_id="BCP-" show_releases=true %}

### [NMOS Informative Documents (INFO)](info/)

These provide NMOS implementation guides:

{% include spec_table.html filter_id="INFO-" %}

### [NMOS Parameter Registers](https://specs.amwa.tv/nmos-parameter-registers)
The tables below are organised by theme. To see them organised by document type, click [here](specs-by-type.md)

These specify constants for many types of NMOS parameter values:
{% for theme in site.data.themes %}

{% include registers_table.html %}
### {{ theme.name }}

### [NMOS Control Feature Sets](https://specs.amwa.tv/nmos-control-feature-sets)
{{ theme.description}}

These specify opt-in models for the NMOS Control Framework
{% include specs_by_theme_table.html filter_theme=theme.id show_releases=true %}

{% include feature_sets_table.html %}
{% endfor %}

<!-- INTRO-END -->

Expand Down
40 changes: 40 additions & 0 deletions specs-by-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# NMOS Specifications by Document Type

The tables below are organised by the specification document type. To see them organised by themes, click [here](.)

### [NMOS Interface Specifications (IS)](is/)

These specify NMOS APIs using RAML, JSON Schema and normative text, supported by examples and other text:

{% include spec_table.html filter_id="IS-" show_releases=true %}

### [NMOS Data Model Specifications (MS)](ms/)

These model the resources used in NMOS APIs:

{% include spec_table.html filter_id="MS-" show_releases=true %}

### [NMOS Best Common Practices (BCP)](bcp/)

These specify best practice for use of NMOS APIs:

{% include spec_table.html filter_id="BCP-" show_releases=true %}

### [NMOS Informative Documents (INFO)](info/)

These provide NMOS implementation guides:

{% include spec_table.html filter_id="INFO-" %}

### [NMOS Parameter Registers](https://specs.amwa.tv/nmos-parameter-registers)

These specify constants for many types of NMOS parameter values:

{% include registers_table.html %}

### [NMOS Control Feature Sets](https://specs.amwa.tv/nmos-control-feature-sets)

These specify opt-in models for the NMOS Control Framework

{% include feature_sets_table.html %}

13 changes: 0 additions & 13 deletions themes.md

This file was deleted.

0 comments on commit bbf6c64

Please sign in to comment.