Spaces:
Sleeping
Sleeping
Changed air missions to air men per N 7930.114
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🐨
|
|
4 |
colorFrom: green
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
@@ -36,6 +36,7 @@ Supports all FAA document types covered by AIR-646, with checks aligned to:
|
|
36 |
|
37 |
## 2. Revision History
|
38 |
|
|
|
39 |
- **1/5/2025:** Added checks for 508 accessibility, heading levels, cross-references, and broken links. Updated the acronym checker for better accuracy.
|
40 |
- **12/8/2024:** Added paragraph and sentence length checks. Reorganized checks for workflow improvements. Updated the date format check to exclude certain AC numbers.
|
41 |
- **11/26/2024:** Initial release with 15 checks.
|
|
|
4 |
colorFrom: green
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.15.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
36 |
|
37 |
## 2. Revision History
|
38 |
|
39 |
+
- **2/10/2025:** Changed "notice to air missions" to "notice to airmen" per GENOT N 7930.114.
|
40 |
- **1/5/2025:** Added checks for 508 accessibility, heading levels, cross-references, and broken links. Updated the acronym checker for better accuracy.
|
41 |
- **12/8/2024:** Added paragraph and sentence length checks. Reorganized checks for workflow improvements. Updated the date format check to exclude certain AC numbers.
|
42 |
- **11/26/2024:** Initial release with 15 checks.
|