diff --git a/docs/ide.rst b/docs/ide.rst index 741e480e..a3850823 100644 --- a/docs/ide.rst +++ b/docs/ide.rst @@ -18,7 +18,6 @@ IDE Integration :maxdepth: 2 ide/atom - ide/arduino ide/clion ide/eclipse ide/emacs diff --git a/docs/ide/arduino.rst b/docs/ide/arduino.rst deleted file mode 100644 index 8d08d18a..00000000 --- a/docs/ide/arduino.rst +++ /dev/null @@ -1,52 +0,0 @@ -.. Copyright 2014-2016 Ivan Kravets - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -.. _ide_arduino: - -Arduino -======= - -.. include:: _platformio_ide_extra.rst - -The open-source `Arduino Software (IDE) `_ -makes it easy to write code and upload it to the board. It runs on *Windows, -Mac OS X, and Linux*. The environment is written in *Java* and based on -*Processing* and other open-source software. - -This software can be used with: - -* :ref:`platform_atmelavr` -* :ref:`platform_atmelsam` -* :ref:`framework_arduino` - -Refer to the `Arduino Getting Started `_ -page for Installation instructions. - -.. contents:: - -Integration ------------ - -More detailed information is located in PlatformIO blog: -`Integration of PlatformIO library manager to Arduino IDE `_. - -Articles / Manuals ------------------- - -* `Integration of PlatformIO library manager to Arduino and Energia IDEs `_ - -See the full list with :ref:`articles`. - -Screenshot ----------- - -.. image:: ../_static/ide-platformio-arduino.png - :target: http://www.ikravets.com/computer-life/platformio/2014/10/07/integration-of-platformio-library-manager-to-arduino-and-energia-ides diff --git a/docs/ide/clion.rst b/docs/ide/clion.rst index 2dc5fa7c..4ab28138 100644 --- a/docs/ide/clion.rst +++ b/docs/ide/clion.rst @@ -14,8 +14,6 @@ CLion ===== -.. include:: _platformio_ide_extra.rst - The `CLion `_ is a cross-platform C/C++ IDE for Linux, OS X, and Windows integrated with the CMake build system. The initial version will support the GCC and Clang compilers and GDB debugger. diff --git a/docs/ide/eclipse.rst b/docs/ide/eclipse.rst index 5682ff59..006cf97a 100644 --- a/docs/ide/eclipse.rst +++ b/docs/ide/eclipse.rst @@ -14,8 +14,6 @@ Eclipse ======= -.. include:: _platformio_ide_extra.rst - The `Eclipse CDT (C/C++ Development Tooling) `_ Project provides a fully functional C and C++ Integrated Development Environment based on the Eclipse platform. Features include: support for diff --git a/docs/ide/emacs.rst b/docs/ide/emacs.rst index 5b489a5d..5e1e19c4 100644 --- a/docs/ide/emacs.rst +++ b/docs/ide/emacs.rst @@ -14,8 +14,6 @@ Emacs ===== -.. include:: _platformio_ide_extra.rst - GNU Emacs is an extensible, customizable text editor - and more. At its core is an interpreter for Emacs Lisp, a dialect of the `Lisp programming language `_ diff --git a/docs/ide/energia.rst b/docs/ide/energia.rst index 4fa35811..0fd91280 100644 --- a/docs/ide/energia.rst +++ b/docs/ide/energia.rst @@ -14,8 +14,6 @@ Energia ======= -.. include:: _platformio_ide_extra.rst - The open-source `Energia Software (IDE) `_ makes it easy to write code and upload it to the board. It runs on *Windows, Mac OS X, and Linux*. The environment is written in *Java* and based on diff --git a/docs/ide/qtcreator.rst b/docs/ide/qtcreator.rst index 4accc543..c9433ce4 100644 --- a/docs/ide/qtcreator.rst +++ b/docs/ide/qtcreator.rst @@ -14,8 +14,6 @@ Qt Creator ========== -.. include:: _platformio_ide_extra.rst - The `Qt Creator `_ is an open source cross-platform integrated development environment. The editor includes such features as syntax highlighting for various languages, project manager, integrated version control systems, rapid code navigation tools and code autocompletion. This software can be used with: diff --git a/docs/ide/sublimetext.rst b/docs/ide/sublimetext.rst index f6060c42..7e19c468 100644 --- a/docs/ide/sublimetext.rst +++ b/docs/ide/sublimetext.rst @@ -14,8 +14,6 @@ Sublime Text ============ -.. include:: _platformio_ide_extra.rst - The `Sublime Text `_ is a cross-platform text and source code editor, with a Python application programming interface (API). Sublime Text is proprietary software. Its functionality is extendable with plugins. Most of the extending packages have free-software licenses and are community-built and maintained. Sublime Text lacks graphical setting dialogues and is entirely configured by editing text files. This software can be used with: diff --git a/docs/ide/vim.rst b/docs/ide/vim.rst index 0eab85af..e5e9c749 100644 --- a/docs/ide/vim.rst +++ b/docs/ide/vim.rst @@ -14,8 +14,6 @@ VIM === -.. include:: _platformio_ide_extra.rst - `VIM `_ is an open-source, powerful and configurable text editor. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface. diff --git a/docs/ide/visualstudio.rst b/docs/ide/visualstudio.rst index 1893b6c0..dfef7a9e 100644 --- a/docs/ide/visualstudio.rst +++ b/docs/ide/visualstudio.rst @@ -14,8 +14,6 @@ Visual Studio ============= -.. include:: _platformio_ide_extra.rst - The `Microsoft Visual Studio (Free) `_ is an integrated development environment (IDE) from Microsoft. Visual Studio includes a code editor supporting IntelliSense (the code completion component) as well as code refactoring. This software can be used with: