From 935f782e6cb45ca88932d7787080fc44acbc132c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 27 Dec 2015 23:48:11 -0500 Subject: [PATCH] fix headers --- docs/quick-start.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quick-start.rst b/docs/quick-start.rst index c86cb301..559678ca 100644 --- a/docs/quick-start.rst +++ b/docs/quick-start.rst @@ -1,5 +1,5 @@ Quick Start ------------ +=========== You are busy, and you just want to ``get things doneā„¢``, so let's get going. @@ -58,7 +58,7 @@ that Crud view is simply a listener for the events generated by the plugin. If this is new to you, don't worry, it will be explained in the following sections. Using It In Your Controllers ----------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Any controller inheriting from ``AppController`` will automatically implement the specified actions loaded int the ``CRUD`` component configuration. @@ -75,7 +75,7 @@ Therefore, you can just leave your controller code empty! } View the Results ----------------- +~~~~~~~~~~~~~~~~ You can now access your categories list by pointing your browser to ``http://example.com/categories``. Browse around your new Admin interface for