Skip to content

Commit bee6a66

Browse files
committed
Add docs badge.
1 parent c8f9e75 commit bee6a66

File tree

1 file changed

+3
-0
lines changed
  • src/makeapp/app_templates/__default__

1 file changed

+3
-0
lines changed

src/makeapp/app_templates/__default__/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
[![PyPI - Version](https://img.shields.io/pypi/v/{{ app_name }})](https://pypi.python.org/pypi/{{ app_name }})
66
[![License](https://img.shields.io/pypi/l/{{ app_name }})](https://pypi.python.org/pypi/{{ app_name }})
7+
[![Docs](https://img.shields.io/readthedocs/{{ app_name }})](https://{{ app_name }}.readthedocs.io/)
8+
{% block badges %}
9+
{% endblock %}
710

811
**Work in progress. Stay tuned.**
912

0 commit comments

Comments
 (0)