[schema] Avoid parsing RQL expressions twice on schema loading
Kill full_rql (unnecessary)
Use snippet_rql rather than rqlst when possible
Don't access to rqlst cachedproperty from __init__
Deserializing schema is ~40% faster with a lot (> 4000) expressions like those
generated by cubicweb-container.
.. -*- coding: utf-8 -*-
Writing text reports with RestructuredText
==========================================
|cubicweb| offers several text formats for the RichString type used in schemas,
including restructuredtext.
Three additional restructuredtext roles are defined by |cubicweb|:
.. autofunction:: cubicweb.ext.rest.eid_reference_role
.. autofunction:: cubicweb.ext.rest.rql_role
.. autofunction:: cubicweb.ext.rest.bookmark_role