From cce0135c736eb10489a5877fa14f091656db0964 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Tue, 17 Apr 2012 14:25:23 +0200 Subject: [PATCH] Mention toggle.css and toggle.js installation in the documentation --- doc/document.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/document.rst b/doc/document.rst index a24a83d..99c9131 100644 --- a/doc/document.rst +++ b/doc/document.rst @@ -19,6 +19,10 @@ Here we consider that you already quick-started a sphinx project. wsme_protocols = ['restjson', 'restxml', 'extdirect'] +#. Copy :download:`toggle.js <_static/toggle.js>` + and :download:`toggle.css <_static/toggle.css>` + in your _static directory. + The ``wsme`` domain -------------------