doc/book/en/devweb/resource.rst
changeset 10491 c67bcee93248
parent 10490 76ab3c71aff2
child 10492 68c13e0c0fc5
equal deleted inserted replaced
10490:76ab3c71aff2 10491:c67bcee93248
     1 .. _resources:
       
     2 
       
     3 Locate resources
       
     4 ----------------
       
     5 
       
     6 .. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_resource
       
     7 .. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_doc_file
       
     8 .. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_all_files
       
     9 
       
    10 Static files handling
       
    11 ---------------------
       
    12 
       
    13 .. autoattribute:: cubicweb.web.webconfig.WebConfiguration.static_directory
       
    14 .. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_exists
       
    15 .. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_open
       
    16 .. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_add
       
    17 .. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_del
       
    18