From edc04987d38507f9688bb0bcde0a58ecda308889 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 2 Aug 2016 21:31:12 +0300 Subject: [PATCH] Use stable docs --- README.rst | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index a385431842..2b3817ac0b 100644 --- a/README.rst +++ b/README.rst @@ -72,13 +72,13 @@ TI MSP430 & Tiva, Teensy, Arduino, mbed, libOpenCM3, etc.* * `Development Platforms `_ * `Frameworks `_ * `Embedded Boards Explorer `_ -* `Library Manager `_ -* `User Guide `_ -* `Continuous Integration `_ -* `IDE Integration `_ -* `Articles about us `_ -* `FAQ `_ -* `Release Notes `_ +* `Library Manager `_ +* `User Guide `_ +* `Continuous Integration `_ +* `IDE Integration `_ +* `Articles about us `_ +* `FAQ `_ +* `Release Notes `_ Use whenever. *Run everywhere.* ------------------------------- @@ -95,12 +95,12 @@ Embedded Development. *Easier Than Ever.* settings for most popular `Embedded Boards `_. * Colourful `command-line output `_ -* `IDE Integration `_ with +* `IDE Integration `_ with *Arduino, Atom, Eclipse, Emacs, Energia, Qt Creator, Sublime Text, Vim, Visual Studio* -* Cloud compiling and `Continuous Integration `_ +* Cloud compiling and `Continuous Integration `_ with *AppVeyor, Circle CI, Drone, Shippable, Travis CI* -* Built-in `Serial Port Monitor `_ and configurable - `build -flags/-options `_ +* Built-in `Serial Port Monitor `_ and configurable + `build -flags/-options `_ * Automatic **firmware uploading** * Pre-built tool chains, frameworks for the popular `Hardware Platforms `_ @@ -113,10 +113,10 @@ The Missing Library Manager. *It's here!* *PlatformIO Library Manager* is the missing library manager for development platforms which allows you to organize and have up-to-date external libraries. -* Friendly `Command-Line Interface `_ +* Friendly `Command-Line Interface `_ * Modern `Web 2.0 Library Search `_ * Open Source `Library Registry API `_ -* Library Crawler based on `library.json `_ +* Library Crawler based on `library.json `_ specification * Library **dependency management** * Automatic library updating @@ -135,7 +135,7 @@ cross-platform substitute for the classic *Make* utility. * Reliable detection of *build changes* * Improved support for *parallel builds* * Ability to share *built files in a cache* -* Lookup for external libraries which are installed via `Library Manager `_ +* Lookup for external libraries which are installed via `Library Manager `_ .. image:: https://raw.githubusercontent.com/platformio/platformio-web/develop/app/images/platformio-scons-builder.png :target: http://platformio.org @@ -145,9 +145,9 @@ Single source code. *Multiple platforms.* ----------------------------------------- *PlatformIO* allows the developer to compile the same code with different development platforms using only *One Command* -`platformio run `_. +`platformio run `_. This happens due to -`Project Configuration File (platformio.ini) `_ +`Project Configuration File (platformio.ini) `_ where you can setup different environments with specific options (platform type, firmware uploading settings, pre-built framework, build flags and many more). @@ -180,7 +180,7 @@ Frameworks: * `SPL `_ * `WiringPi `_ -For further details, please refer to `What is PlatformIO? `_ +For further details, please refer to `What is PlatformIO? `_ Contributing ------------