File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 11================================================================================
2- {{name}}
2+ {{name}}{% if full_name %} - {{full_name}}
3+ {%endif%}
34================================================================================
45
56.. image:: https://api.travis-ci.org/{{organisation}}/{{name}}.svg?branch=master
67 :target: http://travis-ci.org/{{organisation}}/{{name}}
78
8- .. image:: https://codecov.io/github /{{organisation}}/{{name}}/coverage.png
9- :target: https://codecov.io/github /{{organisation}}/{{name}}
9+ .. image:: https://codecov.io/gh /{{organisation}}/{{name}}/branch/master/graph/badge.svg
10+ :target: https://codecov.io/gh /{{organisation}}/{{name}}
1011
1112{%block documentation_link%}
1213.. image:: https://readthedocs.org/projects/{{name|lower}}/badge/?version=latest
1314 :target: http://{{name|lower}}.readthedocs.org/en/latest/
1415{%endblock%}
1516
17+ {% block features %}
18+ {% endblock %}
1619
1720Installation
1821================================================================================
1922
23+ {% if release != '0.0.0' %}
24+
2025You can install it via pip:
2126
2227.. code-block:: bash
@@ -25,9 +30,13 @@ You can install it via pip:
2530
2631
2732or clone it and install it:
33+ {% endif %}
2834
2935.. code-block:: bash
3036
3137 $ git clone http://github.com/{{organisation}}/{{name}}.git
3238 $ cd {{name}}
3339 $ python setup.py install
40+
41+ {%block bottom_block%}
42+ {%endblock%}
You can’t perform that action at this time.
0 commit comments