web/views/wdoc.py
changeset 8969 b37ce419ce26
parent 8632 fa044b9157d7
child 10666 7f6b5f023884
equal deleted inserted replaced
8968:c05515db2763 8969:b37ce419ce26
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """inline help system, using ReST file in products `wdoc` directory
    18 """inline help system, rendering ReST files in the `wdoc` subdirectory of
       
    19 CubicWeb and cubes
    19 
    20 
    20 """
    21 """
    21 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    22 
    23 
    23 from itertools import chain
    24 from itertools import chain