diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst
index b0341e81..4f6503e1 100644
--- a/docs/ide/atom.rst
+++ b/docs/ide/atom.rst
@@ -53,7 +53,20 @@ If you have already Atom installed, please install `PlatformIO IDE for Atom pack
PlatformIO CLI is built into PlatformIO IDE and you will be able to use it
within PlatformIO IDE Terminal.
-1. IDE Installation
+1. Python Interpreter
+~~~~~~~~~~~~~~~~~~~~~
+
+PlatformIO IDE is based on PlatformIO CLI which is written in
+`Python `_. Python is installed by default
+on the all popular OS except Windows.
+
+**Windows Users**, please `Download the latest Python 2.7.x `_
+and install it. **DON'T FORGET** to select ``Add python.exe to Path`` feature
+on the "Customize" stage, otherwise ``python`` command will not be available.
+
+.. image:: ../_static/python-installer-add-path.png
+
+2. IDE Installation
~~~~~~~~~~~~~~~~~~~
.. note::
@@ -71,19 +84,6 @@ If you have already Atom installed, please install `PlatformIO IDE for Atom pack
.. image:: ../_static/ide-atom-platformio-install.png
-2. Python Interpreter
-~~~~~~~~~~~~~~~~~~~~~
-
-PlatformIO IDE is based on PlatformIO CLI which is written in
-`Python `_. Python is installed by default
-on the all popular OS except Windows.
-
-**Windows Users**, please `Download the latest Python 2.7.x `_
-and install it. **DON'T FORGET** to select ``Add python.exe to Path`` feature
-on the "Customize" stage, otherwise ``python`` command will not be available.
-
-.. image:: ../_static/python-installer-add-path.png
-
.. _ide_atom_installation_clang:
3. Clang for Intelligent Code Autocompletion
diff --git a/docs/index.rst b/docs/index.rst
index 366de09c..b2f1fcca 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -36,6 +36,7 @@ Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
libOpenCM3, etc.*
* `Website `_
+* :ref:`ide_atom`
* `Web 2.0 Library Search `_ |
`Embedded Boards Explorer `_
* `Project Examples `_