Lines Matching refs:relpath
150 - relpath - path to file source relative to root
162 relpath
171 self.relpath = None
245 self.relpath = os.path.relpath(self.srcpath, root)
274 self.dstpath = Path(self.component) / Partials / self.relpath
277 self.dstpath = Path(self.component) / Partials / self.relpath
278 self.dstlink = Path(self.component) / Pages / self.relpath
284 self.dstpath = Path(self.component) / self.relpath
312 print(f'WARNING: No closing >> found on line {lineno} of {self.relpath}', file=sys.stderr)
346 f'root = {self.root} component = {self.component} relpath = {self.relpath}',
536 # Save information about the file under its relpath
537 pageInfo[docFile.relpath] = docFile
539 # Save mapping from page anchor to its relpath
541 pageMap[docFile.titleAnchor] = docFile.relpath