Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.26 KB

index.rst

File metadata and controls

71 lines (42 loc) · 1.26 KB

Welcome to uTidylib's documentation!

tidy

parse

parseString

Document

ReportItem

TidyLibError

InvalidOptionError

OptionArgError

Installing

To use uTidylib, you need to have HTML tidy library installed. Check <http://www.html-tidy.org/> for instructions how to obtain it.

Contributing

You are welcome to contribute on GitHub, we use it for source code management, issue tracking and patches submission, see <https://github.com/nijel/utidylib>.

Running testsuite

The testsuite can be exececuted using both py.test or setuptools, choose whatever approach you prefer:

./setup.py test
py.test tidy

Building documentation

To build the doc, just run:

make -C docs html

This requires that you have Sphinx installed.

The API documentation will be built in the docs/_build/html/ directory.

License

Indices and tables

  • genindex
  • modindex
  • search