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

[mynewt-documentation] 01/01: Merge pull request #1 from gj262/newtToolDocs

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

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

commit e509e0ea526d99ea9ea67191d1c108cd2e419ab9
Merge: 1b7e8d1 c4022b2
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Wed Jan 10 13:26:23 2018 -0800

    Merge pull request #1 from gj262/newtToolDocs
    
    a new home for mynewt project level docs

 -                                                  |    1 -
 .gitignore                                         |    2 +
 Makefile                                           |   27 +
 README.rst                                         |   82 +
 docs/_ext/edit_on_github.py                        |   42 +
 docs/_ext/edit_on_github.pyc                       |  Bin 0 -> 1736 bytes
 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 0 -> 32278 bytes
 docs/_static/img/egg-logo2.png                     |  Bin 0 -> 7241 bytes
 docs/_static/img/logo.png                          |  Bin 0 -> 151595 bytes
 docs/_static/js/bootstrap-3.0.3.min.js             |    7 +
 docs/_templates/sourcelink.html                    |    8 +
 docs/conf.py                                       |  174 +
 docs/get_started/index.rst                         |   44 +
 docs/index.rst                                     |   60 +
 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 0 -> 85908 bytes
 .../mynewt/static/fonts/Inconsolata-Bold.ttf       |  Bin 0 -> 66352 bytes
 .../mynewt/static/fonts/Inconsolata-Regular.ttf    |  Bin 0 -> 84548 bytes
 docs/themes/mynewt/static/fonts/Lato-Bold.ttf      |  Bin 0 -> 121788 bytes
 docs/themes/mynewt/static/fonts/Lato-Regular.ttf   |  Bin 0 -> 120196 bytes
 .../themes/mynewt/static/fonts/RobotoSlab-Bold.ttf |  Bin 0 -> 170616 bytes
 .../mynewt/static/fonts/RobotoSlab-Regular.ttf     |  Bin 0 -> 169064 bytes
 .../mynewt/static/fonts/fontawesome-webfont.eot    |  Bin 0 -> 56006 bytes
 .../mynewt/static/fonts/fontawesome-webfont.svg    |  520 ++
 .../mynewt/static/fonts/fontawesome-webfont.ttf    |  Bin 0 -> 112160 bytes
 .../mynewt/static/fonts/fontawesome-webfont.woff   |  Bin 0 -> 65452 bytes
 docs/themes/mynewt/static/img/logo.png             |  Bin 0 -> 16242 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 +
 51 files changed, 15433 insertions(+), 1 deletion(-)

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