doc/book/en/devweb/views/wdoc.rst
branchstable
changeset 7529 2fdc310be7cd
parent 5394 105011657405
child 9352 26c979b24196
equal deleted inserted replaced
7528:11659cbe5eea 7529:2fdc310be7cd
     1 .. -*- coding: utf-8 -*-
     1 .. -*- coding: utf-8 -*-
     2 
     2 
     3 Online documentation system
     3 Online documentation system
     4 ---------------------------
     4 ===========================
     5 
     5 
     6 (:mod:`cubicweb.web.views.wdoc`)
     6 .. automodule:: cubicweb.web.views.wdoc
     7 
     7 
     8 XXX  describe the on-line documentation system
     8 Help views
       
     9 ----------
       
    10 .. autoclass:: cubicweb.web.views.wdoc.InlineHelpView
       
    11 .. autoclass:: cubicweb.web.views.wdoc.ChangeLogView
     9 
    12 
       
    13 Actions
       
    14 -------
       
    15 .. autoclass:: cubicweb.web.views.wdoc.HelpAction
       
    16 .. autoclass:: cubicweb.web.views.wdoc.ChangeLogAction
       
    17 .. autoclass:: cubicweb.web.views.wdoc.AboutAction