Improvements to docs

This commit is contained in:
Ivan Kravets
2016-09-19 21:02:12 +03:00
parent 6147e0e29b
commit a3ce23e331
8 changed files with 14 additions and 12 deletions

View File

@ -55,7 +55,7 @@ Library Manager
Used in demo
~~~~~~~~~~~~
1. :ref:`userguide_lib`
1. :ref:`cmd_lib`
2. :ref:`platformio lib search 1-wire <cmd_lib_search>` command
3. :ref:`platformio lib install 54 <cmd_lib_install>` command
4. :ref:`platformio lib search -f mbed <cmd_lib_search>` command

View File

@ -20,14 +20,16 @@ Hg, SVN). It makes it exceedingly simple to find, install and keep libraries
up-to-date. PlatformIO Library Manager supports
`Semantic Versioning <http://semver.org>`_ and its rules.
There 2 options how to find library:
There are 2 options how to find library:
* `Web Library Search <http://platformio.org/lib>`__
* :ref:`Command Line Interface <cmd_lib_search>`
* `Web-based Library Search <http://platformio.org/lib>`__
*PlatformIO Library Manager* allows to manage different library storages using
You can manage different library storages using
:option:`platformio lib --global` or :option:`platformio lib --storage-dir`
options.
options. If you change current working directory in terminal to project folder,
then :ref:`platformio lib <cmd_lib>` command will manage automatically dependency
storage in :ref:`projectconf_pio_libdeps_dir`.
Project dependencies
--------------------

View File

@ -87,7 +87,7 @@ archive should contain ``.library.json`` manifest (see :ref:`library_config`).
Storage Options
---------------
See base options for :ref:`userguide_lib`.
See base options for :ref:`cmd_lib`.
Options
-------

View File

@ -43,7 +43,7 @@ List installed libraries
Storage Options
---------------
See base options for :ref:`userguide_lib`.
See base options for :ref:`cmd_lib`.
Options
~~~~~~~

View File

@ -64,7 +64,7 @@ The ``version`` supports `Semantic Versioning <http://semver.org>`_ (
Storage Options
---------------
See base options for :ref:`userguide_lib`.
See base options for :ref:`cmd_lib`.
Examples
--------

View File

@ -63,7 +63,7 @@ The ``version`` supports `Semantic Versioning <http://semver.org>`_ (
Storage Options
---------------
See base options for :ref:`userguide_lib`.
See base options for :ref:`cmd_lib`.
Examples
--------

View File

@ -67,7 +67,7 @@ The ``version`` supports `Semantic Versioning <http://semver.org>`_ (
Storage Options
---------------
See base options for :ref:`userguide_lib`.
See base options for :ref:`cmd_lib`.
Options
-------

View File

@ -9,7 +9,7 @@
See the License for the specific language governing permissions and
limitations under the License.
.. _userguide_lib:
.. _cmd_lib:
Library Manager
===============
@ -46,7 +46,7 @@ dependencies by default.
.. versionadded:: 3.0
Manage custom library storage. It can be used later for the
:ref:`projectconf_extra_script` option from :ref:`projectconf`.
:ref:`projectconf_lib_extra_dirs` option from :ref:`projectconf`.
Demo
----