summaryrefslogtreecommitdiff
path: root/doc/bst2html.py
Commit message (Expand)AuthorAgeFilesLines
* doc/bst2html.py: Error out if bst command in doc failsctolentino82019-10-071-2/+5
* node: Add 'get_str_list' on 'MappingNode'Benjamin Schubert2019-07-171-1/+1
* _yaml: Decomission 'dump()'. 'roundtrip_dump' is an equivalent function nowBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_items' and add 'MappingNode.items()'Benjamin Schubert2019-07-151-1/+2
* doc/bst2html: Remove usage of 'node_get' and use new APIBenjamin Schubert2019-07-151-13/+11
* _yaml.pyx: Forbid expected_type=Mapping, and remove isinstance checkBenjamin Schubert2019-06-031-3/+2
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-4/+1
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
* bst2html.py: Name the second argument to avoid an errorjmac/doc-argument-fixJim MacArthur2018-10-161-1/+1
* update HACKING referencesAdam Jones2018-09-171-1/+1
* Fix E741 warningsjjardon/pycodestyle_fixesJavier Jardón2018-08-281-2/+2
* Fix E305 warningsJavier Jardón2018-08-281-0/+1
* doc/bst2html.py: Fix deprecation warningJavier Jardón2018-08-261-1/+1
* doc: Some modifications to the bst2html programTristan Van Berkom2018-08-051-71/+34
* doc: Build the docs without Buildstream installedbochecha/build-docsMathieu Bridon2018-08-041-4/+24
* doc/bst2html.py, doc/Makefile: Added --force optionTristan Van Berkom2018-06-161-4/+51
* doc/bst2html.py: Add support for `fake-output` when running commands.Tristan Van Berkom2018-06-161-21/+46
* doc: Improve the new console output html generatorTristan Van Berkom2018-06-131-115/+188
* doc: Don't allow setting a height on the generated session htmlTristan Van Berkom2018-06-121-10/+0
* doc/bst2html.py: Added bst2html.pyTristan Van Berkom2018-06-121-0/+345