(f)
| 356 | return os.path.basename(f) == releaseNotesName |
| 357 | |
| 358 | def excludeHeadingsFor(f): |
| 359 | return headingExcludeRelease if isReleaseNotes(f) else headingExcludeDefault |
| 360 | |
| 361 | def updateSingleDocumentToC(input_file, min_toc_len, verbose=False): |
| 362 | """Add or update table of contents in specified file. Return 1 if file changed, 0 otherwise.""" |
no test coverage detected