Home | History | Annotate | Download | only in docgen

Lines Matching refs:readme

29       - Each master suite has a README.txt file with general instructions on
94 suite README file.
124 self.readme = self.options.readme
375 This method assumes a file named README.txt is located in your suite
377 If your README file is in another file, ensure you pass a --readme
391 # Define some characters we expect to delineate sections in the README.
403 readme_file = os.path.join(current_dir, self.readme)
405 readme_file = os.path.join(self.suite_dir, self.readme)
437 # from the README file. Some of the initial text is not needed.
700 parser.add_option('--readme',
703 default='README.txt',
704 dest='readme')