-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[uss_qualifier] Clean up NetRID docs (#199)
* Clean up RID documentation * make format * Replace wbr tag with hopefully more GitHub-friendly option * Replace unicode breaking non-space with true space for GitHub * Force line breaks for package components to clean up table * Fix F3411-22a Misbehavior references
- Loading branch information
1 parent
fbf372f
commit 5b51a76
Showing
26 changed files
with
299 additions
and
146 deletions.
There are no files selected for viewing
10 changes: 0 additions & 10 deletions
10
monitoring/uss_qualifier/requirements/interuss/automated_testing/rid.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
monitoring/uss_qualifier/requirements/interuss/uss_qualifier/unit_test.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# USS Qualifier unit test requirements | ||
|
||
This file is used to defines requirements to support unit testing. | ||
This file is used to define requirements to support unit testing. | ||
|
||
## Dummy requirements | ||
* <tt>REQ001</tt> | ||
* <tt>REQ100</tt> | ||
* <tt>REQ101</tt> | ||
* <tt>REQ101</tt> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
monitoring/uss_qualifier/scenarios/astm/netrid/v22a/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from .dss_interoperability import DSSInteroperability | ||
from .nominal_behavior import NominalBehavior | ||
from .misbehavior import Misbehavior | ||
from .aggregate_checks import AggregateChecks |
Oops, something went wrong.