forked from platformio/platformio-core
Refactor docs for PIO Unified debug tools
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 19b51562c9...4e02d8a81e
@ -632,9 +632,9 @@ def update_debugging():
|
||||
end = end_tpl + tool
|
||||
begin_index = content.index(begin)
|
||||
end_index = content.index(end)
|
||||
chunk = ["\n\n**Compatible development platforms:**\n"]
|
||||
chunk = ["\n\n:Compatible Platforms:\n"]
|
||||
chunk.extend([
|
||||
"* :ref:`platform_%s`" % str(p)
|
||||
" * :ref:`platform_%s`" % str(p)
|
||||
for p in sorted(set(platforms))
|
||||
])
|
||||
chunk.extend(["\n"])
|
||||
|
Reference in New Issue
Block a user