Documentation for resplendent!

Resplendent is a filter for pyspelling. It adds support for converting reStructuredText into HTML that can be processed using pyspelling’s existing HTML filters. A similar project exists built off the now unmaintained PyEnchant called sphinx-contrib-spelling.

The primary filter resides at:

reStructuredText filter.

class resplendent.filters.restructuredtext.ReStructuredTextFilter(options, default_encoding='utf-8')

Convert reStructuredText to HTML.

filter(source_file, encoding)

Parse reStructuredText file.

static get_default_config()

Get default configuration.

sfilter(source)

Filter.

resplendent.filters.restructuredtext.get_plugin()

Return the filter.

Indices and tables