.. LibCST 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.

======
LibCST
======

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

.. toctree::
   :maxdepth: 2
   :caption: Introduction:

   why_libcst
   motivation


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

   Parsing and Visitors <tutorial>
   Metadata <metadata_tutorial>
   Scope Analysis <scope_tutorial>
   Matchers <matchers_tutorial>
   Codemodding <codemods_tutorial>
   Best Practices <best_practices>


.. toctree::
   :maxdepth: 2
   :caption: Reference:

   parser
   nodes
   visitors
   metadata
   matchers
   codemods
   helpers
   experimental



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

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


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