Lines Matching refs:app
100 def add_annotations(self, app, doctree):
175 def init_annotations(app):
177 path.join(app.srcdir, app.config.refcount_file),
178 path.join(app.srcdir, app.config.stable_abi_file),
180 app.connect('doctree-read', annotations.add_annotations)
200 app.add_directive('limited-api-list', LimitedAPIList)
203 def setup(app):
204 app.add_config_value('refcount_file', '', True)
205 app.add_config_value('stable_abi_file', '', True)
206 app.connect('builder-inited', init_annotations)