mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
* reuse README intro section in doc * [doc] Why LibCST? * reuse README intro section in doc * [doc] Why LibCST?
35 lines
609 B
ReStructuredText
35 lines
609 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
|
|
|
|
Useful Modules
|
|
==============
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Contents:
|
|
|
|
why_libcst
|
|
|
|
.. autosummary::
|
|
:toctree: modules
|
|
|
|
libcst.nodes
|
|
libcst.parser
|
|
libcst.visitors
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|