From 727ec2f4dcce645402f58524197e38eddb6a57dd Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 7 Sep 2014 18:22:52 +0300 Subject: [PATCH] Add citation block --- docs/librarymanager/index.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/librarymanager/index.rst b/docs/librarymanager/index.rst index bef1759e..26a4eed9 100644 --- a/docs/librarymanager/index.rst +++ b/docs/librarymanager/index.rst @@ -3,9 +3,11 @@ Library Manager =============== -*"The missing library manager for embedded platforms"*, - inspired by -`npm `_ and `bower `_ package managers -for web. +.. + + *"The missing library manager for embedded platforms"* [#]_ + + *PlatformIO Library Manager* allows you to organize external embedded libraries. You can search for new libraries via :ref:`Command Line ` @@ -19,3 +21,6 @@ You don't need to bother for finding the latest version of library. Due to create config + +.. [#] Inspired by `npm `_ and `bower + `_ package managers for web.