summaryrefslogtreecommitdiff
path: root/doc/examples.rst
diff options
context:
space:
mode:
authorRyan Williams <rdw@lindenlab.com>2010-02-07 20:18:02 -0800
committerRyan Williams <rdw@lindenlab.com>2010-02-07 20:18:02 -0800
commit6a68fa53189b51c424813b2821f6f7e31a4d2f0d (patch)
tree7a16322dafeb7fc5804dd185283340cd00267259 /doc/examples.rst
parent5242cfc4904b9cdf8fe07877ac31548a2bd601e4 (diff)
downloadeventlet-6a68fa53189b51c424813b2821f6f7e31a4d2f0d.tar.gz
Tweaked the way monkey_patch works so that it'll work better if called after the modules it patches are imported. Added major patcher docs overall. Added blog link to the main page.
Diffstat (limited to 'doc/examples.rst')
-rw-r--r--doc/examples.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/examples.rst b/doc/examples.rst
index 201d3be..7bf99b3 100644
--- a/doc/examples.rst
+++ b/doc/examples.rst
@@ -4,30 +4,35 @@ Examples
Here are a bunch of small example programs that use Eventlet. All of these examples can be found in the ``examples`` directory of a source copy of Eventlet.
.. _web_crawler_example:
+
Web Crawler
------------
.. literalinclude:: ../examples/webcrawler.py
.. _wsgi_server_example:
+
WSGI Server
------------
.. literalinclude:: ../examples/wsgi.py
.. _echo_server_example:
+
Echo Server
-----------
.. literalinclude:: ../examples/echoserver.py
.. _socket_connect_example:
+
Socket Connect
--------------
.. literalinclude:: ../examples/connect.py
.. _chat_server_example:
+
Multi-User Chat Server
-----------------------