Rename to "creating"

This commit is contained in:
Ivan Kravets
2014-09-07 19:38:00 +03:00
parent 727ec2f4dc
commit ac66f62262
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.. _library_create:
.. _library_creating:
.. |PIOAPICR| replace:: *PlatformIO-API Crawler*
Creating Library

View File

@ -7,8 +7,6 @@ Library Manager
*"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 <cmd_lib_search>`
or `WebSite <http://platformio.ikravets.com>`_ interfaces.
@ -19,7 +17,7 @@ You don't need to bother for finding the latest version of library. Due to
.. toctree::
:maxdepth: 2
create
creating
config
.. [#] Inspired by `npm <https://www.npmjs.org>`_ and `bower