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 01:51:47 UTC

[mynewt-core] 01/01: Merge pull request #708 from gj262/sections

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 d6054a08d49ebcf0cdd6eeba571b3309daf6b2cb
Merge: eb3d264 5ff478b
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Mon Jan 8 17:51:44 2018 -0800

    Merge pull request #708 from gj262/sections
    
    Fix doc conversion

 docs/faq/go_env.rst                                |  52 +++--
 docs/faq/ide.rst                                   |  50 +++--
 .../tutorials/arduino_zero_converted.rst           |   4 +-
 docs/network/ble/bletiny/bletiny_GATT.rst          |   4 +-
 docs/newt/install/newt_linux.rst                   |   4 +-
 docs/newt/install/newt_mac.rst                     |  22 +-
 docs/newt/install/prev_releases.rst                |  20 +-
 docs/newtmgr/command_list/newtmgr_image.rst        |  20 +-
 docs/newtmgr/command_list/newtmgr_stat.rst         |   2 +-
 docs/newtmgr/install_linux.rst                     |  44 ++--
 docs/newtmgr/install_mac.rst                       |  16 +-
 docs/newtmgr/install_windows.rst                   |  36 ++--
 docs/newtmgr/prev_releases.rst                     |  20 +-
 docs/os/core_os/memory_pool/memory_pool.rst        |   6 +-
 docs/os/get_started/cross_tools.rst                |  52 +++--
 docs/os/get_started/project_create.rst             |  22 +-
 docs/os/get_started/serial_access.rst              |  12 +-
 docs/os/modules/console/console.rst                |  40 ++--
 docs/os/modules/console/console_echo.rst           |   2 +-
 docs/os/modules/console/console_init.rst           |   2 +-
 docs/os/modules/console/console_is_init.rst        |   2 +-
 docs/os/modules/console/console_printf.rst         |   2 +-
 docs/os/modules/console/console_read.rst           |   2 +-
 docs/os/modules/console/console_set_queues.rst     |   2 +-
 docs/os/modules/console/console_write.rst          |   2 +-
 docs/os/modules/elua/lua_init.rst                  |   2 +-
 docs/os/modules/elua/lua_main.rst                  |   2 +-
 docs/os/modules/imgmgr/imgmgr_module_init.rst      |   2 +-
 docs/os/modules/imgmgr/imgr_ver_parse.rst          |   2 +-
 docs/os/modules/imgmgr/imgr_ver_str.rst            |   2 +-
 docs/os/modules/json/json_encode_object_entry.rst  |   2 +-
 docs/os/modules/json/json_encode_object_finish.rst |   2 +-
 docs/os/modules/json/json_encode_object_key.rst    |   2 +-
 docs/os/modules/json/json_encode_object_start.rst  |   2 +-
 docs/os/modules/json/json_read_object.rst          |   2 +-
 docs/os/modules/logs/logs.rst                      |   8 +-
 docs/os/modules/sensor_framework/sensor_api.rst    |  22 +-
 docs/os/modules/sensor_framework/sensor_create.rst |  30 +--
 docs/os/modules/sensor_framework/sensor_driver.rst |  16 +-
 docs/os/modules/shell/shell.rst                    |  16 +-
 docs/os/modules/shell/shell_cmd_register.rst       |   6 +-
 docs/os/modules/shell/shell_evq_set.rst            |   2 +-
 .../os/modules/shell/shell_nlip_input_register.rst |   2 +-
 docs/os/modules/shell/shell_nlip_output.rst        |   2 +-
 docs/os/modules/shell/shell_register.rst           |   2 +-
 .../shell/shell_register_app_cmd_handler.rst       |   2 +-
 .../shell/shell_register_default_module.rst        |   2 +-
 docs/os/modules/sysinitconfig/sysconfig_error.rst  |  22 +-
 docs/os/modules/testutil/test_assert.rst           |   2 +-
 docs/os/modules/testutil/test_case.rst             |   2 +-
 docs/os/modules/testutil/test_decl.rst             |   2 +-
 docs/os/modules/testutil/test_pass.rst             |   2 +-
 docs/os/modules/testutil/test_suite.rst            |   2 +-
 docs/os/modules/testutil/tu_init.rst               |   2 +-
 docs/os/modules/testutil/tu_restart.rst            |   2 +-
 docs/os/tutorials/add_newtmgr.rst                  |  12 +-
 docs/os/tutorials/ble/blehci_project.rst           |   2 +-
 docs/os/tutorials/ble/eddystone.rst                |  12 +-
 docs/os/tutorials/ble/ibeacon.rst                  |  12 +-
 docs/os/tutorials/blinky/arduino_zero.rst          |  14 +-
 docs/os/tutorials/blinky/blinky_console.rst        |   2 +-
 docs/os/tutorials/blinky/blinky_primo.rst          |  34 +--
 docs/os/tutorials/blinky/blinky_stm32f4disc.rst    |   8 +-
 docs/os/tutorials/blinky/nRF52.rst                 |  10 +-
 docs/os/tutorials/blinky/olimex.rst                |  32 +--
 docs/os/tutorials/blinky/rbnano2.rst               |  10 +-
 docs/os/tutorials/event_queue.rst                  |  28 ++-
 docs/os/tutorials/nrf52_adc.rst                    |   2 +-
 docs/os/tutorials/ota_upgrade_nrf52.rst            |  32 +--
 docs/os/tutorials/pin-wheel-mods.rst               |   4 +-
 docs/os/tutorials/segger_sysview.rst               |   6 +-
 docs/os/tutorials/sensors/sensor_bleprph_oic.rst   |  46 +++--
 docs/os/tutorials/sensors/sensor_nrf52_bno055.rst  | 228 +++++++++++----------
 .../tutorials/sensors/sensor_nrf52_bno055_oic.rst  |  18 +-
 .../tutorials/sensors/sensor_offboard_config.rst   |  37 ++--
 .../sensors/sensor_thingy_lis2dh12_onb.rst         | 129 +++++++-----
 docs/os/tutorials/sensors/sensors.rst              |   5 +-
 docs/os/tutorials/slinky/project-nrf52-slinky.rst  |  28 +--
 docs/os/tutorials/slinky/project-sim-slinky.rst    |   4 +-
 docs/os/tutorials/slinky/project-stm32-slinky.rst  |  34 +--
 docs/os/tutorials/tasks_lesson.rst                 |  21 +-
 docs/os/tutorials/wi-fi_on_arduino.rst             |  24 ++-
 82 files changed, 839 insertions(+), 561 deletions(-)

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