From 4042c772c8043ac96a22db439a736fec9ea2aafa Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Fri, 13 Sep 2013 17:09:35 -0400 Subject: All the references re-wired. --- docs/quick_tutorial/rest_ajax.rst | 62 --------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 docs/quick_tutorial/rest_ajax.rst (limited to 'docs/quick_tutorial/rest_ajax.rst') diff --git a/docs/quick_tutorial/rest_ajax.rst b/docs/quick_tutorial/rest_ajax.rst deleted file mode 100644 index 69a940818..000000000 --- a/docs/quick_tutorial/rest_ajax.rst +++ /dev/null @@ -1,62 +0,0 @@ -================== -29: REST with Ajax -================== - -Use Ajax operations to talk to a REST interface. - -Objectives -========== - -- Populate a list with JSON data - -- Update contents with client-side forms that post to REST operations - -Steps -===== - -#. We are going to use the previous step as our starting point: - - .. code-block:: bash - - (env27)$ cd ..; cp -r rest_ajax_layout rest_ajax; cd rest_ajax - (env27)$ python setup.py develop - -#. Let's first add a Javascript file that implements our browser-side - logic and talks to the REST service: - -#. Introduce ``pyramid_jinja2`` dependency in - ``rest_ajax/tutorial/static/site.js``: - - .. literalinclude:: rest_ajax/tutorial/static/site.js - :language: js - :linenos: - -#. Add a ``