Metadata-Version: 2.0
Name: sphinxcontrib-translation-assistant
Version: 0.1.1
Summary: Sphinx extension to view Translation Assistant file
Home-page: https://github.com/julot/sphinxcontrib-translation-assistant
Author: Andy Yulius
Author-email: julot@gmail.com
License: MIT
Keywords: sphinx sphinxcontrib translation assistant
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
Requires-Dist: Sphinx (>=0.6)

####################################
sphinxcontrib.transalation_assistant
####################################

Sphinx extension to view
`Translation Assistant <http://joeglens.com/translation-assistant-tool>`__
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.1
-----

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


0.1.0
-----

* First public release.


