From c4c6ba258260468018a2ab15aad182f9b2137ffd Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 9 Apr 2014 17:57:52 -0300 Subject: [PATCH] added the group+places docs --- doc/client/groups.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/client/groups.rst b/doc/client/groups.rst index b95c5e8..45975f7 100644 --- a/doc/client/groups.rst +++ b/doc/client/groups.rst @@ -10,3 +10,7 @@ Groups are used to select which people will go to which place. .. autoflask:: luncho.server:app :blueprints: group_users :undoc-endpoints: static, show_api + +.. autoflask:: luncho.server:app + :blueprints: group_places + :undoc-endpoints: static, show_api