Skip to content

Commit d1e70cf

Browse files
ss1208poyeadhruvmanila
authored
docs: renovate README (TheAlgorithms#4620)
Conjunctive adverbs should be followed by a comma. For more details, kindly refer: https://www.aje.com/arc/editing-tip-commas-conjunctive-adverbs/ Separate out the labels into two rows Co-authored-by: John Law <[email protected]> Co-authored-by: Dhruv Manilawala <[email protected]>
1 parent b9f1815 commit d1e70cf

File tree

1 file changed

+52
-25
lines changed

1 file changed

+52
-25
lines changed

README.md

+52-25
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,55 @@
1-
# The Algorithms - Python
2-
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square)](https://gitpod.io/#https://github.com/TheAlgorithms/Python)&nbsp;
3-
[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6)&nbsp;
4-
[![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms)&nbsp;
5-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TheAlgorithms/Python/build?label=CI&logo=github&style=flat-square)](https://github.com/TheAlgorithms/Python/actions)&nbsp;
6-
[![LGTM](https://img.shields.io/lgtm/alerts/github/TheAlgorithms/Python.svg?label=LGTM&logo=LGTM&style=flat-square)](https://lgtm.com/projects/g/TheAlgorithms/Python/alerts)&nbsp;
7-
[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md)&nbsp;
8-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=flat-square)](https://www.paypal.me/TheAlgorithms/100)&nbsp;
9-
![](https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square)&nbsp;
10-
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](https://github.com/pre-commit/pre-commit)&nbsp;
11-
[![code style: black](https://img.shields.io/static/v1?label=code%20style&message=black&color=black&style=flat-square)](https://github.com/psf/black)&nbsp;
12-
<!--[![Tested on Python 3.8](https://img.shields.io/badge/Tested%20-Python%203.8-blue.svg?logo=python&style=flat-square)](https://www.python.org/downloads) &nbsp;-->
13-
14-
### All algorithms implemented in Python (for education)
15-
16-
These implementations are for learning purposes only. Therefore they may be less efficient than the implementations in the Python standard library.
17-
18-
## Contribution Guidelines
19-
20-
Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
21-
22-
## Community Channel
23-
24-
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
1+
<div align="center">
2+
<!-- Title: -->
3+
<a href="https://github.com/TheAlgorithms/">
4+
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100">
5+
</a>
6+
<h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Python</h1>
7+
<!-- Labels: -->
8+
<!-- First row: -->
9+
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Python">
10+
<img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code">
11+
</a>
12+
<a href="https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md">
13+
<img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" height="20" alt="Contributions Welcome">
14+
</a>
15+
<a href="https://www.paypal.me/TheAlgorithms/100">
16+
<img src="https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=flat-square" height="20" alt="Donate">
17+
</a>
18+
<img src="https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square" height="20">
19+
<a href="https://discord.gg/c7MnfGFGa6">
20+
<img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord chat">
21+
</a>
22+
<a href="https://gitter.im/TheAlgorithms">
23+
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat">
24+
</a>
25+
<!-- Second row: -->
26+
<br>
27+
<a href="https://github.com/TheAlgorithms/Python/actions">
28+
<img src="https://img.shields.io/github/workflow/status/TheAlgorithms/Python/build?label=CI&logo=github&style=flat-square" height="20" alt="GitHub Workflow Status">
29+
</a>
30+
<a href="https://lgtm.com/projects/g/TheAlgorithms/Python/alerts">
31+
<img src="https://img.shields.io/lgtm/alerts/github/TheAlgorithms/Python.svg?label=LGTM&logo=LGTM&style=flat-square" height="20" alt="LGTM">
32+
</a>
33+
<a href="https://github.com/pre-commit/pre-commit">
34+
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" height="20" alt="pre-commit">
35+
</a>
36+
<a href="https://github.com/psf/black">
37+
<img src="https://img.shields.io/static/v1?label=code%20style&message=black&color=black&style=flat-square" height="20" alt="code style: black">
38+
</a>
39+
<!-- Short description: -->
40+
<h3>All algorithms implemented in Python - for education</h3>
41+
</div>
42+
43+
Implementations are for learning purposes only. As they may be less efficient than the implementations in the Python standard library, use them at your discretion.
44+
45+
## Getting Started
46+
47+
Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
48+
49+
## Community Channels
50+
51+
We're on [Discord](https://discord.gg/c7MnfGFGa6) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are great for you to ask questions and get help. Please join us!
2552

2653
## List of Algorithms
2754

28-
See our [directory](DIRECTORY.md).
55+
See our [directory](DIRECTORY.md) for easier navigation and better overview of the project.

0 commit comments

Comments
 (0)