CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
tox.ini
examples/render-split/.gitignore
examples/render-split/Makefile
examples/render-split/README.rst
examples/render-split/demo.rst
examples/render-split/docutils.conf
examples/render-split/index.j2
examples/render-split/render-split.py
examples/render-split/requirements.txt
examples/render-split/section.j2
examples/render-split/styles.css
examples/templates/html4.j2
examples/templates/html5.j2
examples/templates/latex-default.j2
examples/templates/latex-native.j2
examples/templates/xelatex-default.j2
examples/templates/xelatex-native.j2
src/rst2json/__init__.py
src/rst2json/__main__.py
src/rst2json/core.py
src/rst2json/knownopts.py
src/rst2json/transforms.py
src/rst2json.egg-info/PKG-INFO
src/rst2json.egg-info/SOURCES.txt
src/rst2json.egg-info/dependency_links.txt
src/rst2json.egg-info/entry_points.txt
src/rst2json.egg-info/requires.txt
src/rst2json.egg-info/top_level.txt
src/rst2json/writers/__init__.py
src/rst2json/writers/_json_base.py
src/rst2json/writers/html4.py
src/rst2json/writers/html5.py
src/rst2json/writers/latex.py
src/rst2json/writers/xelatex.py
test/test_command.py
test/test_func.py
test/test_get_writers.py
test/test_knownopts.py
test/data/html4/badparse.json
test/data/html4/badparse.rst
test/data/html4/code.json
test/data/html4/code.rst
test/data/html4/configged.conf
test/data/html4/configged.json
test/data/html4/configged.rst
test/data/html4/dcterms.json
test/data/html4/dcterms.rst
test/data/html4/decorations.json
test/data/html4/decorations.rst
test/data/html4/demo.json
test/data/html4/demo.rst
test/data/html4/empty-field.json
test/data/html4/empty-field.rst
test/data/html4/escaped-titles.json
test/data/html4/escaped-titles.rst
test/data/html4/espanol.conf
test/data/html4/espanol.json
test/data/html4/espanol.rst
test/data/html4/fancy-docinfo.json
test/data/html4/fancy-docinfo.rst
test/data/html4/fancy-titles-no-dir.conf
test/data/html4/fancy-titles-no-dir.json
test/data/html4/fancy-titles-no-dir.rst
test/data/html4/fancy-titles.conf
test/data/html4/fancy-titles.json
test/data/html4/fancy-titles.rst
test/data/html4/math-html-embed.conf
test/data/html4/math-html-embed.json
test/data/html4/math-html-embed.rst
test/data/html4/math-html.conf
test/data/html4/math-html.json
test/data/html4/math-html.rst
test/data/html4/mathjax.conf
test/data/html4/mathjax.json
test/data/html4/mathjax.rst
test/data/html4/mathml.conf
test/data/html4/mathml.json
test/data/html4/mathml.rst
test/data/html4/multi-abstract.json
test/data/html4/multi-abstract.rst
test/data/html4/multi-docinfo.json
test/data/html4/multi-docinfo.rst
test/data/html4/raws.json
test/data/html4/raws.rst
test/data/html4/source&escape.json
test/data/html4/source&escape.rst
test/data/html4/split-classed.conf
test/data/html4/split-classed.json
test/data/html4/split-classed.rst
test/data/html4/split-fancy-sections.conf
test/data/html4/split-fancy-sections.json
test/data/html4/split-fancy-sections.rst
test/data/html4/split-fancy-sectnum.conf
test/data/html4/split-fancy-sectnum.json
test/data/html4/split-fancy-sectnum.rst
test/data/html4/split-inf.conf
test/data/html4/split-inf.json
test/data/html4/split-inf.rst
test/data/html4/split-sectnum.conf
test/data/html4/split-sectnum.json
test/data/html4/split-sectnum.rst
test/data/html4/split-toc.conf
test/data/html4/split-toc.json
test/data/html4/split-toc.rst
test/data/html4/split-trans.conf
test/data/html4/split-trans.json
test/data/html4/split-trans.rst
test/data/html4/split1.conf
test/data/html4/split1.json
test/data/html4/split1.rst
test/data/html4/split2.conf
test/data/html4/split2.json
test/data/html4/split2.rst
test/data/html4/top-classes.json
test/data/html4/top-classes.rst
test/data/html5/badparse.json
test/data/html5/badparse.rst
test/data/html5/code.json
test/data/html5/code.rst
test/data/html5/configged.conf
test/data/html5/configged.json
test/data/html5/configged.rst
test/data/html5/dcterms.json
test/data/html5/dcterms.rst
test/data/html5/decorations.json
test/data/html5/decorations.rst
test/data/html5/demo.json
test/data/html5/demo.rst
test/data/html5/empty-field.json
test/data/html5/empty-field.rst
test/data/html5/escaped-titles.json
test/data/html5/escaped-titles.rst
test/data/html5/espanol.conf
test/data/html5/espanol.json
test/data/html5/espanol.rst
test/data/html5/fancy-docinfo.json
test/data/html5/fancy-docinfo.rst
test/data/html5/fancy-titles-no-dir.conf
test/data/html5/fancy-titles-no-dir.json
test/data/html5/fancy-titles-no-dir.rst
test/data/html5/fancy-titles.conf
test/data/html5/fancy-titles.json
test/data/html5/fancy-titles.rst
test/data/html5/math-html-embed.conf
test/data/html5/math-html-embed.json
test/data/html5/math-html-embed.rst
test/data/html5/math-html.conf
test/data/html5/math-html.json
test/data/html5/math-html.rst
test/data/html5/mathjax.conf
test/data/html5/mathjax.json
test/data/html5/mathjax.rst
test/data/html5/mathml.conf
test/data/html5/mathml.json
test/data/html5/mathml.rst
test/data/html5/multi-abstract.json
test/data/html5/multi-abstract.rst
test/data/html5/multi-docinfo.json
test/data/html5/multi-docinfo.rst
test/data/html5/raws.json
test/data/html5/raws.rst
test/data/html5/source&escape.json
test/data/html5/source&escape.rst
test/data/html5/split-classed.conf
test/data/html5/split-classed.json
test/data/html5/split-classed.rst
test/data/html5/split-fancy-sections.conf
test/data/html5/split-fancy-sections.json
test/data/html5/split-fancy-sections.rst
test/data/html5/split-fancy-sectnum.conf
test/data/html5/split-fancy-sectnum.json
test/data/html5/split-fancy-sectnum.rst
test/data/html5/split-inf.conf
test/data/html5/split-inf.json
test/data/html5/split-inf.rst
test/data/html5/split-sectnum.conf
test/data/html5/split-sectnum.json
test/data/html5/split-sectnum.rst
test/data/html5/split-toc.conf
test/data/html5/split-toc.json
test/data/html5/split-toc.rst
test/data/html5/split-trans.conf
test/data/html5/split-trans.json
test/data/html5/split-trans.rst
test/data/html5/split1.conf
test/data/html5/split1.json
test/data/html5/split1.rst
test/data/html5/split2.conf
test/data/html5/split2.json
test/data/html5/split2.rst
test/data/html5/top-classes.json
test/data/html5/top-classes.rst
test/data/latex/badparse.json
test/data/latex/badparse.rst
test/data/latex/code.json
test/data/latex/code.rst
test/data/latex/configged.conf
test/data/latex/configged.json
test/data/latex/configged.rst
test/data/latex/decorations.json
test/data/latex/decorations.rst
test/data/latex/demo.json
test/data/latex/demo.rst
test/data/latex/escaped-titles.json
test/data/latex/escaped-titles.rst
test/data/latex/espanol.conf
test/data/latex/espanol.json
test/data/latex/espanol.rst
test/data/latex/fancy-docinfo.json
test/data/latex/fancy-docinfo.rst
test/data/latex/fancy-titles-no-dir.conf
test/data/latex/fancy-titles-no-dir.json
test/data/latex/fancy-titles-no-dir.rst
test/data/latex/fancy-titles.conf
test/data/latex/fancy-titles.json
test/data/latex/fancy-titles.rst
test/data/latex/math.json
test/data/latex/math.rst
test/data/latex/multi-abstract.json
test/data/latex/multi-abstract.rst
test/data/latex/multi-docinfo.json
test/data/latex/multi-docinfo.rst
test/data/latex/raws.json
test/data/latex/raws.rst
test/data/latex/source&escape.json
test/data/latex/source&escape.rst
test/data/latex/split-classed.conf
test/data/latex/split-classed.json
test/data/latex/split-classed.rst
test/data/latex/split-fancy-sections.conf
test/data/latex/split-fancy-sections.json
test/data/latex/split-fancy-sections.rst
test/data/latex/split-fancy-sectnum.conf
test/data/latex/split-fancy-sectnum.json
test/data/latex/split-fancy-sectnum.rst
test/data/latex/split-fn-brackets.conf
test/data/latex/split-fn-brackets.json
test/data/latex/split-fn-brackets.rst
test/data/latex/split-fn.conf
test/data/latex/split-fn.json
test/data/latex/split-fn.rst
test/data/latex/split-inf.conf
test/data/latex/split-inf.json
test/data/latex/split-inf.rst
test/data/latex/split-sectnum.conf
test/data/latex/split-sectnum.json
test/data/latex/split-sectnum.rst
test/data/latex/split-toc-nonnative.conf
test/data/latex/split-toc-nonnative.json
test/data/latex/split-toc-nonnative.rst
test/data/latex/split-toc.conf
test/data/latex/split-toc.json
test/data/latex/split-toc.rst
test/data/latex/split-trans.conf
test/data/latex/split-trans.json
test/data/latex/split-trans.rst
test/data/latex/split1.conf
test/data/latex/split1.json
test/data/latex/split1.rst
test/data/latex/split2.conf
test/data/latex/split2.json
test/data/latex/split2.rst
test/data/latex/top-classes.json
test/data/latex/top-classes.rst
test/data/latex/xediff.json
test/data/latex/xediff.rst
test/data/xelatex/badparse.json
test/data/xelatex/badparse.rst
test/data/xelatex/code.json
test/data/xelatex/code.rst
test/data/xelatex/configged.conf
test/data/xelatex/configged.json
test/data/xelatex/configged.rst
test/data/xelatex/decorations.json
test/data/xelatex/decorations.rst
test/data/xelatex/demo.json
test/data/xelatex/demo.rst
test/data/xelatex/escaped-titles.json
test/data/xelatex/escaped-titles.rst
test/data/xelatex/espanol.conf
test/data/xelatex/espanol.json
test/data/xelatex/espanol.rst
test/data/xelatex/fancy-docinfo.json
test/data/xelatex/fancy-docinfo.rst
test/data/xelatex/fancy-titles-no-dir.conf
test/data/xelatex/fancy-titles-no-dir.json
test/data/xelatex/fancy-titles-no-dir.rst
test/data/xelatex/fancy-titles.conf
test/data/xelatex/fancy-titles.json
test/data/xelatex/fancy-titles.rst
test/data/xelatex/math.json
test/data/xelatex/math.rst
test/data/xelatex/multi-abstract.json
test/data/xelatex/multi-abstract.rst
test/data/xelatex/multi-docinfo.json
test/data/xelatex/multi-docinfo.rst
test/data/xelatex/raws.json
test/data/xelatex/raws.rst
test/data/xelatex/source&escape.json
test/data/xelatex/source&escape.rst
test/data/xelatex/split-classed.conf
test/data/xelatex/split-classed.json
test/data/xelatex/split-classed.rst
test/data/xelatex/split-fancy-sections.conf
test/data/xelatex/split-fancy-sections.json
test/data/xelatex/split-fancy-sections.rst
test/data/xelatex/split-fancy-sectnum.conf
test/data/xelatex/split-fancy-sectnum.json
test/data/xelatex/split-fancy-sectnum.rst
test/data/xelatex/split-fn-brackets.conf
test/data/xelatex/split-fn-brackets.json
test/data/xelatex/split-fn-brackets.rst
test/data/xelatex/split-fn.conf
test/data/xelatex/split-fn.json
test/data/xelatex/split-fn.rst
test/data/xelatex/split-inf.conf
test/data/xelatex/split-inf.json
test/data/xelatex/split-inf.rst
test/data/xelatex/split-sectnum.conf
test/data/xelatex/split-sectnum.json
test/data/xelatex/split-sectnum.rst
test/data/xelatex/split-toc-nonnative.conf
test/data/xelatex/split-toc-nonnative.json
test/data/xelatex/split-toc-nonnative.rst
test/data/xelatex/split-toc.conf
test/data/xelatex/split-toc.json
test/data/xelatex/split-toc.rst
test/data/xelatex/split-trans.conf
test/data/xelatex/split-trans.json
test/data/xelatex/split-trans.rst
test/data/xelatex/split1.conf
test/data/xelatex/split1.json
test/data/xelatex/split1.rst
test/data/xelatex/split2.conf
test/data/xelatex/split2.json
test/data/xelatex/split2.rst
test/data/xelatex/top-classes.json
test/data/xelatex/top-classes.rst
test/data/xelatex/xediff.json
test/data/xelatex/xediff.rst