summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2013-06-17 15:06:48 +0200
committerDavid Douard <david.douard@logilab.fr>2013-06-17 15:06:48 +0200
commit34e999fc8d56fdeadda39bb8f7122e203af7d869 (patch)
tree85c406f60ea59578241ac0959591720d07fa0fda /doc
parentb4a281669859719bf13e01b81c6d979fcc0ea2d7 (diff)
downloadpylint-34e999fc8d56fdeadda39bb8f7122e203af7d869.tar.gz
astng has been renamed astroid
Diffstat (limited to 'doc')
-rw-r--r--doc/contribute.rst6
-rw-r--r--doc/faq.rst4
-rw-r--r--doc/installation.rst4
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/contribute.rst b/doc/contribute.rst
index d62a504..d938ec5 100644
--- a/doc/contribute.rst
+++ b/doc/contribute.rst
@@ -22,9 +22,9 @@ python code.
Note that if you don't find something you have expected in Pylint's
issue tracker, it may be because it is an issue with one of its dependencies, namely
-astng and common:
+astroid and logilab-common:
-* https://bitbucket.org/logilab/astng
+* https://bitbucket.org/logilab/astroid
* http://www.logilab.org/project/logilab-common
Mailing lists
@@ -52,7 +52,7 @@ Pylint is developped using the mercurial_ distributed version control system.
You can clone Pylint and its dependencies from ::
hg clone https://bitbucket.org/logilab/pylint
- hg clone https://bitbucket.org/logilab/astng
+ hg clone https://bitbucket.org/logilab/astroid
hg clone http://hg.logilab.org/logilab/common
.. _mercurial: http://www.selenic.com/mercurial/
diff --git a/doc/faq.rst b/doc/faq.rst
index 15de8c5..ce5102d 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -64,10 +64,10 @@ Pylint from the repository, simply invoke ::
2.3 What are Pylint's dependencies?
-----------------------------------
-Pylint requires the latest `astng`_ and `logilab-common`_ packages. It should be
+Pylint requires the latest `astroid`_ and `logilab-common`_ packages. It should be
compatible with any Python version greater than 2.5.0.
-.. _`astng`: https://bitbucket.org/logilab/astng
+.. _`astroid`: https://bitbucket.org/logilab/astroid
.. _`logilab-common`: http://www.logilab.org/project/logilab-common
diff --git a/doc/installation.rst b/doc/installation.rst
index 976b28b..5992bfc 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -5,10 +5,10 @@ Installation
Dependencies
''''''''''''
-Pylint requires the latest `astng`_ and `logilab-common`_
+Pylint requires the latest `astroid`_ and `logilab-common`_
packages. It should be compatible with any Python version >= 2.5.
-.. _`astng`: https://bitbucket.org/logilab/astng
+.. _`astroid`: https://bitbucket.org/logilab/astroid
.. _`logilab-common`: http://www.logilab.org/project/logilab-common