sphinxcontrib-translation-assistant

Sphinx extension to view Translation Assistant file


Keywords
sphinx, sphinxcontrib, translation, assistant
License
MIT
Install
pip install sphinxcontrib-translation-assistant==0.1.2

Documentation

sphinxcontrib.transalation_assistant

Sphinx extension to view Translation Assistant file.

Installation

> pip install sphinxcontrib-translation-assistant

Setup extension in conf.py file.

extensions = ['sphinxcontrib.translation_assistant']

Usage

.. translation-assistant:: /src/chapter-01.txt
  :no-title:
  :no-raw:

Available options:

no-title

Flag indicating that the first line of the file is not a title.

Please note that this option will skip 2 first line of the file.

Line starting with $ sign in not counted.

no-raw
flag indicating that the raw text should not be rendered.

Changes

0.1.2

  • Add equal and asterisk sign as horizontal line.

0.1.1

  • Turn 4 or more soft hyphen (minus) character into horizontal line.
  • Fix ignored blank line.

0.1.0

  • First public release.