# HG changeset patch # User Aurelien Campeas # Date 1271256993 -7200 # Node ID a31fbcfa8c3b0cf3777414c35ae098bb07ce0fed # Parent 3f95d10fef94d251bdd5adab47ebef0c3fb09c01 [doc/book] misc fixes diff -r 3f95d10fef94 -r a31fbcfa8c3b doc/book/en/conf.py --- a/doc/book/en/conf.py Wed Apr 14 16:33:30 2010 +0200 +++ b/doc/book/en/conf.py Wed Apr 14 16:56:33 2010 +0200 @@ -32,7 +32,7 @@ # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext']#, 'sphinxcontrib.aafig'] +extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext'] autoclass_content = 'both' # Add any paths that contain templates here, relative to this directory. #templates_path = [] @@ -97,8 +97,8 @@ # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". html_title = '%s %s' % (project, release) -html_theme = 'lglb_doc' -html_theme_path = ['_theme'] +html_theme = 'standard_theme' +html_theme_path = ['.'] # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff -r 3f95d10fef94 -r a31fbcfa8c3b doc/book/en/development/devcore/dbapi.rst --- a/doc/book/en/development/devcore/dbapi.rst Wed Apr 14 16:33:30 2010 +0200 +++ b/doc/book/en/development/devcore/dbapi.rst Wed Apr 14 16:56:33 2010 +0200 @@ -8,6 +8,7 @@ The most important method is the `execute` method of a cursor. .. sourcecode:: python + execute(rqlstring, args=None, cachekey=None, build_descr=True) :rqlstring: the RQL query to execute (unicode) diff -r 3f95d10fef94 -r a31fbcfa8c3b doc/book/en/development/devcore/reqbase.rst --- a/doc/book/en/development/devcore/reqbase.rst Wed Apr 14 16:33:30 2010 +0200 +++ b/doc/book/en/development/devcore/reqbase.rst Wed Apr 14 16:56:33 2010 +0200 @@ -1,3 +1,5 @@ +Request and ResultSet methods +----------------------------- Those are methods you'll find on both request objects and on repository session: diff -r 3f95d10fef94 -r a31fbcfa8c3b doc/book/en/development/entityclasses/data-as-objects.rst --- a/doc/book/en/development/entityclasses/data-as-objects.rst Wed Apr 14 16:33:30 2010 +0200 +++ b/doc/book/en/development/entityclasses/data-as-objects.rst Wed Apr 14 16:56:33 2010 +0200 @@ -53,7 +53,7 @@ * `set_relations(**kwargs)`, add relations to the given object. To set a relation where this entity is the object of the relation, - use 'reverse_' as argument name. Values may be an + use `reverse_` as argument name. Values may be an entity, a list of entities, or None (meaning that all relations of the given type from or to this object should be deleted). diff -r 3f95d10fef94 -r a31fbcfa8c3b doc/book/en/index.rst --- a/doc/book/en/index.rst Wed Apr 14 16:33:30 2010 +0200 +++ b/doc/book/en/index.rst Wed Apr 14 16:56:33 2010 +0200 @@ -62,9 +62,7 @@ See also: -* the complete :ref:`TOC`, * the :ref:`genindex`, * the :ref:`modindex`, -* and the :ref:`search`. .. |cubicweb| replace:: *CubicWeb* diff -r 3f95d10fef94 -r a31fbcfa8c3b doc/book/en/intro/concepts.rst --- a/doc/book/en/intro/concepts.rst Wed Apr 14 16:33:30 2010 +0200 +++ b/doc/book/en/intro/concepts.rst Wed Apr 14 16:56:33 2010 +0200 @@ -59,7 +59,7 @@ repository. For applications that support high traffic, several web (front-end) and data (back-end) instances can be set-up to share the load. -.. image:: ../../images/archi_globale.en.png +.. image:: ../images/archi_globale.en.png The command :command:`cubicweb-ctl list` also displays the list of instances installed on your system.