forked from platformio/platformio-core
Docs: Sync dev-platforms
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 3567dbd909...920ac92202
2
examples
2
examples
Submodule examples updated: d722c23da4...fe5a503b44
@ -531,12 +531,13 @@ def generate_framework(type_, data, rst_dir=None):
|
||||
lines.append(" :ref:`projectconf_env_framework` = ``%s``" % type_)
|
||||
lines.append("")
|
||||
lines.append(data["description"])
|
||||
lines.append(
|
||||
"""
|
||||
if data["url"]:
|
||||
lines.append(
|
||||
"""
|
||||
For more detailed information please visit `vendor site <%s>`_.
|
||||
"""
|
||||
% campaign_url(data["url"])
|
||||
)
|
||||
% campaign_url(data["url"])
|
||||
)
|
||||
|
||||
lines.append(
|
||||
"""
|
||||
|
Reference in New Issue
Block a user