From e7ad3d8bbdeab6cfb5f33a79747a34a7cccd6c86 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Mon, 23 Apr 2012 11:20:30 +0200 Subject: [PATCH] Remove the .. highlight:: directives to remains plain-rst compatible --- README.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.rst b/README.rst index 3a07373..9f37fe9 100644 --- a/README.rst +++ b/README.rst @@ -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:///ws/hello.json?who=you`` :: "Hello you !" - .. highlight:: xml - ``http:///ws/hello.xml`` ::