[book] fix sphinx documentation generation (closes #2991997) stable
authorJulien Cristau <julien.cristau@logilab.fr>
Mon, 08 Jul 2013 15:24:43 +0200
branchstable
changeset 9143 1890e0df68fa
parent 9142 41fb930dc751
child 9144 d65b6434ae3f
[book] fix sphinx documentation generation (closes #2991997) changeset 17994bf95d6a ([doc] update Session documentation) added cubicweb.server.session.Session autodoc to the book. This caused errors from sphinx due to a section title not being allowed in the class's docstring.
server/session.py
--- a/server/session.py	Mon Jul 08 12:41:08 2013 +0200
+++ b/server/session.py	Mon Jul 08 15:24:43 2013 +0200
@@ -720,14 +720,13 @@
 class Session(RequestSessionBase):
     """Repository user session
 
-    This tie all together:
+    This ties all together:
      * session id,
      * user,
      * connections set,
      * other session data.
 
-    About session storage / transactions
-    ------------------------------------
+    **About session storage / transactions**
 
     Here is a description of internal session attributes. Besides :attr:`data`
     and :attr:`transaction_data`, you should not have to use attributes