forked from platformio/platformio-core
Use stable docs
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = (3, 0, "0.dev16")
|
VERSION = (3, 0, "0.dev17")
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
|
@ -179,7 +179,7 @@ def lib_search(query, json_output, page, **filters):
|
|||||||
"please use documentation:")
|
"please use documentation:")
|
||||||
click.secho(
|
click.secho(
|
||||||
"http://docs.platformio.org"
|
"http://docs.platformio.org"
|
||||||
"/en/latest/userguide/lib/cmd_search.html\n",
|
"/en/stable/userguide/lib/cmd_search.html\n",
|
||||||
fg="cyan")
|
fg="cyan")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
@ -181,7 +181,7 @@ class CIBuildEnvsEmpty(PlatformioException):
|
|||||||
class TestDirEmpty(PlatformioException):
|
class TestDirEmpty(PlatformioException):
|
||||||
|
|
||||||
MESSAGE = "Test directory '{0}' is empty. More details about Unit "\
|
MESSAGE = "Test directory '{0}' is empty. More details about Unit "\
|
||||||
"Testing:\n http://docs.platformio.org/en/latest/platforms/"\
|
"Testing:\n http://docs.platformio.org/en/stable/platforms/"\
|
||||||
"unit_testing.html"
|
"unit_testing.html"
|
||||||
|
|
||||||
|
|
||||||
|
@ -207,7 +207,7 @@ def check_platformio_upgrade():
|
|||||||
click.secho("pip install -U platformio", fg="cyan", nl=False)
|
click.secho("pip install -U platformio", fg="cyan", nl=False)
|
||||||
click.secho("` command.", fg="yellow")
|
click.secho("` command.", fg="yellow")
|
||||||
click.secho("Changes: ", fg="yellow", nl=False)
|
click.secho("Changes: ", fg="yellow", nl=False)
|
||||||
click.secho("http://docs.platformio.org/en/latest/history.html", fg="cyan")
|
click.secho("http://docs.platformio.org/en/stable/history.html", fg="cyan")
|
||||||
click.echo("*" * terminal_width)
|
click.echo("*" * terminal_width)
|
||||||
click.echo("")
|
click.echo("")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user