It's text markup language, Jim, but not as we know it
This commit is contained in:
parent
be64445364
commit
ebeda5e8d2
|
@ -104,12 +104,10 @@ Style
|
||||||
|
|
||||||
Keeping to a consistent code style throughout the project makes it easier to
|
Keeping to a consistent code style throughout the project makes it easier to
|
||||||
contribute and collaborate. Please stick to the guidelines in
|
contribute and collaborate. Please stick to the guidelines in
|
||||||
[PEP8](https://www.python.org/dev/peps/pep-0008/p) and the [Google Python Style
|
`PEP8`_ and the `Google Style Guide`_ unless there's a very
|
||||||
Guide](https://google.github.io/styleguide/pyguide.html) unless there's a very
|
|
||||||
good reason not to.
|
good reason not to.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. |mitmproxy_site| image:: https://shields.mitmproxy.org/api/https%3A%2F%2F-mitmproxy.org-blue.svg
|
.. |mitmproxy_site| image:: https://shields.mitmproxy.org/api/https%3A%2F%2F-mitmproxy.org-blue.svg
|
||||||
:target: https://mitmproxy.org/
|
:target: https://mitmproxy.org/
|
||||||
:alt: mitmproxy.org
|
:alt: mitmproxy.org
|
||||||
|
@ -154,3 +152,5 @@ good reason not to.
|
||||||
.. _Sphinx: http://sphinx-doc.org/
|
.. _Sphinx: http://sphinx-doc.org/
|
||||||
.. _sphinx-autobuild: https://pypi.python.org/pypi/sphinx-autobuild
|
.. _sphinx-autobuild: https://pypi.python.org/pypi/sphinx-autobuild
|
||||||
.. _issue_tracker: https://github.com/mitmproxy/mitmproxy/issues
|
.. _issue_tracker: https://github.com/mitmproxy/mitmproxy/issues
|
||||||
|
.. _PEP8: https://www.python.org/dev/peps/pep-0008
|
||||||
|
.. _Google Style Guide: https://google.github.io/styleguide/pyguide.html
|
||||||
|
|
Loading…
Reference in New Issue