[doc] Drop reference to "make_cubicweb_application" in pyramid doc 3.25
authorDenis Laxalde <denis.laxalde@logilab.fr>
Wed, 22 Mar 2017 14:49:04 +0100
branch3.25
changeset 12094 d66079e2d481
parent 12093 fa341698ac9c
child 12095 08d403c09a10
[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.
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