added pep links

This commit is contained in:
rasbt 2015-02-19 20:51:20 -05:00
parent 06387b454d
commit 80a06cfd60

View File

@ -170,7 +170,9 @@
- [PyPI - the Python Package Index](https://pypi.python.org/pypi) - The official repository for all open source Python modules and packages. - [PyPI - the Python Package Index](https://pypi.python.org/pypi) - The official repository for all open source Python modules and packages.
- [PEP 8](http://legacy.python.org/dev/peps/pep-0008/) - The official style guide for Python code. - [PEP 8](https://www.python.org/dev/peps/pep-0008/) - The official style guide for Python code.
- [PEP 257](https://www.python.org/dev/peps/pep-0257/) - Python's official docstring conventions; [pep257 - Python style guide checker](https://pypi.python.org/pypi/pep257)
<br> <br>