# HG changeset patch # User Denis Laxalde # Date 1490190544 -3600 # Node ID d66079e2d48192e466760a906ed7d7c4b0eb8c24 # Parent fa341698ac9c9045db60acdb4ffe6d02ea56aed9 [doc] Drop reference to "make_cubicweb_application" in pyramid doc This function got renamed into config_from_cwconfig and this is arguably an internal detail so should not appear in the API documentation. diff -r fa341698ac9c -r d66079e2d481 doc/api/pyramid.rst --- a/doc/api/pyramid.rst Wed Mar 22 14:06:03 2017 +0100 +++ b/doc/api/pyramid.rst Wed Mar 22 14:49:04 2017 +0100 @@ -3,8 +3,6 @@ .. automodule:: cubicweb.pyramid - .. autofunction:: make_cubicweb_application - .. autofunction:: wsgi_application_from_cwconfig .. autofunction:: wsgi_application