doc/book/en/development/cubes/cc-newcube.rst
branchstable
changeset 2172 cf8f9180e63e
parent 1714 a721966779be
child 2280 31269a9b9ec4
--- a/doc/book/en/development/cubes/cc-newcube.rst	Fri Jun 19 09:19:27 2009 +0200
+++ b/doc/book/en/development/cubes/cc-newcube.rst	Fri Jun 19 20:38:32 2009 +0200
@@ -7,7 +7,7 @@
 
   cubicweb-ctl newcube mycube
 
-  # answer questions 
+  # answer questions
   hg init moncube
   cd mycube
   hg add .
@@ -31,12 +31,12 @@
     the source code of your cube:
     ``cubicweb-ctl newcube --directory=/path/to/cubes/library cube_name``
 
-    
+
 Usage of :command:`cubicweb-ctl liveserver`
 -------------------------------------------
 
 To quickly test a new cube, you can also use the `liveserver` command for cubicweb-ctl
-which allows to create an instance in memory (using an SQLite database by 
+which allows to create an instance in memory (using an SQLite database by
 default) and make it accessible through a web server ::
 
   cubicweb-ctl live-server mycube