.. _development: SQLFluff Development ==================== It is recommended that the following is read in conjunction with exploring the codebase. `dialect_ansi.py` in particular is helpful to understand the recursive structure of segments and grammars. Some more detail is also given on our Wiki_ including a `Contributing Dialect Changes`_ guide. .. _Wiki: https://github.com/sqlfluff/sqlfluff/wiki/ .. _`Contributing Dialect Changes`: https://github.com/sqlfluff/sqlfluff/wiki/Contributing-Dialect-Changes .. toctree:: :maxdepth: 2 architecture dialects rules reflow plugins