symbian-qemu-0.9.1-12/python-2.6.1/Doc/howto/index.rst
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 ***************
       
     2  Python HOWTOs
       
     3 ***************
       
     4 
       
     5 Python HOWTOs are documents that cover a single, specific topic,
       
     6 and attempt to cover it fairly completely. Modelled on the Linux
       
     7 Documentation Project's HOWTO collection, this collection is an
       
     8 effort to foster documentation that's more detailed than the
       
     9 Python Library Reference.
       
    10 
       
    11 Currently, the HOWTOs are:
       
    12 
       
    13 .. toctree::
       
    14    :maxdepth: 1
       
    15 
       
    16    advocacy.rst
       
    17    cporting.rst
       
    18    curses.rst
       
    19    doanddont.rst
       
    20    functional.rst
       
    21    regex.rst
       
    22    sockets.rst
       
    23    unicode.rst
       
    24    urllib2.rst
       
    25    webservers.rst
       
    26