doc/book/en/annexes/rql/intro.rst
branchstable
changeset 2175 16d3c37c5d28
parent 2172 cf8f9180e63e
child 2535 c7b736929a58
--- a/doc/book/en/annexes/rql/intro.rst	Thu Jun 25 20:29:27 2009 +0200
+++ b/doc/book/en/annexes/rql/intro.rst	Fri Jun 26 13:51:08 2009 +0200
@@ -12,7 +12,7 @@
 relation).
 
 RQL is inspired by SQL but is the highest level. A knowledge of the
-`CubicWeb` schema defining the application is necessary.
+*CubicWeb* schema defining the application is necessary.
 
 Comparison with existing languages
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -22,7 +22,7 @@
 RQL builds on the features of SQL but is at a higher level
 (the current implementation of RQL generates SQL). For that it is limited
 to the way of browsing relations and introduces variables.
-The user does not need to know the model underlying SQL, but the `CubicWeb`
+The user does not need to know the model underlying SQL, but the *CubicWeb*
 schema defining the application.
 
 Versa