[Python-modules-commits] [python-mkdocs] 04/06: Merge tag 'upstream/0.16.1' into debian/experimental

Brian May bam at moszumanska.debian.org
Thu Mar 9 10:14:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch debian/experimental
in repository python-mkdocs.

commit 7c8650bf13234952137fb751ed7ed93b297ef783
Merge: 50fc450 ebf5a08
Author: Brian May <bam at debian.org>
Date:   Thu Mar 9 20:55:44 2017 +1100

    Merge tag 'upstream/0.16.1' into debian/experimental
    
    Upstream version 0.16.1

 .codecov.yml                                       |  11 +
 .csslintrc                                         |  45 +++
 .jshintignore                                      |   7 +
 .travis.yml                                        |  14 +-
 MANIFEST.in                                        |   4 +-
 README.md                                          |  20 +-
 docs/about/contributing.md                         |   8 +-
 docs/about/license.md                              |   8 +-
 docs/about/release-notes.md                        | 219 ++++++++++-
 docs/img/initial-config.png                        | Bin 13926 -> 0 bytes
 docs/img/multipage.png                             | Bin 0 -> 31289 bytes
 docs/img/readthedocs.png                           | Bin 84400 -> 70346 bytes
 docs/img/screenshot.png                            | Bin 110703 -> 79740 bytes
 docs/img/search.png                                | Bin 0 -> 101853 bytes
 docs/img/site-name.png                             | Bin 28320 -> 13225 bytes
 docs/img/win-py-install.png                        | Bin 0 -> 41678 bytes
 docs/index.md                                      | 246 ++++++++----
 docs/user-guide/configuration.md                   | 110 ++++--
 docs/user-guide/custom-themes.md                   | 247 +++++++-----
 docs/user-guide/deploying-your-docs.md             |  27 +-
 docs/user-guide/styling-your-docs.md               | 285 ++++++++++----
 docs/user-guide/writing-your-docs.md               |  11 +-
 mkdocs.yml                                         |   7 +-
 mkdocs/__init__.py                                 |   2 +-
 mkdocs/__main__.py                                 |  71 ++--
 mkdocs/assets/search/mkdocs/js/lunr-0.5.7.min.js   |   7 -
 mkdocs/assets/search/mkdocs/js/lunr.min.js         |   7 +
 mkdocs/assets/search/mkdocs/js/search.js           |   4 +-
 mkdocs/commands/build.py                           | 210 +++++++---
 mkdocs/commands/gh_deploy.py                       |  55 +--
 mkdocs/commands/serve.py                           |  10 +-
 mkdocs/config/base.py                              |  42 +-
 mkdocs/config/config_options.py                    |  85 +++--
 mkdocs/config/defaults.py                          |  10 +-
 mkdocs/nav.py                                      |  43 ++-
 mkdocs/templates/sitemap.xml                       |   4 +-
 mkdocs/tests/build_tests.py                        |  43 ++-
 mkdocs/tests/cli_tests.py                          | 422 ++++++++++++++++++++-
 mkdocs/tests/config/base_tests.py                  | 184 ++++++++-
 mkdocs/tests/config/config_options_tests.py        |  53 ++-
 mkdocs/tests/config/config_tests.py                |  14 +-
 mkdocs/tests/gh_deploy_tests.py                    |  20 +-
 mkdocs/tests/integration.py                        |  27 +-
 .../complicated_config/documentation/custom.html   |   9 +
 .../complicated_config/documentation/index.md      |   4 +
 .../complicated_config/documentation/tweak.css     |   3 +
 .../complicated_config/documentation/tweak.js      |   1 +
 .../integration/complicated_config/mkdocs.yml      |  45 +++
 .../complicated_config/theme_tweaks/404.html       |   7 +
 .../tests/integration/subpages/docs/image.png      | Bin
 mkdocs/tests/integration/subpages/docs/index.md    |  23 ++
 .../tests/integration/subpages/docs/non-index.md   |  23 ++
 .../tests/integration/subpages/docs/sub1/image.png | Bin 0 -> 14085 bytes
 .../tests/integration/subpages/docs/sub1/index.md  |  38 ++
 .../integration/subpages/docs/sub1/non-index.md    |  38 ++
 .../integration/subpages/docs/sub1/sub1a/index.md  |  30 ++
 .../subpages/docs/sub1/sub1a/non-index.md          |  30 ++
 .../tests/integration/subpages/docs/sub2/index.md  |  31 ++
 .../integration/subpages/docs/sub2/non-index.md    |  31 ++
 mkdocs/tests/integration/subpages/mkdocs.yml       |   1 +
 mkdocs/tests/integration/unicode/docs/index.md     |   2 +
 .../integration/unicode/docs/\303\234bersicht.md"  |  17 +
 .../integration/unicode/docs/\342\231\252.md"      |  17 +
 mkdocs/tests/integration/unicode/mkdocs.yml        |   1 +
 mkdocs/tests/nav_tests.py                          |  63 +++
 mkdocs/tests/utils/ghp_import_tests.py             |  29 ++
 mkdocs/tests/utils/utils_tests.py                  |  34 +-
 mkdocs/themes/mkdocs/base.html                     |  78 ++--
 mkdocs/themes/mkdocs/content.html                  |   6 +-
 mkdocs/themes/mkdocs/css/base.css                  | 108 ++++--
 mkdocs/themes/mkdocs/css/highlight.css             |   1 -
 .../mkdocs/fonts/glyphicons-halflings-regular.eot  | Bin 0 -> 20127 bytes
 .../mkdocs/fonts/glyphicons-halflings-regular.svg  | 288 ++++++++++++++
 .../mkdocs/fonts/glyphicons-halflings-regular.ttf  | Bin 0 -> 45404 bytes
 .../mkdocs/fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes
 .../fonts/glyphicons-halflings-regular.woff2       | Bin 0 -> 18028 bytes
 mkdocs/themes/mkdocs/js/base.js                    |  20 +
 mkdocs/themes/mkdocs/main.html                     |  10 +
 mkdocs/themes/mkdocs/nav-sub.html                  |  12 +-
 mkdocs/themes/mkdocs/nav.html                      |  63 +--
 mkdocs/themes/mkdocs/search-modal.html             |  24 ++
 mkdocs/themes/mkdocs/toc.html                      |   8 +-
 mkdocs/themes/readthedocs/base.html                |  67 ++--
 mkdocs/themes/readthedocs/breadcrumbs.html         |  23 +-
 mkdocs/themes/readthedocs/css/highlight.css        |   1 -
 mkdocs/themes/readthedocs/css/theme.css            |   2 +-
 mkdocs/themes/readthedocs/css/theme_extra.css      |  92 +++--
 mkdocs/themes/readthedocs/footer.html              |  16 +-
 mkdocs/themes/readthedocs/main.html                |  10 +
 mkdocs/themes/readthedocs/search.html              |   4 +-
 mkdocs/themes/readthedocs/toc.html                 |   4 +-
 mkdocs/themes/readthedocs/versions.html            |  16 +-
 mkdocs/utils/__init__.py                           |  64 +++-
 mkdocs/utils/filters.py                            |   6 +
 mkdocs/utils/ghp_import.py                         |  19 +-
 requirements/project-min.txt                       |   2 -
 requirements/project.txt                           |   2 -
 setup.py                                           |   2 -
 tox.ini                                            |  22 +-
 99 files changed, 3298 insertions(+), 731 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mkdocs.git



More information about the Python-modules-commits mailing list