.. Fixit documentation master file, created by
   sphinx-quickstart on Wed Jul 17 17:05:21 2019.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

======
Fixit
======

.. include:: ../../README.rst
    :start-after: intro-start
    :end-before: intro-end

.. toctree::
   :maxdepth: 2
   :caption: Tutorial:

   Getting Started <getting_started>
   Build a Lint Rule <build_a_lint_rule>
   Test a Lint Rule <test_a_lint_rule>
   Why Fixit? <why_fixit>
   Contributing to Fixit <contributing>

.. toctree::
   :glob:
   :maxdepth: 1
   :caption: Rules:

   rules/*


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. include:: ../../README.rst
    :start-after: fb-docs-start
    :end-before: fb-docs-end
