Lines Matching full:page
7 # Utility functions for automatic ref page generation and other script stuff
110 """Information about a ref page relative to the file it's extracted from."""
113 """True if page should be extracted"""
116 """string warning if page is suboptimal or can't be generated"""
119 """False or the name of the ref page this include is embedded within"""
128 """short description of ref page"""
131 """index of first line of the page (heuristic or // refBegin)"""
134 """index of include:: line defining the page"""
146 """index of last line of the page (heuristic validity include, or // refEnd)"""
273 # identify actual page start/end/description boundaries, if
279 # # or end, this is not intended as a ref page (yet). Set the begin
295 pi.Warning = 'Can\'t identify begin of ref page open block'
300 pi.Warning = 'Can\'t identify end of ref page open block'
303 # If there's no description of the page, infer one from the type
313 # Try to determine where the parameter and body sections of the page
326 pi.Warning = 'Page does not have an API definition include::'
344 # page that links into the embedding page. This is done by a very
407 # '--' block delimiter closing the page.