Fix trademark issues

This commit is contained in:
Ivan Kravets
2014-10-27 22:47:53 +02:00
parent 99929d7fa6
commit fcd0528a9e
2 changed files with 7 additions and 6 deletions

View File

@ -43,7 +43,7 @@ Example:
.. code-block:: javascript .. code-block:: javascript
{ {
"name": "Arduino-IRremote", "name": "IRremote",
"keywords": "infrared, ir, remote", "keywords": "infrared, ir, remote",
"description": "Send and receive infrared signals with multiple protocols", "description": "Send and receive infrared signals with multiple protocols",
"repository": "repository":
@ -70,10 +70,10 @@ Example:
.. code-block:: javascript .. code-block:: javascript
{ {
"name": "Arduino-XBee", "name": "XBee",
"keywords": "xbee, protocol, radio", "keywords": "xbee, protocol, radio",
"description": "Arduino library for communicating with XBees in API mode", "description": "Arduino library for communicating with XBees in API mode",
"author": "authors":
{ {
"name": "Andrew Rapp", "name": "Andrew Rapp",
"email": "andrew.rapp@gmail.com", "email": "andrew.rapp@gmail.com",
@ -104,10 +104,10 @@ of **required** fields in the :ref:`library_config` will look like:
.. code-block:: javascript .. code-block:: javascript
{ {
"name": "Arduino-OneWire", "name": "OneWire",
"keywords": "onewire, 1-wire, bus, sensor, temperature, ibutton", "keywords": "onewire, 1-wire, bus, sensor, temperature, ibutton",
"description": "Control devices (from Dallas Semiconductor) that use the One Wire protocol (DS18S20, DS18B20, DS2408 and etc)", "description": "Control devices (from Dallas Semiconductor) that use the One Wire protocol (DS18S20, DS18B20, DS2408 and etc)",
"author": "authors":
{ {
"name": "Paul Stoffregen", "name": "Paul Stoffregen",
"url": "http://www.pjrc.com/teensy/td_libs_OneWire.html" "url": "http://www.pjrc.com/teensy/td_libs_OneWire.html"

View File

@ -5,7 +5,8 @@ Library Manager
.. ..
*"A missing library manager for embedded platforms (Atmel AVR, MSP430 and ARM)"* [#]_ *"The missing library manager for embedded platforms (Atmel AVR, MSP430
and ARM)"* [#]_
*PlatformIO Library Manager* allows you to organize external embedded libraries. *PlatformIO Library Manager* allows you to organize external embedded libraries.
You can search for new libraries via :ref:`Command Line <cmd_lib_search>` You can search for new libraries via :ref:`Command Line <cmd_lib_search>`