Update docs for Atom/VSCode; other improvements

This commit is contained in:
Ivan Kravets
2017-06-11 01:57:58 +03:00
parent b2c37311b9
commit 1827223b1c
3 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ def generate_boards(boards, extend_debug=False):
- RAM""")
for data in sorted(boards, key=lambda item: item['id']):
debug = [":ref:`Yes <debugging>`" if data['debug'] else ""]
debug = [":ref:`Yes <piodebug>`" if data['debug'] else ""]
if extend_debug and data['debug']:
debug = []
for name, options in data['debug']['tools'].items():