doc/book/en/development/vreg.rst
branchstable
changeset 5306 763319a51e72
parent 5147 70181998897f
equal deleted inserted replaced
5305:d98fccb0da7f 5306:763319a51e72
     1 The VRegistry, selectors and application objects
     1 The VRegistry, selectors and application objects
     2 ================================================
     2 ================================================
     3 
     3 
     4 This chapter talk about core concepts of the |cubicweb| framework, that make it
     4 This chapter talks about core concepts of the |cubicweb| framework,
     5 different from other framework (and probably not easy to grasp at a first
     5 that make it different from other frameworks (and maybe not easy to
     6 glance). You won't be able to do advanced development with |cubicweb| without
     6 grasp at a first glance). To be able to do advanced development with
     7 a good understanding of what's explain below.
     7 |cubicweb| you need a good understanding of what is explained below.
     8 
     8 
     9 This chapter goes deep into details. You don't have to remember them all but keep
     9 This chapter goes deep into details. You don't have to remember them
    10 it in mind so you can go back there later...
    10 all but keep it in mind so you can go back there later.
    11 
    11 
    12 .. toctree::
    12 An overview of AppObjects, the VRegistry and Selectors is given in the
    13    :maxdepth: 1
    13 :ref:`VRegistryIntro` chapter.
    14 
    14 
    15 .. autodocstring:: cubicweb.cwvreg
    15 .. autodocstring:: cubicweb.cwvreg
    16 .. autodocstring:: cubicweb.selectors
    16 .. autodocstring:: cubicweb.selectors
    17 .. automodule:: cubicweb.appobject
    17 .. automodule:: cubicweb.appobject
    18 
    18 
   103 ~~~~~~~~~~~~~~~
   103 ~~~~~~~~~~~~~~~
   104 .. autoclass:: cubicweb.selectors.match_transition
   104 .. autoclass:: cubicweb.selectors.match_transition
   105 
   105 
   106 You'll also find some other (very) specific selectors hidden in other modules
   106 You'll also find some other (very) specific selectors hidden in other modules
   107 than :mod:`cubicweb.selectors`.
   107 than :mod:`cubicweb.selectors`.
   108 
       
   109 
       
   110 .. |cubicweb| replace:: *CubicWeb*