Lines Matching full:path
17 # add these directories to sys.path here. If the directory is relative to the
18 # documentation root, use os.path.abspath to make it absolute, like shown here.
22 # sys.path.insert(0, os.path.abspath('.'))
283 rootdir = os.path.join(
284 os.path.dirname(__file__),
292 def mkdir_p(path): argument
294 os.makedirs(path)
304 for filename in glob.glob(os.path.join(
306 destdir = os.path.dirname(os.path.relpath(filename, rootdir))
309 shutil.copy2(os.path.join(rootdir, "README.md"), ".")
311 for filename in glob.glob(os.path.join(
313 destdir = os.path.dirname(os.path.relpath(filename, rootdir))