From 37e2c412479a08d8a61cebb31632a4c13d7f12e4 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Sat, 22 Oct 2011 16:30:01 +0200 Subject: [PATCH] Move the titles to the README file --- README | 6 ++++++ doc/index.rst | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 69de1f7..11925be 100644 --- a/README +++ b/README @@ -1,3 +1,9 @@ +Web Services Made Easy +====================== + +Introduction +------------ + Web Service Made Easy (WSME) is a very easy way to implement webservices in your python web application. It is originally a rewrite of TGWebServices with focus on extensibility, framework-independance and better type handling. diff --git a/doc/index.rst b/doc/index.rst index 604b583..04778e7 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,8 +1,3 @@ -Web Services Made Easy -====================== - -Introduction ------------- .. include:: ../README