|
| 1 | +colrev.constants.DefectCodes |
| 2 | +============================ |
| 3 | + |
| 4 | +.. currentmodule:: colrev.constants |
| 5 | + |
| 6 | +.. autoclass:: DefectCodes |
| 7 | + :members: |
| 8 | + :show-inheritance: |
| 9 | + :inherited-members: |
| 10 | + :special-members: __call__, __add__, __mul__ |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + .. rubric:: Attributes |
| 19 | + |
| 20 | + .. autosummary:: |
| 21 | + |
| 22 | + ~DefectCodes.CONTAINER_TITLE_ABBREVIATED |
| 23 | + ~DefectCodes.DOI_NOT_MATCHING_PATTERN |
| 24 | + ~DefectCodes.ERRONEOUS_SYMBOL_IN_FIELD |
| 25 | + ~DefectCodes.ERRONEOUS_TERM_IN_FIELD |
| 26 | + ~DefectCodes.ERRONEOUS_TITLE_FIELD |
| 27 | + ~DefectCodes.HTML_TAGS |
| 28 | + ~DefectCodes.IDENTICAL_VALUES_BETWEEN_TITLE_AND_CONTAINER |
| 29 | + ~DefectCodes.INCOMPLETE_FIELD |
| 30 | + ~DefectCodes.INCONSISTENT_CONTENT |
| 31 | + ~DefectCodes.INCONSISTENT_WITH_DOI_METADATA |
| 32 | + ~DefectCodes.INCONSISTENT_WITH_ENTRYTYPE |
| 33 | + ~DefectCodes.ISBN_NOT_MATCHING_PATTERN |
| 34 | + ~DefectCodes.LANGUAGE_FORMAT_ERROR |
| 35 | + ~DefectCodes.LANGUAGE_UNKNOWN |
| 36 | + ~DefectCodes.MISSING |
| 37 | + ~DefectCodes.MOSTLY_ALL_CAPS |
| 38 | + ~DefectCodes.NAME_ABBREVIATED |
| 39 | + ~DefectCodes.NAME_FORMAT_SEPARTORS |
| 40 | + ~DefectCodes.NAME_FORMAT_TITLES |
| 41 | + ~DefectCodes.NAME_PARTICLES |
| 42 | + ~DefectCodes.PAGE_RANGE |
| 43 | + ~DefectCodes.PUBMED_ID_NOT_MATCHING_PATTERN |
| 44 | + ~DefectCodes.RECORD_NOT_IN_TOC |
| 45 | + ~DefectCodes.THESIS_WITH_MULTIPLE_AUTHORS |
| 46 | + ~DefectCodes.YEAR_FORMAT |
0 commit comments