From 8b53f6e320bb9effe873c9d6f4c165b486afc2aa Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 8 Aug 2016 19:51:15 +0300 Subject: [PATCH] Move Unit Testing to the TOP level --- HISTORY.rst | 2 +- docs/index.rst | 2 +- docs/{platforms => }/unit_testing.rst | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{platforms => }/unit_testing.rst (100%) diff --git a/HISTORY.rst b/HISTORY.rst index 9ee0df5c..0825752f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,7 +9,7 @@ PlatformIO 3.0 * PlatformIO Plus - + `Unit Testing `__ for Embedded + + `Unit Testing `__ for Embedded (`issue #408 `_) * Decentralized Development Platforms diff --git a/docs/index.rst b/docs/index.rst index 13be0abd..387fd68e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -111,7 +111,7 @@ Contents platforms/embedded_boards frameworks/index platforms/custom_platform_and_board - platforms/unit_testing + unit_testing .. toctree:: :caption: Library Manager diff --git a/docs/platforms/unit_testing.rst b/docs/unit_testing.rst similarity index 100% rename from docs/platforms/unit_testing.rst rename to docs/unit_testing.rst