aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/lv2specgen.py
AgeCommit message (Collapse)AuthorFilesLines
2016-09-18Fix description tables in documentationDavid Robillard1-9/+3
This fixes the display of complex descriptions where properties have blank node values, and makes the output more deterministic. Most obvious in the description of params:EnvelopeControls.
2016-08-24Fix HTML in title of documentation pagesDavid Robillard1-0/+2
2014-11-26Add link to spec index on spec pages.David Robillard1-2/+6
2014-11-25Single-page API documentation with unified style.David Robillard1-53/+79
2014-11-01Fix merging of version histories in specification documentation.David Robillard1-2/+3
2014-08-08Order history entries by date.David Robillard1-1/+1
2014-08-04Move version from subtitle to metadata table.David Robillard1-1/+1
2014-07-31Fix change history on specification index page.David Robillard1-8/+10
2014-07-28Add description, date, and change log to documentation index.David Robillard1-26/+44
2014-05-08Improve documentation.David Robillard1-29/+37
2014-01-24atom: Deprecate Blank and Resource in favour of just Object.David Robillard1-4/+10
atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility. atom: Add lv2_atom_forge_key() for terser object writing. patch: Add patch:sequenceNumber for associating replies with requests. lv2specgen: Display deprecated warning on classes marked owl:deprecated.
2013-12-31Install lv2specgen for use by other projects.David Robillard1-33/+38
2013-12-31lv2specgen: Fix links to externally defined terms.David Robillard1-10/+10
2013-05-03Make lv2specgen more tolerant for command-line usage.David Robillard1-15/+20
2013-01-09Fix lv2specgen usage from command line.David Robillard1-4/+6
Fix round-trip UTF-8 support in lv2specgen. Support specifications with URI equivalent to prefix and/or slash namespaces.
2012-09-06Make documentation suitable for local installation.David Robillard1-13/+12
2012-09-03Use relative links between extensions so local documentation links work.David Robillard1-21/+19
Automatically link prefixed names to the appropriate resource.
2012-09-02Fix link regexp.David Robillard1-1/+1
2012-08-09Wrap rdfs:comment documentation in <p> tags to match the layour of ↵David Robillard1-1/+1
lv2:documentation.
2012-04-17Document rdfs:Datatype as a class.David Robillard1-1/+1
2012-03-30Automatically generate links to properties and instances as well as Classes.David Robillard1-34/+46
Validate after linkification, not before.
2012-03-27Fix duplicate information on instance descriptions.David Robillard1-1/+0
2012-03-26Move files listing into contents. Hopefully a more obvious link to the API ↵David Robillard1-10/+16
will appease the C curmudgeons.
2012-03-26Fix busted loading of spec properties (most noticably putting maintainer ↵David Robillard1-19/+18
information from other specs on the page when the spec itself has no maintainer listed).
2012-03-26Sort class hierarchy index at every level.David Robillard1-2/+8
2012-03-25Move people information in to a common place.David Robillard1-4/+5
2012-03-25Clean up author and seeAlso information.David Robillard1-37/+19
Remove download row from documentation header table and rename "History" section to "Releases" (which contains download links and is hopefully clear enough).
2012-03-23Update Python tool headers.David Robillard1-1/+1
2012-03-04Fix broken links.David Robillard1-2/+4
2012-03-04Fix links to #defines.David Robillard1-2/+1
2012-02-28Fix documentation links.David Robillard1-33/+15
2012-02-19Fix dangling commas in Properties and Instances index.David Robillard1-5/+7
2012-02-09Update metadata.David Robillard1-3/+3
2012-02-09Move documentation building into waf.David Robillard1-21/+19
2012-02-08Move Doxygen tag reading into lv2specgen and avoid intermediary file.David Robillard1-12/+57
2012-02-08Add more obvious separate download row to header table.David Robillard1-3/+12
2012-02-08Put doc links after headers in 'see also' list.David Robillard1-1/+6
2011-11-22Fix broken links.David Robillard1-1/+3
2011-11-22Don't link to releases for experimental extensions.David Robillard1-7/+12
2011-11-21Improve Turtle Pygments parser.David Robillard1-1/+2
2011-11-21Highlight qnames as Name.Tag.David Robillard1-4/+4
2011-11-21Handle Turtle comma correctly in Pygments parser.David Robillard1-3/+5
2011-11-20Lay out repository structure to match include and URI structure.David Robillard1-3/+2
Treat lv2core like all the other specifications in gendoc.py.
2011-11-17Show changelog for current development version.David Robillard1-11/+13
2011-11-17Use /usr/bin/env shebang.David Robillard1-1/+1
2011-11-17Skip all default namespaces added by rdflib.David Robillard1-2/+3
This is a bit of a kludge in that a prefix that matches default[0-9]* actually defined in the data file will not show up, but that's a pretty silly prefix name...
2011-11-17Add change log and release links to RDF.David Robillard1-3/+64
Add "Version History" section to generated documentation. Move doap metadata to separate file.
2011-11-14Less mysterious diagnostic messageDavid Robillard1-1/+2
2011-11-14Simplify footer (remove images).David Robillard1-9/+1
2011-11-14Make all lv2:documentation valid XHTML Basic 1.1.David Robillard1-0/+33
Validate lv2:documentation in lv2specgen (if lxml is available).