You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2018/01/15 20:58:27 UTC

[mynewt-core] branch master updated (1e70881 -> 7ea1c20)

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

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


    from 1e70881  Merge pull request #731 from sjanc/uart_fix
     add f36b738  provide a simplified preview step
     add ce7a94e  remove theme
     add 478b3a2  remove style overrides
     add b44e787  remove converted/moved docs
     new 7ea1c20  Merge pull request #728 from gj262/preview

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/Gruntfile.js                                  |   47 -
 docs/Makefile                                      |   29 +-
 docs/README.rst                                    |   94 +-
 docs/_ext/edit_on_github.py                        |   42 -
 docs/_static/css/bootstrap-3.0.3.min.css           |    7 -
 docs/_static/css/custom.css                        |  461 --
 docs/_static/css/sphinx_theme.css                  | 1765 ------
 docs/_static/css/v2.css                            |  161 -
 docs/_static/img/asf_logo_wide_small.png           |  Bin 32278 -> 0 bytes
 docs/_static/img/egg-logo2.png                     |  Bin 7241 -> 0 bytes
 docs/_static/img/logo.png                          |  Bin 151595 -> 0 bytes
 docs/_static/js/bootstrap-3.0.3.min.js             |    7 -
 docs/_templates/sourcelink.html                    |    8 -
 docs/conf.py                                       |   34 +-
 docs/doxygen.xml                                   |    8 +-
 docs/index.rst                                     |   91 -
 docs/misc/faq.rst                                  |  143 -
 docs/misc/go_env.rst                               |  241 -
 docs/misc/ide.rst                                  |  339 -
 docs/misc/misc.rst                                 |    8 -
 docs/mynewt_doc/os_user_guide/os_core/api/api.rst  |   11 -
 .../os_user_guide/os_core/cpu_time/api/api.rst     |   15 -
 .../os_user_guide/os_core/cpu_time/cpu_time.rst    |   87 -
 docs/mynewt_doc/os_user_guide/os_core/os_core.rst  |  231 -
 docs/mynewt_doc/os_user_guide/os_user_guide.rst    |   12 -
 docs/mynewt_doc/test.rst                           |   17 -
 .../tutorials/arduino_zero_converted.rst           |  337 -
 docs/mynewt_doc/tutorials/tutorials.rst            |   98 -
 docs/{mynewt_doc => os}/modules/config/config.rst  |    0
 docs/package-lock.json                             |  569 --
 docs/package.json                                  |   15 -
 docs/themes/mynewt/README.md                       |    2 -
 docs/themes/mynewt/breadcrumbs.html                |   18 -
 docs/themes/mynewt/footer.html                     |   20 -
 docs/themes/mynewt/header.html                     |   65 -
 docs/themes/mynewt/layout.html                     |  150 -
 docs/themes/mynewt/main-banner.html                |   15 -
 docs/themes/mynewt/navigation.html                 |   10 -
 docs/themes/mynewt/search.html                     |   50 -
 docs/themes/mynewt/searchbox.html                  |    7 -
 docs/themes/mynewt/sidebar.html                    |   23 -
 docs/themes/mynewt/static/css/.gitignore           |    2 -
 docs/themes/mynewt/static/css/badge_only.css       |  226 -
 docs/themes/mynewt/static/css/doc.css              | 6538 --------------------
 docs/themes/mynewt/static/css/overrides.css        |    1 -
 docs/themes/mynewt/static/css/theme.css            | 4527 --------------
 docs/themes/mynewt/static/fonts/FontAwesome.otf    |  Bin 85908 -> 0 bytes
 .../mynewt/static/fonts/Inconsolata-Bold.ttf       |  Bin 66352 -> 0 bytes
 .../mynewt/static/fonts/Inconsolata-Regular.ttf    |  Bin 84548 -> 0 bytes
 docs/themes/mynewt/static/fonts/Lato-Bold.ttf      |  Bin 121788 -> 0 bytes
 docs/themes/mynewt/static/fonts/Lato-Regular.ttf   |  Bin 120196 -> 0 bytes
 .../themes/mynewt/static/fonts/RobotoSlab-Bold.ttf |  Bin 170616 -> 0 bytes
 .../mynewt/static/fonts/RobotoSlab-Regular.ttf     |  Bin 169064 -> 0 bytes
 .../mynewt/static/fonts/fontawesome-webfont.eot    |  Bin 56006 -> 0 bytes
 .../mynewt/static/fonts/fontawesome-webfont.svg    |  520 --
 .../mynewt/static/fonts/fontawesome-webfont.ttf    |  Bin 112160 -> 0 bytes
 .../mynewt/static/fonts/fontawesome-webfont.woff   |  Bin 65452 -> 0 bytes
 docs/themes/mynewt/static/img/logo.png             |  Bin 16242 -> 0 bytes
 docs/themes/mynewt/static/js/affix.js              |  162 -
 docs/themes/mynewt/static/js/main.js               |   50 -
 docs/themes/mynewt/static/js/modernizr.min.js      |    4 -
 docs/themes/mynewt/static/js/scrollspy.js          |  172 -
 docs/themes/mynewt/theme.conf                      |   10 -
 docs/themes/mynewt/versions.html                   |   21 -
 64 files changed, 46 insertions(+), 17424 deletions(-)
 delete mode 100644 docs/Gruntfile.js
 delete mode 100644 docs/_ext/edit_on_github.py
 delete mode 100644 docs/_static/css/bootstrap-3.0.3.min.css
 delete mode 100644 docs/_static/css/custom.css
 delete mode 100644 docs/_static/css/sphinx_theme.css
 delete mode 100644 docs/_static/css/v2.css
 delete mode 100644 docs/_static/img/asf_logo_wide_small.png
 delete mode 100644 docs/_static/img/egg-logo2.png
 delete mode 100644 docs/_static/img/logo.png
 delete mode 100644 docs/_static/js/bootstrap-3.0.3.min.js
 delete mode 100644 docs/_templates/sourcelink.html
 delete mode 100644 docs/misc/faq.rst
 delete mode 100644 docs/misc/go_env.rst
 delete mode 100644 docs/misc/ide.rst
 delete mode 100644 docs/misc/misc.rst
 delete mode 100644 docs/mynewt_doc/os_user_guide/os_core/api/api.rst
 delete mode 100644 docs/mynewt_doc/os_user_guide/os_core/cpu_time/api/api.rst
 delete mode 100644 docs/mynewt_doc/os_user_guide/os_core/cpu_time/cpu_time.rst
 delete mode 100644 docs/mynewt_doc/os_user_guide/os_core/os_core.rst
 delete mode 100644 docs/mynewt_doc/os_user_guide/os_user_guide.rst
 delete mode 100644 docs/mynewt_doc/test.rst
 delete mode 100644 docs/mynewt_doc/tutorials/arduino_zero_converted.rst
 delete mode 100644 docs/mynewt_doc/tutorials/tutorials.rst
 rename docs/{mynewt_doc => os}/modules/config/config.rst (100%)
 delete mode 100644 docs/package-lock.json
 delete mode 100644 docs/package.json
 delete mode 100644 docs/themes/mynewt/README.md
 delete mode 100644 docs/themes/mynewt/breadcrumbs.html
 delete mode 100644 docs/themes/mynewt/footer.html
 delete mode 100644 docs/themes/mynewt/header.html
 delete mode 100644 docs/themes/mynewt/layout.html
 delete mode 100644 docs/themes/mynewt/main-banner.html
 delete mode 100644 docs/themes/mynewt/navigation.html
 delete mode 100644 docs/themes/mynewt/search.html
 delete mode 100644 docs/themes/mynewt/searchbox.html
 delete mode 100644 docs/themes/mynewt/sidebar.html
 delete mode 100644 docs/themes/mynewt/static/css/.gitignore
 delete mode 100644 docs/themes/mynewt/static/css/badge_only.css
 delete mode 100644 docs/themes/mynewt/static/css/doc.css
 delete mode 100644 docs/themes/mynewt/static/css/overrides.css
 delete mode 100644 docs/themes/mynewt/static/css/theme.css
 delete mode 100644 docs/themes/mynewt/static/fonts/FontAwesome.otf
 delete mode 100644 docs/themes/mynewt/static/fonts/Inconsolata-Bold.ttf
 delete mode 100644 docs/themes/mynewt/static/fonts/Inconsolata-Regular.ttf
 delete mode 100644 docs/themes/mynewt/static/fonts/Lato-Bold.ttf
 delete mode 100644 docs/themes/mynewt/static/fonts/Lato-Regular.ttf
 delete mode 100644 docs/themes/mynewt/static/fonts/RobotoSlab-Bold.ttf
 delete mode 100644 docs/themes/mynewt/static/fonts/RobotoSlab-Regular.ttf
 delete mode 100644 docs/themes/mynewt/static/fonts/fontawesome-webfont.eot
 delete mode 100644 docs/themes/mynewt/static/fonts/fontawesome-webfont.svg
 delete mode 100644 docs/themes/mynewt/static/fonts/fontawesome-webfont.ttf
 delete mode 100644 docs/themes/mynewt/static/fonts/fontawesome-webfont.woff
 delete mode 100644 docs/themes/mynewt/static/img/logo.png
 delete mode 100644 docs/themes/mynewt/static/js/affix.js
 delete mode 100644 docs/themes/mynewt/static/js/main.js
 delete mode 100644 docs/themes/mynewt/static/js/modernizr.min.js
 delete mode 100644 docs/themes/mynewt/static/js/scrollspy.js
 delete mode 100644 docs/themes/mynewt/theme.conf
 delete mode 100644 docs/themes/mynewt/versions.html

-- 
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 #728 from gj262/preview

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

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

commit 7ea1c20008153232c77d0bd4f9e4d13c7936d3fb
Merge: 1e70881 b44e787
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Mon Jan 15 12:58:24 2018 -0800

    Merge pull request #728 from gj262/preview
    
    Provide a simplified preview step

 docs/Gruntfile.js                                  |   47 -
 docs/Makefile                                      |   29 +-
 docs/README.rst                                    |   94 +-
 docs/_ext/edit_on_github.py                        |   42 -
 docs/_static/css/bootstrap-3.0.3.min.css           |    7 -
 docs/_static/css/custom.css                        |  461 --
 docs/_static/css/sphinx_theme.css                  | 1765 ------
 docs/_static/css/v2.css                            |  161 -
 docs/_static/img/asf_logo_wide_small.png           |  Bin 32278 -> 0 bytes
 docs/_static/img/egg-logo2.png                     |  Bin 7241 -> 0 bytes
 docs/_static/img/logo.png                          |  Bin 151595 -> 0 bytes
 docs/_static/js/bootstrap-3.0.3.min.js             |    7 -
 docs/_templates/sourcelink.html                    |    8 -
 docs/conf.py                                       |   34 +-
 docs/doxygen.xml                                   |    8 +-
 docs/index.rst                                     |   91 -
 docs/misc/faq.rst                                  |  143 -
 docs/misc/go_env.rst                               |  241 -
 docs/misc/ide.rst                                  |  339 -
 docs/misc/misc.rst                                 |    8 -
 docs/mynewt_doc/os_user_guide/os_core/api/api.rst  |   11 -
 .../os_user_guide/os_core/cpu_time/api/api.rst     |   15 -
 .../os_user_guide/os_core/cpu_time/cpu_time.rst    |   87 -
 docs/mynewt_doc/os_user_guide/os_core/os_core.rst  |  231 -
 docs/mynewt_doc/os_user_guide/os_user_guide.rst    |   12 -
 docs/mynewt_doc/test.rst                           |   17 -
 .../tutorials/arduino_zero_converted.rst           |  337 -
 docs/mynewt_doc/tutorials/tutorials.rst            |   98 -
 docs/{mynewt_doc => os}/modules/config/config.rst  |    0
 docs/package-lock.json                             |  569 --
 docs/package.json                                  |   15 -
 docs/themes/mynewt/README.md                       |    2 -
 docs/themes/mynewt/breadcrumbs.html                |   18 -
 docs/themes/mynewt/footer.html                     |   20 -
 docs/themes/mynewt/header.html                     |   65 -
 docs/themes/mynewt/layout.html                     |  150 -
 docs/themes/mynewt/main-banner.html                |   15 -
 docs/themes/mynewt/navigation.html                 |   10 -
 docs/themes/mynewt/search.html                     |   50 -
 docs/themes/mynewt/searchbox.html                  |    7 -
 docs/themes/mynewt/sidebar.html                    |   23 -
 docs/themes/mynewt/static/css/.gitignore           |    2 -
 docs/themes/mynewt/static/css/badge_only.css       |  226 -
 docs/themes/mynewt/static/css/doc.css              | 6538 --------------------
 docs/themes/mynewt/static/css/overrides.css        |    1 -
 docs/themes/mynewt/static/css/theme.css            | 4527 --------------
 docs/themes/mynewt/static/fonts/FontAwesome.otf    |  Bin 85908 -> 0 bytes
 .../mynewt/static/fonts/Inconsolata-Bold.ttf       |  Bin 66352 -> 0 bytes
 .../mynewt/static/fonts/Inconsolata-Regular.ttf    |  Bin 84548 -> 0 bytes
 docs/themes/mynewt/static/fonts/Lato-Bold.ttf      |  Bin 121788 -> 0 bytes
 docs/themes/mynewt/static/fonts/Lato-Regular.ttf   |  Bin 120196 -> 0 bytes
 .../themes/mynewt/static/fonts/RobotoSlab-Bold.ttf |  Bin 170616 -> 0 bytes
 .../mynewt/static/fonts/RobotoSlab-Regular.ttf     |  Bin 169064 -> 0 bytes
 .../mynewt/static/fonts/fontawesome-webfont.eot    |  Bin 56006 -> 0 bytes
 .../mynewt/static/fonts/fontawesome-webfont.svg    |  520 --
 .../mynewt/static/fonts/fontawesome-webfont.ttf    |  Bin 112160 -> 0 bytes
 .../mynewt/static/fonts/fontawesome-webfont.woff   |  Bin 65452 -> 0 bytes
 docs/themes/mynewt/static/img/logo.png             |  Bin 16242 -> 0 bytes
 docs/themes/mynewt/static/js/affix.js              |  162 -
 docs/themes/mynewt/static/js/main.js               |   50 -
 docs/themes/mynewt/static/js/modernizr.min.js      |    4 -
 docs/themes/mynewt/static/js/scrollspy.js          |  172 -
 docs/themes/mynewt/theme.conf                      |   10 -
 docs/themes/mynewt/versions.html                   |   21 -
 64 files changed, 46 insertions(+), 17424 deletions(-)

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