All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.functional.tests.pep_html.py Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version
# Source and destination file names.
test_source = "pep_html.txt"
test_destination = "pep_html.html"

# Keyword parameters passed to publish_file.
reader_name = "pep"
parser_name = "rst"
writer_name = "pep_html"

# Settings
settings_overrides['python_home'] = "http://www.python.org"
settings_overrides['pep_home'] = "http://www.python.org/peps"
settings_overrides['no_random'] = 1
settings_overrides['cloak_email_addresses'] = 1




© 2015 - 2024 Weber Informatics LLC | Privacy Policy