You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/01/09 02:21:23 UTC

[mynewt-core] branch master updated (d6054a0 -> 2dd01ec)

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from d6054a0  Merge pull request #708 from gj262/sections
     add 5d43e3f  clean up `go env` and create a misc docs section
     add 43fba04  sync doc header with site
     add 531a2ba  fix typo
     add 00e01c3  clean up `serial access`
     add a932132  clean up `BLE peripheral app` tutorial
     add 6ffa268  global remove of space prefix from conversion
     add 2f2f652  clean up `IDE`
     add 5576e7a  remove picture bloat from core
     add 1194e5a  Merge remote-tracking branch 'origin/master' into doxygen-fixes-1
     new 2dd01ec  Merge pull request #706 from gj262/doxygen-fixes-1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/index.rst                                     |   2 +-
 docs/{faq/answers.rst => misc/faq.rst}             |   0
 docs/{faq => misc}/go_env.rst                      |  70 +++++++-------
 docs/{faq => misc}/how_to_edit_docs.rst            |   0
 docs/{faq => misc}/ide.rst                         | 107 +++++----------------
 docs/misc/misc.rst                                 |   8 ++
 docs/newt/install/newt_linux.rst                   |   4 +-
 docs/newt/install/newt_mac.rst                     |   5 +-
 docs/newt/install/newt_windows.rst                 |   4 +-
 docs/newtmgr/install_linux.rst                     |   8 +-
 docs/newtmgr/install_mac.rst                       |   6 +-
 docs/newtmgr/install_windows.rst                   |   5 +-
 docs/os/core_os/mbuf/pics/mbuf_fig1.png            | Bin 32123 -> 0 bytes
 docs/os/core_os/mbuf/pics/mbuf_fig2.png            | Bin 40402 -> 0 bytes
 docs/os/core_os/mbuf/pics/mbuf_fig3.png            | Bin 54819 -> 0 bytes
 docs/os/core_os/mynewt_os.rst                      |   2 +-
 docs/os/get_started/get_started.rst                |   6 +-
 docs/os/get_started/serial_access.rst              |  17 ++--
 docs/os/modules/devmgmt/device-mgmt.png            | Bin 0 -> 77155 bytes
 docs/os/modules/json/json_encode_object_key.rst    |   2 +-
 .../modules/sensor_framework/sensor_framework.png  | Bin 0 -> 814560 bytes
 .../ble/bleprph/bleprph-sections/bleprph-app.rst   |  24 ++---
 docs/os/tutorials/sensors/sensor_bleprph_oic.rst   |  17 ++--
 docs/themes/mynewt/main-banner.html                |   2 +-
 24 files changed, 108 insertions(+), 181 deletions(-)
 rename docs/{faq/answers.rst => misc/faq.rst} (100%)
 rename docs/{faq => misc}/go_env.rst (85%)
 rename docs/{faq => misc}/how_to_edit_docs.rst (100%)
 rename docs/{faq => misc}/ide.rst (91%)
 create mode 100644 docs/misc/misc.rst
 delete mode 100644 docs/os/core_os/mbuf/pics/mbuf_fig1.png
 delete mode 100644 docs/os/core_os/mbuf/pics/mbuf_fig2.png
 delete mode 100644 docs/os/core_os/mbuf/pics/mbuf_fig3.png
 create mode 100644 docs/os/modules/devmgmt/device-mgmt.png
 create mode 100644 docs/os/modules/sensor_framework/sensor_framework.png

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-core] 01/01: Merge pull request #706 from gj262/doxygen-fixes-1

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 2dd01ecfe6296fd57afc7ed3b394a1a789b42c1f
Merge: d6054a0 1194e5a
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Mon Jan 8 18:21:20 2018 -0800

    Merge pull request #706 from gj262/doxygen-fixes-1
    
    Continued conversion of mynewt-site docs to core with doxygen integration.

 docs/index.rst                                     |   2 +-
 docs/{faq/answers.rst => misc/faq.rst}             |   0
 docs/{faq => misc}/go_env.rst                      |  70 +++++++-------
 docs/{faq => misc}/how_to_edit_docs.rst            |   0
 docs/{faq => misc}/ide.rst                         | 107 +++++----------------
 docs/misc/misc.rst                                 |   8 ++
 docs/newt/install/newt_linux.rst                   |   4 +-
 docs/newt/install/newt_mac.rst                     |   5 +-
 docs/newt/install/newt_windows.rst                 |   4 +-
 docs/newtmgr/install_linux.rst                     |   8 +-
 docs/newtmgr/install_mac.rst                       |   6 +-
 docs/newtmgr/install_windows.rst                   |   5 +-
 docs/os/core_os/mbuf/pics/mbuf_fig1.png            | Bin 32123 -> 0 bytes
 docs/os/core_os/mbuf/pics/mbuf_fig2.png            | Bin 40402 -> 0 bytes
 docs/os/core_os/mbuf/pics/mbuf_fig3.png            | Bin 54819 -> 0 bytes
 docs/os/core_os/mynewt_os.rst                      |   2 +-
 docs/os/get_started/get_started.rst                |   6 +-
 docs/os/get_started/serial_access.rst              |  17 ++--
 docs/os/modules/devmgmt/device-mgmt.png            | Bin 0 -> 77155 bytes
 docs/os/modules/json/json_encode_object_key.rst    |   2 +-
 .../modules/sensor_framework/sensor_framework.png  | Bin 0 -> 814560 bytes
 .../ble/bleprph/bleprph-sections/bleprph-app.rst   |  24 ++---
 docs/os/tutorials/sensors/sensor_bleprph_oic.rst   |  17 ++--
 docs/themes/mynewt/main-banner.html                |   2 +-
 24 files changed, 108 insertions(+), 181 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.