You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
Makefile Doc: Generate documentation with Sphinx 9 years ago
conf.py Doc: Generate documentation with Sphinx 9 years ago
configuration.rst Doc: Give an explicit link from configuration to rules 9 years ago
development.rst Refactor project layout to import yamllint alone 9 years ago
index.rst Doc: Add a screenshot 9 years ago
quickstart.rst Doc: Add a screenshot 9 years ago
rules.rst Doc: Generate documentation with Sphinx 9 years ago
screenshot.png Doc: Add a screenshot 9 years ago
text_editors.rst Doc: Generate documentation with Sphinx 9 years ago