Scrape Supported Protocols and generate SupportedProtocols.md (#755)

* Tool to build the document.
* Add reference to new doc.
* Other
  - Move existing python unit tests to Python3
  - Use Python3's pylint
  - Fix pylint issues found after move.
  - Convince CI/Travis to install/use convince Python3 stuff.

Fixes #743
This commit is contained in:
sillyfrog
2019-06-15 18:32:05 +10:00
committed by David Conran
parent 84e7fdf56f
commit 711901c587
16 changed files with 422 additions and 34 deletions

3
.gitignore vendored
View File

@@ -8,6 +8,9 @@
# vi/vim
**/*.swp
# vscode
.vscode
## Build environments
# Platformio
**/.pio/