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 1
1
================================================================================
2
- {{name}}
2
+ {{name}}{% if full_name %} - {{full_name}}
3
+ {%endif%}
3
4
================================================================================
4
5
5
6
.. image:: https://api.travis-ci.org/{{organisation}}/{{name}}.svg?branch=master
6
7
:target: http://travis-ci.org/{{organisation}}/{{name}}
7
8
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}}
10
11
11
12
{%block documentation_link%}
12
13
.. image:: https://readthedocs.org/projects/{{name|lower}}/badge/?version=latest
13
14
:target: http://{{name|lower}}.readthedocs.org/en/latest/
14
15
{%endblock%}
15
16
17
+ {% block features %}
18
+ {% endblock %}
16
19
17
20
Installation
18
21
================================================================================
19
22
23
+ {% if release != '0.0.0' %}
24
+
20
25
You can install it via pip:
21
26
22
27
.. code-block:: bash
@@ -25,9 +30,13 @@ You can install it via pip:
25
30
26
31
27
32
or clone it and install it:
33
+ {% endif %}
28
34
29
35
.. code-block:: bash
30
36
31
37
$ git clone http://github.com/{{organisation}}/{{name}}.git
32
38
$ cd {{name}}
33
39
$ python setup.py install
40
+
41
+ {%block bottom_block%}
42
+ {%endblock%}
You can’t perform that action at this time.
0 commit comments