summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-01-10 01:11:58 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2016-01-10 01:11:58 +0200
commitf0b791418cf528307d6aede7cd1e998a79216e8f (patch)
tree8dc9feb475a4402f9666cb31b69cf07521c34a9b /README.rst
parenta71f853825c707c2b160424ebb8cc74d7aa48952 (diff)
downloadastroid-git-f0b791418cf528307d6aede7cd1e998a79216e8f.tar.gz
Remove statements which don't need to be explained in the README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index 86bd9d18..fa2005bb 100644
--- a/README.rst
+++ b/README.rst
@@ -26,15 +26,6 @@ usages. They include some support for static inference and local name
scopes. Furthermore, astroid builds partial trees by inspecting living
objects.
-Main modules are:
-
-* `bases`, `node_classses` and `scoped_nodes` contain the classes for the
- different type of nodes of the tree.
-
-* the `manager` contains a high level object to get astroid trees from
- source files and living objects. It maintains a cache of previously
- constructed tree for quick access.
-
Installation
------------