Skip to content

Commit 1c971fa

Browse files
committed
Remove :no-typesetting:
1 parent 4361496 commit 1c971fa

File tree

1 file changed

+0
-210
lines changed

1 file changed

+0
-210
lines changed

Doc/c-api/exceptions.rst

Lines changed: 0 additions & 210 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,279 +1002,114 @@ Exception types
10021002
* * C name
10031003
* Python name
10041004
* * .. c:var:: PyObject *PyExc_BaseException
1005-
:no-typesetting:
1006-
1007-
:c:var:`!PyExc_BaseException`
10081005
* :exc:`BaseException`
10091006
* * .. c:var:: PyObject *PyExc_BaseExceptionGroup
1010-
:no-typesetting:
1011-
1012-
:c:var:`!PyExc_BaseExceptionGroup`
10131007
* :exc:`BaseExceptionGroup`
10141008
* * .. c:var:: PyObject *PyExc_Exception
1015-
:no-typesetting:
1016-
1017-
:c:var:`!PyExc_Exception`
10181009
* :exc:`Exception`
10191010
* * .. c:var:: PyObject *PyExc_ArithmeticError
1020-
:no-typesetting:
1021-
1022-
:c:var:`!PyExc_ArithmeticError`
10231011
* :exc:`ArithmeticError`
10241012
* * .. c:var:: PyObject *PyExc_AssertionError
1025-
:no-typesetting:
1026-
1027-
:c:var:`!PyExc_AssertionError`
10281013
* :exc:`AssertionError`
10291014
* * .. c:var:: PyObject *PyExc_AttributeError
1030-
:no-typesetting:
1031-
1032-
:c:var:`!PyExc_AttributeError`
10331015
* :exc:`AttributeError`
10341016
* * .. c:var:: PyObject *PyExc_BlockingIOError
1035-
:no-typesetting:
1036-
1037-
:c:var:`!PyExc_BlockingIOError`
10381017
* :exc:`BlockingIOError`
10391018
* * .. c:var:: PyObject *PyExc_BrokenPipeError
1040-
:no-typesetting:
1041-
1042-
:c:var:`!PyExc_BrokenPipeError`
10431019
* :exc:`BrokenPipeError`
10441020
* * .. c:var:: PyObject *PyExc_BufferError
1045-
:no-typesetting:
1046-
1047-
:c:var:`!PyExc_BufferError`
10481021
* :exc:`BufferError`
10491022
* * .. c:var:: PyObject *PyExc_ChildProcessError
1050-
:no-typesetting:
1051-
1052-
:c:var:`!PyExc_ChildProcessError`
10531023
* :exc:`ChildProcessError`
10541024
* * .. c:var:: PyObject *PyExc_ConnectionAbortedError
1055-
:no-typesetting:
1056-
1057-
:c:var:`!PyExc_ConnectionAbortedError`
10581025
* :exc:`ConnectionAbortedError`
10591026
* * .. c:var:: PyObject *PyExc_ConnectionError
1060-
:no-typesetting:
1061-
1062-
:c:var:`!PyExc_ConnectionError`
10631027
* :exc:`ConnectionError`
10641028
* * .. c:var:: PyObject *PyExc_ConnectionRefusedError
1065-
:no-typesetting:
1066-
1067-
:c:var:`!PyExc_ConnectionRefusedError`
10681029
* :exc:`ConnectionRefusedError`
10691030
* * .. c:var:: PyObject *PyExc_ConnectionResetError
1070-
:no-typesetting:
1071-
1072-
:c:var:`!PyExc_ConnectionResetError`
10731031
* :exc:`ConnectionResetError`
10741032
* * .. c:var:: PyObject *PyExc_EOFError
1075-
:no-typesetting:
1076-
1077-
:c:var:`!PyExc_EOFError`
10781033
* :exc:`EOFError`
10791034
* * .. c:var:: PyObject *PyExc_FileExistsError
1080-
:no-typesetting:
1081-
1082-
:c:var:`!PyExc_FileExistsError`
10831035
* :exc:`FileExistsError`
10841036
* * .. c:var:: PyObject *PyExc_FileNotFoundError
1085-
:no-typesetting:
1086-
1087-
:c:var:`!PyExc_FileNotFoundError`
10881037
* :exc:`FileNotFoundError`
10891038
* * .. c:var:: PyObject *PyExc_FloatingPointError
1090-
:no-typesetting:
1091-
1092-
:c:var:`!PyExc_FloatingPointError`
10931039
* :exc:`FloatingPointError`
10941040
* * .. c:var:: PyObject *PyExc_GeneratorExit
1095-
:no-typesetting:
1096-
1097-
:c:var:`!PyExc_GeneratorExit`
10981041
* :exc:`GeneratorExit`
10991042
* * .. c:var:: PyObject *PyExc_ImportError
1100-
:no-typesetting:
1101-
1102-
:c:var:`!PyExc_ImportError`
11031043
* :exc:`ImportError`
11041044
* * .. c:var:: PyObject *PyExc_IndentationError
1105-
:no-typesetting:
1106-
1107-
:c:var:`!PyExc_IndentationError`
11081045
* :exc:`IndentationError`
11091046
* * .. c:var:: PyObject *PyExc_IndexError
1110-
:no-typesetting:
1111-
1112-
:c:var:`!PyExc_IndexError`
11131047
* :exc:`IndexError`
11141048
* * .. c:var:: PyObject *PyExc_InterruptedError
1115-
:no-typesetting:
1116-
1117-
:c:var:`!PyExc_InterruptedError`
11181049
* :exc:`InterruptedError`
11191050
* * .. c:var:: PyObject *PyExc_IsADirectoryError
1120-
:no-typesetting:
1121-
1122-
:c:var:`!PyExc_IsADirectoryError`
11231051
* :exc:`IsADirectoryError`
11241052
* * .. c:var:: PyObject *PyExc_KeyError
1125-
:no-typesetting:
1126-
1127-
:c:var:`!PyExc_KeyError`
11281053
* :exc:`KeyError`
11291054
* * .. c:var:: PyObject *PyExc_KeyboardInterrupt
1130-
:no-typesetting:
1131-
1132-
:c:var:`!PyExc_KeyboardInterrupt`
11331055
* :exc:`KeyboardInterrupt`
11341056
* * .. c:var:: PyObject *PyExc_LookupError
1135-
:no-typesetting:
1136-
1137-
:c:var:`!PyExc_LookupError`
11381057
* :exc:`LookupError`
11391058
* * .. c:var:: PyObject *PyExc_MemoryError
1140-
:no-typesetting:
1141-
1142-
:c:var:`!PyExc_MemoryError`
11431059
* :exc:`MemoryError`
11441060
* * .. c:var:: PyObject *PyExc_ModuleNotFoundError
1145-
:no-typesetting:
1146-
1147-
:c:var:`!PyExc_ModuleNotFoundError`
11481061
* :exc:`ModuleNotFoundError`
11491062
* * .. c:var:: PyObject *PyExc_NameError
1150-
:no-typesetting:
1151-
1152-
:c:var:`!PyExc_NameError`
11531063
* :exc:`NameError`
11541064
* * .. c:var:: PyObject *PyExc_NotADirectoryError
1155-
:no-typesetting:
1156-
1157-
:c:var:`!PyExc_NotADirectoryError`
11581065
* :exc:`NotADirectoryError`
11591066
* * .. c:var:: PyObject *PyExc_NotImplementedError
1160-
:no-typesetting:
1161-
1162-
:c:var:`!PyExc_NotImplementedError`
11631067
* :exc:`NotImplementedError`
11641068
* * .. c:var:: PyObject *PyExc_OSError
1165-
:no-typesetting:
1166-
1167-
:c:var:`!PyExc_OSError`
11681069
* :exc:`OSError`
11691070
* * .. c:var:: PyObject *PyExc_OverflowError
1170-
:no-typesetting:
1171-
1172-
:c:var:`!PyExc_OverflowError`
11731071
* :exc:`OverflowError`
11741072
* * .. c:var:: PyObject *PyExc_PermissionError
1175-
:no-typesetting:
1176-
1177-
:c:var:`!PyExc_PermissionError`
11781073
* :exc:`PermissionError`
11791074
* * .. c:var:: PyObject *PyExc_ProcessLookupError
1180-
:no-typesetting:
1181-
1182-
:c:var:`!PyExc_ProcessLookupError`
11831075
* :exc:`ProcessLookupError`
11841076
* * .. c:var:: PyObject *PyExc_PythonFinalizationError
1185-
:no-typesetting:
1186-
1187-
:c:var:`!PyExc_PythonFinalizationError`
11881077
* :exc:`PythonFinalizationError`
11891078
* * .. c:var:: PyObject *PyExc_RecursionError
1190-
:no-typesetting:
1191-
1192-
:c:var:`!PyExc_RecursionError`
11931079
* :exc:`RecursionError`
11941080
* * .. c:var:: PyObject *PyExc_ReferenceError
1195-
:no-typesetting:
1196-
1197-
:c:var:`!PyExc_ReferenceError`
11981081
* :exc:`ReferenceError`
11991082
* * .. c:var:: PyObject *PyExc_RuntimeError
1200-
:no-typesetting:
1201-
1202-
:c:var:`!PyExc_RuntimeError`
12031083
* :exc:`RuntimeError`
12041084
* * .. c:var:: PyObject *PyExc_StopAsyncIteration
1205-
:no-typesetting:
1206-
1207-
:c:var:`!PyExc_StopAsyncIteration`
12081085
* :exc:`StopAsyncIteration`
12091086
* * .. c:var:: PyObject *PyExc_StopIteration
1210-
:no-typesetting:
1211-
1212-
:c:var:`!PyExc_StopIteration`
12131087
* :exc:`StopIteration`
12141088
* * .. c:var:: PyObject *PyExc_SyntaxError
1215-
:no-typesetting:
1216-
1217-
:c:var:`!PyExc_SyntaxError`
12181089
* :exc:`SyntaxError`
12191090
* * .. c:var:: PyObject *PyExc_SystemError
1220-
:no-typesetting:
1221-
1222-
:c:var:`!PyExc_SystemError`
12231091
* :exc:`SystemError`
12241092
* * .. c:var:: PyObject *PyExc_SystemExit
1225-
:no-typesetting:
1226-
1227-
:c:var:`!PyExc_SystemExit`
12281093
* :exc:`SystemExit`
12291094
* * .. c:var:: PyObject *PyExc_TabError
1230-
:no-typesetting:
1231-
1232-
:c:var:`!PyExc_TabError`
12331095
* :exc:`TabError`
12341096
* * .. c:var:: PyObject *PyExc_TimeoutError
1235-
:no-typesetting:
1236-
1237-
:c:var:`!PyExc_TimeoutError`
12381097
* :exc:`TimeoutError`
12391098
* * .. c:var:: PyObject *PyExc_TypeError
1240-
:no-typesetting:
1241-
1242-
:c:var:`!PyExc_TypeError`
12431099
* :exc:`TypeError`
12441100
* * .. c:var:: PyObject *PyExc_UnboundLocalError
1245-
:no-typesetting:
1246-
1247-
:c:var:`!PyExc_UnboundLocalError`
12481101
* :exc:`UnboundLocalError`
12491102
* * .. c:var:: PyObject *PyExc_UnicodeDecodeError
1250-
:no-typesetting:
1251-
1252-
:c:var:`!PyExc_UnicodeDecodeError`
12531103
* :exc:`UnicodeDecodeError`
12541104
* * .. c:var:: PyObject *PyExc_UnicodeEncodeError
1255-
:no-typesetting:
1256-
1257-
:c:var:`!PyExc_UnicodeEncodeError`
12581105
* :exc:`UnicodeEncodeError`
12591106
* * .. c:var:: PyObject *PyExc_UnicodeError
1260-
:no-typesetting:
1261-
1262-
:c:var:`!PyExc_UnicodeError`
12631107
* :exc:`UnicodeError`
12641108
* * .. c:var:: PyObject *PyExc_UnicodeTranslateError
1265-
:no-typesetting:
1266-
1267-
:c:var:`!PyExc_UnicodeTranslateError`
12681109
* :exc:`UnicodeTranslateError`
12691110
* * .. c:var:: PyObject *PyExc_ValueError
1270-
:no-typesetting:
1271-
1272-
:c:var:`!PyExc_ValueError`
12731111
* :exc:`ValueError`
12741112
* * .. c:var:: PyObject *PyExc_ZeroDivisionError
1275-
:no-typesetting:
1276-
1277-
:c:var:`!PyExc_ZeroDivisionError`
12781113
* :exc:`ZeroDivisionError`
12791114
12801115
.. versionadded:: 3.3
@@ -1314,21 +1149,12 @@ The following are a compatibility aliases to :c:data:`PyExc_OSError`.
13141149
* Python name
13151150
* Notes
13161151
* * .. c:var:: PyObject *PyExc_EnvironmentError
1317-
:no-typesetting:
1318-
1319-
:c:var:`!PyExc_EnvironmentError`
13201152
* :exc:`OSError`
13211153
*
13221154
* * .. c:var:: PyObject *PyExc_IOError
1323-
:no-typesetting:
1324-
1325-
:c:var:`!PyExc_IOError`
13261155
* :exc:`OSError`
13271156
*
13281157
* * .. c:var:: PyObject *PyExc_WindowsError
1329-
:no-typesetting:
1330-
1331-
:c:var:`!PyExc_WindowsError`
13321158
* :exc:`OSError`
13331159
* [win]_
13341160
@@ -1352,64 +1178,28 @@ Warning types
13521178
* * C name
13531179
* Python name
13541180
* * .. c:var:: PyObject *PyExc_Warning
1355-
:no-typesetting:
1356-
1357-
:c:var:`!PyExc_Warning`
13581181
* :exc:`Warning`
13591182
* * .. c:var:: PyObject *PyExc_BytesWarning
1360-
:no-typesetting:
1361-
1362-
:c:var:`!PyExc_BytesWarning`
13631183
* :exc:`BytesWarning`
13641184
* * .. c:var:: PyObject *PyExc_DeprecationWarning
1365-
:no-typesetting:
1366-
1367-
:c:var:`!PyExc_DeprecationWarning`
13681185
* :exc:`DeprecationWarning`
13691186
* * .. c:var:: PyObject *PyExc_EncodingWarning
1370-
:no-typesetting:
1371-
1372-
:c:var:`!PyExc_EncodingWarning`
13731187
* :exc:`EncodingWarning`
13741188
* * .. c:var:: PyObject *PyExc_FutureWarning
1375-
:no-typesetting:
1376-
1377-
:c:var:`!PyExc_FutureWarning`
13781189
* :exc:`FutureWarning`
13791190
* * .. c:var:: PyObject *PyExc_ImportWarning
1380-
:no-typesetting:
1381-
1382-
:c:var:`!PyExc_ImportWarning`
13831191
* :exc:`ImportWarning`
13841192
* * .. c:var:: PyObject *PyExc_PendingDeprecationWarning
1385-
:no-typesetting:
1386-
1387-
:c:var:`!PyExc_PendingDeprecationWarning`
13881193
* :exc:`PendingDeprecationWarning`
13891194
* * .. c:var:: PyObject *PyExc_ResourceWarning
1390-
:no-typesetting:
1391-
1392-
:c:var:`!PyExc_ResourceWarning`
13931195
* :exc:`ResourceWarning`
13941196
* * .. c:var:: PyObject *PyExc_RuntimeWarning
1395-
:no-typesetting:
1396-
1397-
:c:var:`!PyExc_RuntimeWarning`
13981197
* :exc:`RuntimeWarning`
13991198
* * .. c:var:: PyObject *PyExc_SyntaxWarning
1400-
:no-typesetting:
1401-
1402-
:c:var:`!PyExc_SyntaxWarning`
14031199
* :exc:`SyntaxWarning`
14041200
* * .. c:var:: PyObject *PyExc_UnicodeWarning
1405-
:no-typesetting:
1406-
1407-
:c:var:`!PyExc_UnicodeWarning`
14081201
* :exc:`UnicodeWarning`
14091202
* * .. c:var:: PyObject *PyExc_UserWarning
1410-
:no-typesetting:
1411-
1412-
:c:var:`!PyExc_UserWarning`
14131203
* :exc:`UserWarning`
14141204
14151205
.. versionadded:: 3.2

0 commit comments

Comments
 (0)