File: index.rst

package info (click to toggle)
python-libcst 1.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 6,240 kB
  • sloc: python: 78,096; makefile: 15; sh: 2
file content (59 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.. 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