Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1967,7 +1967,7 @@ class DocumentCheckResultsFormatter:
|
|
1967 |
"italics": True,
|
1968 |
"quotes": False,
|
1969 |
"description": "For Advisory Circulars, referenced document titles should be italicized but not quoted",
|
1970 |
-
"example": "See AC
|
1971 |
},
|
1972 |
"quotes_only": {
|
1973 |
"types": [
|
@@ -1978,14 +1978,14 @@ class DocumentCheckResultsFormatter:
|
|
1978 |
"italics": False,
|
1979 |
"quotes": True,
|
1980 |
"description": "For this document type, referenced document titles should be in quotes without italics",
|
1981 |
-
"example": 'See AC
|
1982 |
},
|
1983 |
"no_formatting": {
|
1984 |
"types": ["Policy Statement", "Other"],
|
1985 |
"italics": False,
|
1986 |
"quotes": False,
|
1987 |
"description": "For this document type, referenced document titles should not use italics or quotes",
|
1988 |
-
"example": "See AC
|
1989 |
}
|
1990 |
}
|
1991 |
|
|
|
1967 |
"italics": True,
|
1968 |
"quotes": False,
|
1969 |
"description": "For Advisory Circulars, referenced document titles should be italicized but not quoted",
|
1970 |
+
"example": "See AC 25.1309-1B, *System Design and Analysis*, for information on X."
|
1971 |
},
|
1972 |
"quotes_only": {
|
1973 |
"types": [
|
|
|
1978 |
"italics": False,
|
1979 |
"quotes": True,
|
1980 |
"description": "For this document type, referenced document titles should be in quotes without italics",
|
1981 |
+
"example": 'See AC 25.1309-1B, "System Design and Analysis," for information on X.'
|
1982 |
},
|
1983 |
"no_formatting": {
|
1984 |
"types": ["Policy Statement", "Other"],
|
1985 |
"italics": False,
|
1986 |
"quotes": False,
|
1987 |
"description": "For this document type, referenced document titles should not use italics or quotes",
|
1988 |
+
"example": "See AC 25.1309-1B, System Design and Analysis, for information on X."
|
1989 |
}
|
1990 |
}
|
1991 |
|