File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
{{ cookiecutter.repo_name }}/docs Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# {{ cookiecutter.pypi_project_name }}
22
3- [ ![ build-status-image]] [ travis ]
4- [ ![ pypi-version]] [ pypi ]
3+ <div class =" badges " >
4+ <a href="http://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}?branch=master">
5+ <img src="https://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}.svg?branch=masterr">
6+ </a>
7+ <a href="https://pypi.python.org/pypi/{{ cookiecutter.pypi_project_name }}">
8+ <img src="https://pypip.in/version/{{ cookiecutter.pypi_project_name }}/badge.svg">
9+ </a>
10+ </div >
511
612## Overview
713
@@ -64,9 +70,3 @@ To build the documentation:
6470``` bash
6571$ mkdocs build
6672```
67-
68-
69- [ build-status-image] : https://secure.travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}.png?branch=master
70- [ travis] : http://travis-ci.org/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}?branch=master
71- [ pypi-version] : https://pypip.in/version/{{ cookiecutter.pypi_project_name }}/badge.svg
72- [ pypi] : https://pypi.python.org/pypi/{{ cookiecutter.pypi_project_name }}
You can’t perform that action at this time.
0 commit comments