From 85becf861f3bd554efd1a37f3c030805de698022 Mon Sep 17 00:00:00 2001 From: jphollanti Date: Sun, 26 Jun 2016 11:12:02 +0300 Subject: [PATCH 1/3] Add a mention about library managers 24 hour update cycle --- docs/librarymanager/creating.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/librarymanager/creating.rst b/docs/librarymanager/creating.rst index efbfc32f..2cfc2e4e 100644 --- a/docs/librarymanager/creating.rst +++ b/docs/librarymanager/creating.rst @@ -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 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 `_. + .. contents:: Source Code Location From f6b9fd02b2e4bacdb6e84b19a747d05f60309df6 Mon Sep 17 00:00:00 2001 From: jphollanti Date: Sun, 26 Jun 2016 11:19:13 +0300 Subject: [PATCH 2/3] Added mention about building docs to README.rst --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7976f9ac..391214f2 100644 --- a/README.rst +++ b/README.rst @@ -198,8 +198,9 @@ Contributing 6. Make changes to code, documentation, etc. 7. Lint source code ``tox -e lint`` 8. Run the tests ``tox -e py27`` -9. Commit changes to your forked repository -10. Submit a Pull Request on GitHub. +9. Build documentation ``tox -e docs`` (creates a directory _build under docs where you can find the html) +10. Commit changes to your forked repository +11. Submit a Pull Request on GitHub. Licence ------- From 2ba3603a3dddc08daf696c5f05f8c0da2d70040c Mon Sep 17 00:00:00 2001 From: jphollanti Date: Sun, 26 Jun 2016 11:29:46 +0300 Subject: [PATCH 3/3] add command example to create library examples --- docs/librarymanager/creating.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/librarymanager/creating.rst b/docs/librarymanager/creating.rst index 2cfc2e4e..2fe3dbbd 100644 --- a/docs/librarymanager/creating.rst +++ b/docs/librarymanager/creating.rst @@ -155,6 +155,12 @@ to :ref:`install ` it. Examples -------- +Command: + +.. code-block:: bash + + $ platformio lib register http://my.example.com/library.json + * `GitHub + fixed release `_ * `Dependencies by author and framework `_ * `Multiple libraries in the one repository `_