def read(fname): """ Read filename. :param str fname: name of a file to read """ return convert(os.path.join(here, fname), 'rst')