Skip to content

Commit

Permalink
Merge pull request #159 from Mr-Sunglasses/pep8speaks_addition
Browse files Browse the repository at this point in the history
ENH: Add pep8speaks to the ideas page
  • Loading branch information
warthog9 authored Feb 22, 2024
2 parents 51e0273 + 75aa3a6 commit 46bbd61
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions ideas.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,46 @@ <h2>
<hr>
</div>

<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/pep8speaks_logo.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
pep8speaks
</h2>
</div>
</div>
<br />pep8speaks is an open-source Python tool dedicated to enhancing code quality by automating the enforcement of PEP 8, the official Python style guide. Seamlessly integrating with GitHub, it provides real-time feedback within pull requests, guiding developers to adhere to coding standards. With a customizable configuration and continuous integration support, pep8speaks promotes collaborative development by ensuring a consistent and clean code style across projects. It empowers developers with an efficient tool to automate PEP 8 compliance, maintaining code readability and adherence to best practices in Python code.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>

<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://matrix.to/#/#pep8-speaks:matrix.org">Chat</a></p>
</div>


<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://github.com/pep8speaks-org/pep8speaks/discussions">Forum</a></p>
</div>

<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="http://pep8speaks.org/">Homepage</a></p>
</div>

<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/pep8speaks-org/pep8speaks/wiki/GSoC-2024:-Ideas" alt="pep8-speaks logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/pep8speaks-org/pep8speaks" alt="pep8speaks">Source Code</a></p>
</div>
</div>
<hr>
</div>

</div>
<!-- End template -->

Expand Down
Binary file added logos/pep8speaks_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46bbd61

Please sign in to comment.