Add dozens of new boards

This commit is contained in:
Ivan Kravets
2016-09-16 23:48:21 +03:00
parent 63748cd83d
commit 52bb6fcbf0
25 changed files with 1309 additions and 104 deletions

View File

@ -95,7 +95,7 @@ Packages
* - Name
- Contents""")
for name in sorted(packagenames):
assert name in API_PACKAGES
assert name in API_PACKAGES, name
contitems = [
"`{name} <{url}>`_".format(**item) for item in API_PACKAGES[name]
]