Lines Matching refs:path
197 includePat = re.compile(r'^include::(?P<path>.*)\[\]')
203 path = matches.group('path')
205 if path[0] != '{':
206 # Relative path to include file from here
207 incPath = specDir + '/' + path
209 newPath = os.path.relpath(incPath, baseDir)
214 # An asciidoctor variable starts the path.
215 # This must be an absolute path, not needing to be rewritten.
666 # Save the path to this file for later use in rewriting relative includes
667 specDir = os.path.dirname(os.path.abspath(specFile))
830 - extpath - None, or path to per-extension specification sources if
973 sys.path.insert(0, results.genpath)