Lines Matching refs:Pages
47 Pages = 'pages'
154 - category - file type - Pages, Partials, or Images. These are
157 - title - page title for Pages, else ''
158 - titleAnchor - page title anchor for Pages, else ''
184 """Find category (Pages or Partials) and title, for Pages, in a
213 return (Pages, match.group('title'), lineno, titleAnchor)
275 elif self.category == Pages:
278 self.dstlink = Path(self.component) / Pages / self.relpath
376 to the external file. Pages are rewritten to Partials, then
377 symlinked to Pages.
397 elif self.category == Pages:
411 RuntimeError(f'Wrote Page {self.dstpath} to Partials, but no Pages link supplied')