From da2946f45c6ee0ac0405108dbf43c6244d18ee27 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 23 Apr 2016 20:21:04 +0300 Subject: [PATCH] Update links to the new repo with Project Examples --- .travis.yml | 17 +++++++++-------- HISTORY.rst | 8 ++++---- circle.yml | 2 +- docs/demo.rst | 2 +- docs/frameworks/cmsis_extra.rst | 4 ++-- docs/frameworks/libopencm3_extra.rst | 4 ++-- docs/frameworks/mbed_extra.rst | 12 ++++++------ docs/frameworks/spl_extra.rst | 4 ++-- docs/frameworks/wiringpi_extra.rst | 6 +++--- docs/ide/clion.rst | 4 ++-- docs/ide/eclipse.rst | 2 +- docs/ide/qtcreator.rst | 2 +- docs/ide/sublimetext.rst | 2 +- docs/ide/visualstudio.rst | 2 +- docs/platforms/atmelavr_extra.rst | 18 +++++++++--------- docs/platforms/espressif_extra.rst | 8 ++++---- docs/platforms/nordicnrf51_extra.rst | 4 ++-- docs/platforms/ststm32_extra.rst | 8 ++++---- docs/platforms/teensy_extra.rst | 8 ++++---- docs/platforms/timsp430_extra.rst | 10 +++++----- docs/platforms/titiva_extra.rst | 8 ++++---- docs/projectconf.rst | 2 +- docs/userguide/cmd_run.rst | 2 +- 23 files changed, 70 insertions(+), 69 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bc3e58f..3dacc899 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,22 @@ language: python python: - "2.7" + - "2.7" env: - TOX_ENV=docs - TOX_ENV=lint - TOX_ENV=py26 - TOX_ENV=py27 + - TOX_ENV=docs + - TOX_ENV=lint + - TOX_ENV=py26 + - TOX_ENV=py27 install: - pip install -U pip setuptools tox + - git submodule update --init --recursive + - pip install -U pip setuptools tox script: - tox -e $TOX_ENV + - tox -e $TOX_ENV notifications: slack: - secure: uEU56hHACLxq6iRRZ0JeAl/MPADqQWMZZAsZB9IOnXaRUd0Pa6lT2CicJXhVlsEEbNRqR2u5LbcQ4R0nvAKPjYgglDlDet4RfhP+YIqLX2v2dv3B5q8cITsKMUUediv4fybdO/nmvQSImq5nqRQQsXKAwTAJZooIwS3F5Dsg+eE= + secure: ksQmXOP5NVsf8IgoDuxD68Q/YNwDpZuwq0V29h2dxYCr38oYdAkq/Os4LSCs0X6P0cQFf6nC1hM/d+cAvU+SmzcHGxEceHNEGCg3/TAj+68KIwooPU93Lfq1zwdfteZWxANjKlCQy4+wZliHLhL8fvCYgfJww/6qKmqSYleBNM= on_failure: always on_success: change diff --git a/HISTORY.rst b/HISTORY.rst index 137f68ed..1e7c67f4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -838,9 +838,9 @@ PlatformIO 0.0 * Fixed "*OSError: [Errno 2] No such file or directory*" within `platformio run `__ command when PlatformIO isn't installed properly -* Fixed example for `Eclipse IDE with Tiva board `_ +* Fixed example for `Eclipse IDE with Tiva board `_ (`issue #32 `_) -* Upgraded `Eclipse Project Examples `_ +* Upgraded `Eclipse Project Examples `_ to latest *Luna* and *PlatformIO* releases 0.9.0 (2014-12-01) @@ -908,7 +908,7 @@ PlatformIO 0.0 * Disabled default warning flag "-Wall" * Added auto-conversation from \*.ino to valid \*.cpp for Arduino/Energia frameworks (`issue #7 `_) -* Added `Arduino example `_ +* Added `Arduino example `_ with external library (*Adafruit CC3000*) * Implemented `platformio upgrade `_ command and "auto-check" for the latest @@ -957,7 +957,7 @@ PlatformIO 0.0 * Resolved `issue #1 "Build referred libraries" `_ * Renamed project's "libs" directory to "lib" -* Added `arduino-internal-library `_ example +* Added `arduino-internal-library `_ example * Changed to beta status diff --git a/circle.yml b/circle.yml index ccc55a3a..6f493626 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,7 @@ machine: checkout: post: - - git submodule update --init + - git submodule update --init --recursive - pip install -U pip setuptools virtualenv dependencies: diff --git a/docs/demo.rst b/docs/demo.rst index b7487222..e53a31fa 100644 --- a/docs/demo.rst +++ b/docs/demo.rst @@ -29,7 +29,7 @@ Preconfigured demo projects are located in `PlatformIO GitHub `_ +1. Source code of `Wiring Blink Example `_ 2. :ref:`cmd_run` command 3. :ref:`platformio run -t upload ` command. diff --git a/docs/frameworks/cmsis_extra.rst b/docs/frameworks/cmsis_extra.rst index 1ab45803..d57aff1a 100644 --- a/docs/frameworks/cmsis_extra.rst +++ b/docs/frameworks/cmsis_extra.rst @@ -20,6 +20,6 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for CMSIS framework `_. +`Examples for CMSIS framework `_. -* `Blink `_ +* `Blink `_ diff --git a/docs/frameworks/libopencm3_extra.rst b/docs/frameworks/libopencm3_extra.rst index 3f719017..f0bc221a 100644 --- a/docs/frameworks/libopencm3_extra.rst +++ b/docs/frameworks/libopencm3_extra.rst @@ -13,6 +13,6 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for libOpenCM3 framework `_. +`Examples for libOpenCM3 framework `_. -* `Blink `_ +* `Blink `_ diff --git a/docs/frameworks/mbed_extra.rst b/docs/frameworks/mbed_extra.rst index 0b9fa855..b073db35 100644 --- a/docs/frameworks/mbed_extra.rst +++ b/docs/frameworks/mbed_extra.rst @@ -23,10 +23,10 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for MBED framework `_. +`Examples for MBED framework `_. -* `Blink `_ -* `DSP `_ -* `HTTP Client `_ -* `RTOS `_ -* `Serial `_ +* `Blink `_ +* `DSP `_ +* `HTTP Client `_ +* `RTOS `_ +* `Serial `_ diff --git a/docs/frameworks/spl_extra.rst b/docs/frameworks/spl_extra.rst index a8e7c984..15b14696 100644 --- a/docs/frameworks/spl_extra.rst +++ b/docs/frameworks/spl_extra.rst @@ -13,6 +13,6 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for SPL framework `_. +`Examples for SPL framework `_. -* `Blink `_ +* `Blink `_ diff --git a/docs/frameworks/wiringpi_extra.rst b/docs/frameworks/wiringpi_extra.rst index 475e5bd4..e82a29bc 100644 --- a/docs/frameworks/wiringpi_extra.rst +++ b/docs/frameworks/wiringpi_extra.rst @@ -13,7 +13,7 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for WiringPi framework `_. +`Examples for WiringPi framework `_. -* `Blink `_ -* `Serial `_ +* `Blink `_ +* `Serial `_ diff --git a/docs/ide/clion.rst b/docs/ide/clion.rst index ebdcbd66..4ad92d8f 100644 --- a/docs/ide/clion.rst +++ b/docs/ide/clion.rst @@ -73,7 +73,7 @@ the screenshot below): (will be created in project directory after initialization). ``*.ino`` file isn't acceptable for ``add_executable`` command. You should - convert it manually to ``*.cpp``. See `project example `_. + convert it manually to ``*.cpp``. See `project example `_. More info `CLion issue #CPP-3977 `_. Active discussion is located in @@ -94,4 +94,4 @@ Examples "Blink" Project ^^^^^^^^^^^^^^^ -Source code of `CLion "Blink" Project `_. +Source code of `CLion "Blink" Project `_. diff --git a/docs/ide/eclipse.rst b/docs/ide/eclipse.rst index 4da704a7..7a775272 100644 --- a/docs/ide/eclipse.rst +++ b/docs/ide/eclipse.rst @@ -86,4 +86,4 @@ Examples "Blink" Project ^^^^^^^^^^^^^^^ -Source code of `Eclipse "Blink" Project `_. +Source code of `Eclipse "Blink" Project `_. diff --git a/docs/ide/qtcreator.rst b/docs/ide/qtcreator.rst index d0351c4b..79baddc6 100644 --- a/docs/ide/qtcreator.rst +++ b/docs/ide/qtcreator.rst @@ -193,4 +193,4 @@ Examples "Blink" Project ^^^^^^^^^^^^^^^ -Source code of `Qt Creator "Blink" Project `_. +Source code of `Qt Creator "Blink" Project `_. diff --git a/docs/ide/sublimetext.rst b/docs/ide/sublimetext.rst index 0b6f9b28..42d64bf4 100644 --- a/docs/ide/sublimetext.rst +++ b/docs/ide/sublimetext.rst @@ -192,4 +192,4 @@ Examples "Blink" Project ^^^^^^^^^^^^^^^ -Source code of `Sublime Text "Blink" Project `_. +Source code of `Sublime Text "Blink" Project `_. diff --git a/docs/ide/visualstudio.rst b/docs/ide/visualstudio.rst index 84343e36..8d70dfbe 100644 --- a/docs/ide/visualstudio.rst +++ b/docs/ide/visualstudio.rst @@ -153,7 +153,7 @@ Examples "Blink" Project ^^^^^^^^^^^^^^^ -Source code of `Visual Studio "Blink" Project `_. +Source code of `Visual Studio "Blink" Project `_. Known issues ------------ diff --git a/docs/platforms/atmelavr_extra.rst b/docs/platforms/atmelavr_extra.rst index c2c68f0e..8ef5a20f 100644 --- a/docs/platforms/atmelavr_extra.rst +++ b/docs/platforms/atmelavr_extra.rst @@ -112,13 +112,13 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for Atmel AVR platform `_. +`Examples for Atmel AVR platform `_. -* `Wiring Blink `_ -* `Arduino with external libraries `_ -* `Arduino with internal libraries `_ -* `Project uses source file name for "src" directory (Arduino project structure) `_ -* `Atmel AVR Native blink `_ -* `Digitstump Mouse `_ -* `Engduino magnetometer `_ -* `PanStamp blink `_ +* `Wiring Blink `_ +* `Arduino with external libraries `_ +* `Arduino with internal libraries `_ +* `Project uses source file name for "src" directory (Arduino project structure) `_ +* `Atmel AVR Native blink `_ +* `Digitstump Mouse `_ +* `Engduino magnetometer `_ +* `PanStamp blink `_ diff --git a/docs/platforms/espressif_extra.rst b/docs/platforms/espressif_extra.rst index 01100f6b..c4a32b3f 100644 --- a/docs/platforms/espressif_extra.rst +++ b/docs/platforms/espressif_extra.rst @@ -253,8 +253,8 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for Espressif platform `_. +`Examples for Espressif platform `_. -* `Native SDK `_ -* `WebServer `_ -* `WiFiScan `_ +* `Native SDK `_ +* `WebServer `_ +* `WiFiScan `_ diff --git a/docs/platforms/nordicnrf51_extra.rst b/docs/platforms/nordicnrf51_extra.rst index ebaafa98..beab99ce 100644 --- a/docs/platforms/nordicnrf51_extra.rst +++ b/docs/platforms/nordicnrf51_extra.rst @@ -13,6 +13,6 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for Nordic nRF51 platform `_. +`Examples for Nordic nRF51 platform `_. -* `RFduino iBeacon `_ +* `RFduino iBeacon `_ diff --git a/docs/platforms/ststm32_extra.rst b/docs/platforms/ststm32_extra.rst index c30f3b7e..6a98012b 100644 --- a/docs/platforms/ststm32_extra.rst +++ b/docs/platforms/ststm32_extra.rst @@ -22,8 +22,8 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for ST STM32 platform `_. +`Examples for ST STM32 platform `_. -* `CMSIS Blink `_ -* `libOpenCM3 Blink `_ -* `SPL Blink `_ +* `CMSIS Blink `_ +* `libOpenCM3 Blink `_ +* `SPL Blink `_ diff --git a/docs/platforms/teensy_extra.rst b/docs/platforms/teensy_extra.rst index a5767f67..cca6c119 100644 --- a/docs/platforms/teensy_extra.rst +++ b/docs/platforms/teensy_extra.rst @@ -13,8 +13,8 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for Teensy platform `_. +`Examples for Teensy platform `_. -* `Wiring Blink `_ -* `HID Mouse `_ -* `Chat Server `_ +* `Wiring Blink `_ +* `HID Mouse `_ +* `Chat Server `_ diff --git a/docs/platforms/timsp430_extra.rst b/docs/platforms/timsp430_extra.rst index c94f0f6f..40e21277 100644 --- a/docs/platforms/timsp430_extra.rst +++ b/docs/platforms/timsp430_extra.rst @@ -20,9 +20,9 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for TI MSP430 platform `_. +`Examples for TI MSP430 platform `_. -* `Energia blink `_ -* `Native blink `_ -* `Wiring Blink `_ -* `PanStamp blink `_ +* `Energia blink `_ +* `Native blink `_ +* `Wiring Blink `_ +* `PanStamp blink `_ diff --git a/docs/platforms/titiva_extra.rst b/docs/platforms/titiva_extra.rst index 89aa3e87..bdc91b0c 100644 --- a/docs/platforms/titiva_extra.rst +++ b/docs/platforms/titiva_extra.rst @@ -20,8 +20,8 @@ Examples -------- All project examples are located in PlatformIO repository -`Examples for TI TIVA platform `_. +`Examples for TI TIVA platform `_. -* `Energia blink `_ -* `Native blink `_ -* `OpenCM3 Blink `_ +* `Energia blink `_ +* `Native blink `_ +* `OpenCM3 Blink `_ diff --git a/docs/projectconf.rst b/docs/projectconf.rst index b38954ec..ced07a46 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -90,7 +90,7 @@ This option can be overridden by global environment variable .. note:: This option is useful for people who migrate from Arduino/Energia IDEs where source directory should have the same name like the main source file. - See `example `__ project with own source directory. + See `example `__ project with own source directory. .. _projectconf_pio_envs_dir: diff --git a/docs/userguide/cmd_run.rst b/docs/userguide/cmd_run.rst index 00c33015..dcd2cbdc 100644 --- a/docs/userguide/cmd_run.rst +++ b/docs/userguide/cmd_run.rst @@ -93,7 +93,7 @@ or :ref:`projectconf_pio_src_dir` (project structure) have been modified. Examples -------- -1. Process `Wiring Blink Example `_ +1. Process `Wiring Blink Example `_ .. code-block:: bash