Add information about PlatformIO Web 2.0

This commit is contained in:
Ivan Kravets
2015-03-13 19:06:35 +02:00
parent 4e1e7ed4b5
commit 01f65ac4b0
16 changed files with 39 additions and 20 deletions

View File

@@ -1,11 +1,13 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
from os.path import dirname, join, realpath
from sys import path
from sys import exit as sys_exit
from math import ceil
from os.path import dirname, join, realpath
from sys import exit as sys_exit
from sys import path
path.append("..")
from platformio import util
from platformio.platforms.base import PLATFORM_PACKAGES, PlatformFactory
@@ -109,7 +111,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by
horizontal.
""")
@@ -155,7 +158,8 @@ Boards
------
.. note::
* You can list pre-configured boards by :ref:`cmd_boards` command
* You can list pre-configured boards by :ref:`cmd_boards` command or
`PlatformIO Web 2.0 <http://platformio.org/#!/boards>`_ site
* For more detailed ``board`` information please scroll tables below by horizontal.
""")