doc/book/en/devweb/views/startup.rst
changeset 8190 2a3c1b787688
parent 7897 defac26f4151
equal deleted inserted replaced
8189:2ee0ef069fa7 8190:2a3c1b787688
     1 Startup views
     1 Startup views
     2 -------------
     2 -------------
     3 
     3 
     4 Startup views are views requiring no context, from which you usually start
     4 Startup views are views requiring no context, from which you usually start
     5 browsing (for instance the index page). The usual selectors are
     5 browsing (for instance the index page). The usual selectors are
     6 :class:`~cubicweb.selectors.none_rset` or :class:`~cubicweb.selectors.yes`.
     6 :class:`~cubicweb.predicates.none_rset` or :class:`~logilab.common.registry.yes`.
     7 
     7 
     8 You'll find here a description of startup views provided by the framework.
     8 You'll find here a description of startup views provided by the framework.
     9 
     9 
    10 .. automodule:: cubicweb.web.views.startup
    10 .. automodule:: cubicweb.web.views.startup
    11 
    11