yamllint/docs
Adrien Vergé dbbecb5875 Refactor project layout to import yamllint alone
Currently importing yamllint recursively imports its submodules, which
finally requires having pyyaml installed. This is a problem when you
just want to import APP_VERSION from yamllint. For instance, setup.py
imports yamllint to know the version, but doesn't know yet that pyyaml
is to be installed, because it is stated in setup.py itself.

To solve this, yamllint/__init__.py will only contain constants. The
linting functions will be in yamllint/linter.py.
2016-01-24 17:48:20 +01:00
..
conf.py Doc: Generate documentation with Sphinx 2016-01-22 18:20:28 +01:00
configuration.rst Doc: Give an explicit link from configuration to rules 2016-01-22 18:42:03 +01:00
development.rst Refactor project layout to import yamllint alone 2016-01-24 17:48:20 +01:00
index.rst Doc: Add a screenshot 2016-01-23 14:30:24 +01:00
Makefile Doc: Generate documentation with Sphinx 2016-01-22 18:20:28 +01:00
quickstart.rst Doc: Add a screenshot 2016-01-23 14:30:24 +01:00
rules.rst Doc: Generate documentation with Sphinx 2016-01-22 18:20:28 +01:00
screenshot.png Doc: Add a screenshot 2016-01-23 14:30:24 +01:00
text_editors.rst Doc: Generate documentation with Sphinx 2016-01-22 18:20:28 +01:00