diff -r 11659cbe5eea -r 2fdc310be7cd doc/book/en/devweb/resource.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/book/en/devweb/resource.rst Thu Jun 16 12:31:27 2011 +0200 @@ -0,0 +1,16 @@ +Locate resources +---------------- + +.. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_resource +.. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_doc_file +.. automethod:: cubicweb.web.webconfig.WebConfiguration.locate_all_files + +Static files handling +--------------------- + +.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_directory +.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_exists +.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_open +.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_add +.. automethod:: cubicweb.web.webconfig.WebConfiguration.static_file_del +