libcli/smb: make sure the writev_send of smbXcli_conn_samba_suicide() is removed...
[Samba.git] / third_party / pep8 / docs / index.rst
blob5500e0dc49eb2c715918a6d887bcbbb771f36f00
1 .. pep8 documentation master file
3 pep8's documentation
4 ====================
6 *Python style guide checker*
8 pep8 is a tool to check your Python code against some of the style
9 conventions in `PEP 8`_.
11 .. _PEP 8: http://www.python.org/dev/peps/pep-0008/
14 Contents:
16 .. toctree::
17    :maxdepth: 2
19    intro
20    advanced
21    API <api>
22    developer
24 * Online documentation: http://pep8.readthedocs.org/
25 * Source code and issue tracker: https://github.com/jcrocholl/pep8
28 Indices and tables
29 ==================
31 * :ref:`genindex`
32 * :ref:`search`
35 Credits
36 =======
38 Created by Johann C. Rocholl.
40 Maintained by Florent Xicluna and Ian Lee.
43 .. _license:
45 License
46 =======
48 The ``pep8`` library is provided under the terms and conditions of the
49 Expat license::
51   # Permission is hereby granted, free of charge, to any person
52   # obtaining a copy of this software and associated documentation files
53   # (the "Software"), to deal in the Software without restriction,
54   # including without limitation the rights to use, copy, modify, merge,
55   # publish, distribute, sublicense, and/or sell copies of the Software,
56   # and to permit persons to whom the Software is furnished to do so,
57   # subject to the following conditions:
58   #
59   # The above copyright notice and this permission notice shall be
60   # included in all copies or substantial portions of the Software.
61   #
62   # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
63   # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
64   # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
65   # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
66   # BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
67   # ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
68   # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
69   # SOFTWARE.