doc/book/devweb/views/startup.rst
changeset 10491 c67bcee93248
parent 8190 2a3c1b787688
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/devweb/views/startup.rst	Thu Jan 08 22:11:06 2015 +0100
@@ -0,0 +1,18 @@
+Startup views
+-------------
+
+Startup views are views requiring no context, from which you usually start
+browsing (for instance the index page). The usual selectors are
+:class:`~cubicweb.predicates.none_rset` or :class:`~logilab.common.registry.yes`.
+
+You'll find here a description of startup views provided by the framework.
+
+.. automodule:: cubicweb.web.views.startup
+
+
+Other startup views:
+
+*schema*
+    A view dedicated to the display of the schema of the instance
+
+.. XXX to be continued
\ No newline at end of file