aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/lv2specgen.py
AgeCommit message (Expand)AuthorFilesLines
2022-09-06Replace change history data with a plain text NEWS fileDavid Robillard1-2/+0
2022-09-06Remove change history from specification documentation pagesDavid Robillard1-74/+0
2022-08-12Warn when a stable release description has no file-releaseDavid Robillard1-0/+2
2022-08-05Fix documentation build with Python 3.7David Robillard1-2/+2
2022-07-19lv2specgen: Fix installed data pathsDavid Robillard1-3/+3
2022-07-17lv2specgen: Fix style and validation when installedDavid Robillard1-18/+70
2022-07-17lv2specgen: Remove warnings on external termsDavid Robillard1-3/+0
2022-07-17lv2specgen: Fix invalid output for terms about the spec itselfDavid Robillard1-1/+5
2022-07-17Use the same set of external vocabulary prefixes everywhereDavid Robillard1-17/+5
2022-07-17Switch to meson build systemDavid Robillard1-160/+0
2022-07-17Consistently use the prefix "dcterms" everywhereDavid Robillard1-1/+1
2022-07-17Clean up and modernize Python support codeDavid Robillard1-28/+32
2022-07-17Format all Python code with blackDavid Robillard1-22/+9
2022-07-17Use "python3" in shebangsDavid Robillard1-1/+1
2022-06-16lv2specgen: Use cleaner methods for string manipulationDavid Robillard1-4/+4
2022-06-16lv2specgen: Fix invalid variable referenceDavid Robillard1-1/+1
2022-06-16lv2specgen: Remove unused parameterDavid Robillard1-2/+2
2022-06-16lv2specgen: Fix clashing time namespace prefixDavid Robillard1-1/+7
2022-06-15lv2specgen: Use scoped file handlesDavid Robillard1-10/+7
2020-11-17Gracefully handle pending releases without datesDavid Robillard1-8/+18
2020-04-26Fix links in online documentation indexDavid Robillard1-4/+14
2020-04-10lv2specgen: Fix various flake8 issuesDavid Robillard1-32/+39
2020-04-10lv2specgen: Format code with blackDavid Robillard1-346/+567
2020-03-28lv2specgen: Add type label to resource documentation headersDavid Robillard1-0/+1
2020-03-28lv2specgen: Flatten page structureDavid Robillard1-4/+12
2020-03-28lv2specgen: Show label in metadata table for all resourcesDavid Robillard1-6/+19
2020-03-28lv2specgen: Don't show label in page description bodyDavid Robillard1-8/+2
2020-03-28lv2specgen: Use a consistent order for owl and rdfs metadataDavid Robillard1-1/+1
2020-03-28lv2specgen: Add support for Markdown documentationDavid Robillard1-16/+56
2020-03-28lv2specgen: Put restrictions in the same definition listDavid Robillard1-4/+8
2020-03-28lv2specgen: Factor out vocabulary linkificationDavid Robillard1-23/+31
2020-03-28lv2specgen: Show rdfs:seeAlso links nicelyDavid Robillard1-0/+2
2020-03-28lv2specgen: Factor out HTML linkificationDavid Robillard1-95/+101
2020-03-28lv2specgen: Show links within the current page without prefixesDavid Robillard1-1/+1
2020-03-28lv2specgen: Add list of subclasses to class documentationDavid Robillard1-1/+15
2020-03-28lv2specgen: Clean up linkification codeDavid Robillard1-4/+5
2020-02-16Use standard Turtle lexer in PygmentsDavid Robillard1-58/+2
2019-04-27Flatten documentation to fix fragment linksDavid Robillard1-10/+3
2019-04-27Remove file list from documentation pagesDavid Robillard1-25/+3
2019-03-24Use lighter and more consistent documentation styleDavid Robillard1-53/+53
2019-03-24Consistently use th for table header cellsDavid Robillard1-1/+1
2019-03-24Don't show raw restriction lists in terminfo tableDavid Robillard1-1/+1
2019-03-24Fix reproducible documentation developer/maintainer listsDavid Robillard1-2/+2
2019-03-24Add validation for complete specification pageDavid Robillard1-0/+13
2019-03-24Don't build file index for offline documentationDavid Robillard1-3/+3
2019-03-24Avoid redundant copy of Doxygen stylesheetDavid Robillard1-2/+2
2019-03-24Use friendlier labels for some built-in propertiesDavid Robillard1-2/+2
2019-03-24Use sorted() for sorted iterationDavid Robillard1-18/+9
2019-03-24Fix invalid HTML when specification index is emptyDavid Robillard1-5/+8
2019-03-24Fix broken links to API documentationDavid Robillard1-2/+4