class documentation

class SphinxI18nReader(SphinxBaseReader): (source)

View In Hierarchy

A document reader for i18n. This returns the source line number of original text as current source line number to let users know where the error happened. Because the translated texts are partial and they don't have correct line numbers.

Method setup Undocumented
Instance Variable transforms Undocumented

Inherited from SphinxBaseReader:

Method __init__ Undocumented
Method get_transforms Undocumented
Method new_document Creates a new document object which has a special reporter object good for logging.
Instance Variable _app Undocumented
Instance Variable _env Undocumented
def setup(self, app): (source)

Undocumented

Parameters
app:SphinxUndocumented