LibCST/docs/source
Benjamin Woodruff 88cb0cb88e Remove BaseAtom
I added this originally because it's part of Python's grammar, but since
we merged parenthesis and friends into expressions instead of forming
separate nodes, BaseAtom doesn't have much use.

This fixes also a few bugs:
- A decorator requires a `dotted_name`, so it can only take a `Name` or
  an `Attribute` node, not any atom.
- A `Call` node's function can be any expression, not just a fixed list
  of `BaseExpression` subclasses.
2019-07-31 13:34:07 -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 Switch from automodule to autoclass everywhere 2019-07-29 10:51:59 -07:00
index.rst Switch from automodule to autoclass everywhere 2019-07-29 10:51:59 -07:00
nodes.rst Remove BaseAtom 2019-07-31 13:34:07 -07:00
parser.rst Switch from automodule to autoclass everywhere 2019-07-29 10:51:59 -07:00
visitors.rst Switch from automodule to autoclass everywhere 2019-07-29 10:51:59 -07:00
why_libcst.rst [doc] Why libcst? 2019-07-24 12:19:00 -07:00