forked from platformio/platformio-core
Docs: Sync dev-platforms
This commit is contained in:
2
docs
2
docs
Submodule docs updated: e94dd36bc1...9ec47a577b
2
examples
2
examples
Submodule examples updated: 84bc1a967a...3b78e61048
@ -163,7 +163,7 @@ def package_publish( # pylint: disable=too-many-arguments, too-many-locals
|
|||||||
("Version:", version),
|
("Version:", version),
|
||||||
]
|
]
|
||||||
if manifest.get("system"):
|
if manifest.get("system"):
|
||||||
data.insert(len(data) - 1, ("System", ", ".join(manifest.get("system"))))
|
data.insert(len(data) - 1, ("System:", ", ".join(manifest.get("system"))))
|
||||||
click.echo(tabulate(data, tablefmt="plain"))
|
click.echo(tabulate(data, tablefmt="plain"))
|
||||||
|
|
||||||
# look for duplicates
|
# look for duplicates
|
||||||
|
@ -789,7 +789,7 @@ board manifest `{id}.json <{board_manifest_url}>`_. For example,
|
|||||||
"""
|
"""
|
||||||
Uploading
|
Uploading
|
||||||
---------
|
---------
|
||||||
%s supports the next uploading protocols:
|
%s supports the following uploading protocols:
|
||||||
"""
|
"""
|
||||||
% board["name"]
|
% board["name"]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user