mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Improvements to docs
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
--------------------
|
||||
|
@ -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
|
||||
-------
|
||||
|
@ -43,7 +43,7 @@ List installed libraries
|
||||
Storage Options
|
||||
---------------
|
||||
|
||||
See base options for :ref:`userguide_lib`.
|
||||
See base options for :ref:`cmd_lib`.
|
||||
|
||||
Options
|
||||
~~~~~~~
|
||||
|
@ -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
|
||||
--------
|
||||
|
@ -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
|
||||
--------
|
||||
|
@ -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
|
||||
-------
|
||||
|
@ -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
|
||||
----
|
||||
|
Reference in New Issue
Block a user