diff -r 76ab3c71aff2 -r c67bcee93248 doc/book/en/devweb/ajax.rst --- a/doc/book/en/devweb/ajax.rst Mon Jul 06 17:39:35 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -.. _ajax: - -Ajax ----- - -CubicWeb provides a few helpers to facilitate *javascript <-> python* communications. - -You can, for instance, register some python functions that will become -callable from javascript through ajax calls. All the ajax URLs are handled -by the :class:`cubicweb.web.views.ajaxcontroller.AjaxController` controller. - -.. automodule:: cubicweb.web.views.ajaxcontroller