Skip to content

Commit 48ecc1f

Browse files
resolve conversation
1 parent 84487bd commit 48ecc1f

File tree

1 file changed

+28
-24
lines changed
  • project-template/{{cookiecutter.repo_name}}

1 file changed

+28
-24
lines changed
Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,41 @@
1-
<h1 align="center">{{cookiecutter.repo_name}}</h1>
1+
{{cookiecutter.repo_name}}
2+
{{ "=" * cookiecutter.repo_name|length }}
23

3-
<p align="center">
44
{{cookiecutter.description}}
5-
</p>
65

7-
<p align="center">
6+
.. image:: https://img.shields.io/pypi/l/{{cookiecutter.__repo_name_slug}}
7+
:target: https://opensource.org/licenses/MIT
8+
:alt: License
89

9-
<a href="https://opensource.org/licenses/MIT">
10-
<img src="https://img.shields.io/pypi/l/{{cookiecutter.__repo_name_slug}}" alt="License">
11-
</a>
12-
<a href="https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/">
13-
<img src="https://img.shields.io/pypi/dm/{{cookiecutter.__repo_name_slug}}" alt="Downloads">
14-
</a>
15-
<a href="https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/">
16-
<img src="https://img.shields.io/pypi/pyversions/{{cookiecutter.__repo_name_slug}}" alt="Supported Python Versions">
17-
</a>
18-
<a href="https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/">
19-
<img src="https://img.shields.io/pypi/v/{{cookiecutter.__repo_name_slug}}" alt="PyPi Package">
20-
</a>
21-
</p>
10+
.. image:: https://img.shields.io/pypi/dm/{{cookiecutter.__repo_name_slug}}
11+
:target: https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/
12+
:alt: Downloads
2213

23-
## 🚀 Features
14+
.. image:: https://img.shields.io/pypi/pyversions/{{cookiecutter.__repo_name_slug}}
15+
:target: https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/
16+
:alt: Supported Python Versions
2417

25-
## 🔌️ Prerequisites
18+
.. image:: https://img.shields.io/pypi/v/{{cookiecutter.__repo_name_slug}}
19+
:target: https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/
20+
:alt: PyPi Package
21+
22+
🚀 Features
23+
-----------
24+
25+
🔌️ Prerequisites
26+
----------------
2627

2728
- [Python](https://www.python.org/) >= 3.9
2829

29-
## 💾 Installation
30+
💾 Installation
31+
---------------
32+
33+
.. code-block:: shell
34+
35+
pip install {{cookiecutter.pypi_package_name}}
3036
31-
```shell
32-
pip install {{cookiecutter.pypi_package_name}}
33-
```
3437
3538
## 📚 Documentation
39+
-------------------
3640

37-
For futher details, checkout the latest [documentation](https://exasol.github.io/{{cookiecutter.repo_name}}/).
41+
For futher details, checkout the latest `documentation <https://exasol.github.io/{{cookiecutter.repo_name}}/>`_.

0 commit comments

Comments
 (0)