Lines Matching full:readme
25 from the firts non blank line of the README.rst for that folder.
30 README = "README.rst" variable
36 if README not in files:
38 readme = os.path.join(dirname, README)
41 with open(readme) as f:
47 print('{}: No child markers'.format(readme))
50 print('{}: Invalid child markers'.format(readme))
52 print('{}: updating from {} to {}'.format(readme, start, end))
56 child = os.path.join(dirname, sub, README)
64 out.append("* `{} <{}/{}>`_\n".format(childname, sub, README))
70 with open(readme, "w") as f: