Skip to content

Commit

Permalink
Merge pull request gevent#373 from tomislater/patch-1
Browse files Browse the repository at this point in the history
Fix links for examples (docs gevent servers)
  • Loading branch information
denik committed Jan 23, 2014
2 parents c8ddd6b + b903c5e commit cecf4ef
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions doc/servers.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. implementing-servers:
Implementing servers
Expand Down Expand Up @@ -42,14 +41,13 @@ More examples are available in the `code repository`_:
- `wsgiserver.py`_ - demonstrates :class:`wsgi.WSGIServer <gevent.wsgi.WSGIServer>`
- `wsgiserver_ssl.py`_ - demonstrates :class:`pywsgi.WSGIServer <gevent.pywsgi.WSGIServer>`

.. _`code repository`: http://bitbucket.org/denis/gevent/src/tip/examples/#source-path
.. _`code repository`: https://github.com/surfly/gevent/tree/master/examples
.. _`does not support streaming`: http://code.google.com/p/gevent/issues/detail?id=4
.. _`pipelining does not work`: http://code.google.com/p/gevent/issues/detail?id=32
.. _gunicorn: http://gunicorn.org
.. _`echoserver.py`: http://bitbucket.org/denis/gevent/src/tip/examples/echoserver.py#cl-9
.. _`wsgiserver.py`: http://bitbucket.org/denis/gevent/src/tip/examples/wsgiserver.py#cl-4
.. _`wsgiserver_ssl.py`: http://bitbucket.org/denis/gevent/src/tip/examples/wsgiserver_ssl.py#cl-4
.. _`httpserver.py`: http://bitbucket.org/denis/gevent/src/tip/examples/httpserver.py#cl-4
.. _`echoserver.py`: https://github.com/surfly/gevent/blob/master/examples/echoserver.py#L34
.. _`wsgiserver.py`: https://github.com/surfly/gevent/blob/master/examples/wsgiserver.py#L18
.. _`wsgiserver_ssl.py`: https://github.com/surfly/gevent/blob/master/examples/wsgiserver_ssl.py#L17

.. toctree::

Expand Down

0 comments on commit cecf4ef

Please sign in to comment.