6 Commits

Author SHA1 Message Date
Ville Skyttä
770185004b
Code block improvements (#382)
* Use f-strings instead of .format()

* Code block language marker fixes

* Make example code blocks syntactically valid Python

* Run all python code blocks through black

https://github.com/scop/misc/blob/master/black_markdown.py

* Add some missing code block language markers

* Use shell language consistently to mark shell code blocks

* Undo folding of some example dicts

* Remove outdated OrderedDict comments per Python 3.7, replace with plain dict
2020-01-13 21:55:41 +02:00
Paul Hobbs
8e8e657f32 Update creating_component_index.md (#325)
Add 'integration' argument to script.scaffold command
2019-10-01 13:13:39 -07:00
Paulus Schoutsen
3a98667e1b
Add scaffold intro (#318) 2019-09-21 22:17:22 -07:00
almostserious
21f3c13df4 Update creating_component_index.md (#256)
The code blocks are above and not below the text
2019-05-16 17:43:15 +02:00
Paulus Schoutsen
ba924f7330
Docs to talk about intregrations (#215)
* Add manifest docs

* Talk about integrations

* Apply suggestions from code review

Co-Authored-By: balloob <paulus@home-assistant.io>

* Address comments

* Apply suggestions from code review

Co-Authored-By: balloob <paulus@home-assistant.io>

* Address comments

* Final comment

* Mention codeowners script
2019-04-06 20:08:49 -07:00
Paulus Schoutsen
2fd443fe2c fix broken links 2018-04-25 14:19:41 -04:00