forked from platformio/platformio-core
@ -198,8 +198,9 @@ Contributing
|
|||||||
6. Make changes to code, documentation, etc.
|
6. Make changes to code, documentation, etc.
|
||||||
7. Lint source code ``tox -e lint``
|
7. Lint source code ``tox -e lint``
|
||||||
8. Run the tests ``tox -e py27``
|
8. Run the tests ``tox -e py27``
|
||||||
9. Commit changes to your forked repository
|
9. Build documentation ``tox -e docs`` (creates a directory _build under docs where you can find the html)
|
||||||
10. Submit a Pull Request on GitHub.
|
10. Commit changes to your forked repository
|
||||||
|
11. Submit a Pull Request on GitHub.
|
||||||
|
|
||||||
Licence
|
Licence
|
||||||
-------
|
-------
|
||||||
|
@ -20,6 +20,9 @@ source code structure. The only one requirement is library's manifest file -
|
|||||||
:ref:`library_config`. It can be located inside your library or in the another
|
:ref:`library_config`. It can be located inside your library or in the another
|
||||||
location where |PIOAPICR| will have *HTTP* access.
|
location where |PIOAPICR| will have *HTTP* access.
|
||||||
|
|
||||||
|
Updates to existing libraries are done every 24 hours. In case a more urgent
|
||||||
|
update is required, you can post a request on PlatformIO `community <https://community.platformio.org/>`_.
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
|
|
||||||
Source Code Location
|
Source Code Location
|
||||||
@ -152,6 +155,12 @@ to :ref:`install <cmd_lib_install>` it.
|
|||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Command:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ platformio lib register http://my.example.com/library.json
|
||||||
|
|
||||||
* `GitHub + fixed release <http://platformio.org/lib/show/552/ACNoblex>`_
|
* `GitHub + fixed release <http://platformio.org/lib/show/552/ACNoblex>`_
|
||||||
* `Dependencies by author and framework <http://platformio.org/lib/show/3/PID-AutoTune>`_
|
* `Dependencies by author and framework <http://platformio.org/lib/show/3/PID-AutoTune>`_
|
||||||
* `Multiple libraries in the one repository <https://github.com/jrowberg/i2cdevlib/tree/master/Arduino>`_
|
* `Multiple libraries in the one repository <https://github.com/jrowberg/i2cdevlib/tree/master/Arduino>`_
|
||||||
|
Reference in New Issue
Block a user