From e1afe2e80d0bb4e8d3ee481d6e0ca7229c2eaf1b Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Wed, 15 May 2013 23:33:14 +0200 Subject: [PATCH] Small docs changes --- docs/docs/development.rst | 2 ++ docs/docs/installation.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/development.rst b/docs/docs/development.rst index a6a8b3d1..9d40c0b0 100644 --- a/docs/docs/development.rst +++ b/docs/docs/development.rst @@ -64,6 +64,8 @@ Parser Representation (parser_representation.py) .. automodule:: parsing_representation +Class inheritance diagram: + .. inheritance-diagram:: SubModule Class diff --git a/docs/docs/installation.rst b/docs/docs/installation.rst index 49181e80..44cedfd6 100644 --- a/docs/docs/installation.rst +++ b/docs/docs/installation.rst @@ -36,7 +36,7 @@ You can install |jedi| directly from official AUR packages: - `python2-jedi `__ (Python 2) The specified Python version just refers to the *runtime environment* for -|jedi|. Use the Python 2 version if you're running vim (or whatever editor oyu +|jedi|. Use the Python 2 version if you're running vim (or whatever editor you use) under Python 2. Otherwise, use the Python 3 version. But whatever version you choose, both are able to complete both Python 2 and 3 *code*.