LibCST/docs/source/index.rst
2019-12-17 11:59:51 -08:00

52 lines
903 B
ReStructuredText

.. 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
experimental
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`