Remove the .. highlight:: directives to remains plain-rst compatible

This commit is contained in:
Christophe de Vienne 2012-04-23 11:20:30 +02:00
parent ac30cd20ef
commit e7ad3d8bbd

View File

@ -12,8 +12,6 @@ with focus on extensibility, framework-independance and better type handling.
How Easy ?
~~~~~~~~~~
.. highlight:: python
::
from wsme import WSRoot, expose, validate
@ -28,15 +26,11 @@ How Easy ?
With this published at the ``/ws`` path of your application, you can access
your hello function in various protocols:
.. highlight:: javascript
``http://<server>/ws/hello.json?who=you``
::
"Hello you !"
.. highlight:: xml
``http://<server>/ws/hello.xml``
::