Remove the .. highlight:: directives to remains plain-rst compatible
This commit is contained in:
parent
ac30cd20ef
commit
e7ad3d8bbd
@ -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``
|
||||
::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user