Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Node.findall` | Adam Turner | 2022-04-22 | 1 | -2/+2 |
| | |||||
* | `rawsource` is deprecated in `docutils.nodes.Text` | Adam Turner | 2022-04-22 | 1 | -2/+2 |
| | |||||
* | Doc: Add missing 'env-merge-info' to the todo tutorial. | Julien Palard | 2020-07-06 | 1 | -0/+8 |
| | |||||
* | Fix #7299: doc: Fix TODO tutorial | Takeshi KOMIYA | 2020-03-15 | 1 | -0/+3 |
| | |||||
* | docs: Remove unused imports | Stephen Finucane | 2019-02-25 | 1 | -1/+1 |
| | | | | | | These were causing flake8 failures. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | docs: Address further review comments | Stephen Finucane | 2019-02-18 | 1 | -8/+8 |
| | | | | | | | | | | todo: - Subclass SphinxDirective instead of Directive recipe: - Remove unnecessary '__init__' methods Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | docs: Address review comments | Stephen Finucane | 2019-02-14 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | helloworld: - Return version metadata from extension - Use 'reST' instead of 'rST' - Don't use single backticks todo: - Return version metadata from extension - Link to events section of API guide, rather than entire document - Include name of phases in when describing build phases - Use more method cross-references where possible - Fix typo in usage example recipe: - Return version metadata from extension - Rework code to simplify things - Remove docstrings from 'generate' functions, which are simply duplicates of the original docstring - Rename 'rcp' directive to 'recipe', the 'reref' role to 'ref', and a whole lot of variables to something more grokable - Fix typos in both documentation and code I've also fixed up the docstrings for some of the 'domain' functions to make them render a little nicer (they took me a while to figure out). Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | doc: Use 'literalinclude' directive for examples | Stephen Finucane | 2019-02-09 | 1 | -0/+120 |
This avoid duplication and could conceivably let us test this stuff in code later on. Signed-off-by: Stephen Finucane <stephen@that.guru> |