diff --git a/docs/_static/ide-platformio-arduino.png b/docs/_static/ide-platformio-arduino.png deleted file mode 100644 index 67d1e9e0..00000000 Binary files a/docs/_static/ide-platformio-arduino.png and /dev/null differ diff --git a/docs/_static/ide-platformio-energia.png b/docs/_static/ide-platformio-energia.png deleted file mode 100644 index 877a6c53..00000000 Binary files a/docs/_static/ide-platformio-energia.png and /dev/null differ diff --git a/docs/ide/clion.rst b/docs/ide/clion.rst index 4ab28138..5f8fcf51 100644 --- a/docs/ide/clion.rst +++ b/docs/ide/clion.rst @@ -20,12 +20,7 @@ initial version will support the GCC and Clang compilers and GDB debugger. Clion includes such features as a smart editor, code quality assurance, automated refactorings, project manager, integrated version control systems. -This software can be used with: - -* all available :ref:`platforms` -* all available :ref:`frameworks` - -Refer to the `CDT Documentation `_ +Refer to the `CLion Documentation `_ page for more detailed information. .. contents:: diff --git a/docs/ide/eclipse.rst b/docs/ide/eclipse.rst index 006cf97a..f84f39b9 100644 --- a/docs/ide/eclipse.rst +++ b/docs/ide/eclipse.rst @@ -24,11 +24,6 @@ with syntax highlighting, folding and hyperlink navigation, source code refactoring and code generation, visual debugging tools, including memory, registers, and disassembly viewers. -This software can be used with: - -* all available :ref:`platforms` -* all available :ref:`frameworks` - Refer to the `CDT Documentation `_ page for more detailed information. diff --git a/docs/ide/emacs.rst b/docs/ide/emacs.rst index 5e1e19c4..7f420da6 100644 --- a/docs/ide/emacs.rst +++ b/docs/ide/emacs.rst @@ -19,12 +19,6 @@ an interpreter for Emacs Lisp, a dialect of the `Lisp programming language `_ with extensions to support text editing. - -This software can be used with: - -* all available :ref:`platforms` -* all available :ref:`frameworks` - Refer to the `Emacs Documentation `_ page for more detailed information. diff --git a/docs/ide/energia.rst b/docs/ide/energia.rst deleted file mode 100644 index 0fd91280..00000000 --- a/docs/ide/energia.rst +++ /dev/null @@ -1,50 +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_energia: - -Energia -======= - -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 -*Processing* and other open-source software. - -This software can be used with: - -* :ref:`platform_timsp430` -* :ref:`platform_titiva` -* :ref:`framework_energia` - -Refer to the `Energia Getting Started `_ -page for Installation instructions. - -.. contents:: - -Integration ------------ - -More detailed information is located in PlatformIO blog: -`Integration of PlatformIO library manager to Energia 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-energia.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/qtcreator.rst b/docs/ide/qtcreator.rst index c9433ce4..5b0e8ced 100644 --- a/docs/ide/qtcreator.rst +++ b/docs/ide/qtcreator.rst @@ -16,11 +16,6 @@ Qt Creator 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: - -* all available :ref:`platforms` -* all available :ref:`frameworks` - Refer to the `Qt-creator Manual `_ page for more detailed information. diff --git a/docs/ide/sublimetext.rst b/docs/ide/sublimetext.rst index 7e19c468..23c722a3 100644 --- a/docs/ide/sublimetext.rst +++ b/docs/ide/sublimetext.rst @@ -16,11 +16,6 @@ Sublime Text 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: - -* all available :ref:`platforms` -* all available :ref:`frameworks` - Refer to the `Sublime Text Documentation `_ page for more detailed information. diff --git a/docs/ide/vim.rst b/docs/ide/vim.rst index e5e9c749..dcb22acf 100644 --- a/docs/ide/vim.rst +++ b/docs/ide/vim.rst @@ -18,11 +18,6 @@ VIM editor. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface. -This software can be used with: - -* all available :ref:`platforms` -* all available :ref:`frameworks` - .. contents:: Integration diff --git a/docs/ide/visualstudio.rst b/docs/ide/visualstudio.rst index dfef7a9e..e5b871c9 100644 --- a/docs/ide/visualstudio.rst +++ b/docs/ide/visualstudio.rst @@ -16,11 +16,6 @@ Visual Studio 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: - -* all available :ref:`platforms` -* all available :ref:`frameworks` - Refer to the `Visual Studio Documentation `_ page for more detailed information.