mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
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
|
end = end_tpl + tool
|
||||||
begin_index = content.index(begin)
|
begin_index = content.index(begin)
|
||||||
end_index = content.index(end)
|
end_index = content.index(end)
|
||||||
chunk = ["\n\n**Compatible development platforms:**\n"]
|
chunk = ["\n\n:Compatible Platforms:\n"]
|
||||||
chunk.extend([
|
chunk.extend([
|
||||||
"* :ref:`platform_%s`" % str(p)
|
" * :ref:`platform_%s`" % str(p)
|
||||||
for p in sorted(set(platforms))
|
for p in sorted(set(platforms))
|
||||||
])
|
])
|
||||||
chunk.extend(["\n"])
|
chunk.extend(["\n"])
|
||||||
|
Reference in New Issue
Block a user