Add "user Guide" shortcut to lib menu

This commit is contained in:
Ivan Kravets
2014-11-06 20:21:48 +02:00
parent 66b5299b56
commit 7eb86305d4

View File

@@ -5,12 +5,11 @@ Library Manager
..
*"The missing library manager for embedded platforms (Atmel AVR, MSP430
and ARM)"* [#]_
*"The missing library manager for development platforms"* [#]_
*PlatformIO Library Manager* allows you to organize external embedded libraries.
You can search for new libraries via :ref:`Command Line <cmd_lib_search>`
or `WebSite <http://platformio.ikravets.com/#!/lib>`_ interfaces.
You can search for new libraries via :ref:`Command Line interface <cmd_lib_search>`
or `Web 2.0 Library Search <http://platformio.ikravets.com/#!/lib>`_.
You don't need to bother for finding the latest version of library. Due to
:ref:`cmd_lib_update` command you will have up-to-date external libraries.
@@ -20,6 +19,7 @@ You don't need to bother for finding the latest version of library. Due to
creating
config
User Guide <../userguide/lib/index.rst>
.. [#] Inspired by `npm <https://www.npmjs.org>`_ and `bower
<http://bower.io>`_ package managers for web.