LibCST/docs/source
Benjamin Woodruff f2c887604f Group expression documentation into subcategories
Groups the expression nodes into much smaller subcategories for improved
readablility.

Some nodes defined in the expression module were grouped with statements
because they made more sense there (from a documentation perspective).

This also adds a local table of contents to the top of the nodes page
which better reveals all of the subcategories.

It also exports and categorizes
`BaseAssignTargetExpression`/`BaseDelTargetExpression`. These nodes were
referenced in type annotations of other nodes, so they need to be
exported if only for documentation reasons.
2019-08-01 14:54:36 -07:00
..
_static add copyright header to custom.css 2019-07-24 19:30:21 -07:00
_templates [doc] Why libcst? 2019-07-24 12:19:00 -07:00
conf.py [document] Use ReadTheDot Theme 2019-08-01 12:09:32 -07:00
index.rst Add a motivation section for LibCST documentation. 2019-08-01 14:51:00 -07:00
motivation.rst Add a motivation section for LibCST documentation. 2019-08-01 14:51:00 -07:00
nodes.rst Group expression documentation into subcategories 2019-08-01 14:54:36 -07:00
parser.rst Clean up relative sphinx class/func references 2019-08-01 13:40:27 -07:00
visitors.rst Switch from automodule to autoclass everywhere 2019-07-29 10:51:59 -07:00
why_libcst.rst [document] formatting why_libcst 2019-08-01 14:05:29 -07:00