diff --git a/README.rst b/README.rst index cef8da37..08064673 100644 --- a/README.rst +++ b/README.rst @@ -56,8 +56,8 @@ There is also support for goto and renaming. Get the latest version from `github `_ (master branch should always be kind of stable/working). -Docs are available at `https://jedi.readthedocs.org/ -`_. Pull requests with documentation +Docs are available at `https://jedi.jedidjah.ch/ +`_. Pull requests with documentation enhancements and/or fixes are awesome and most welcome. Jedi uses `semantic versioning `_. @@ -72,7 +72,7 @@ information about how to make it work with your editor, refer to the corresponding documentation. You don't want to use ``pip``? Please refer to the `manual -`_. +`_. Feature Support and Caveats @@ -80,21 +80,21 @@ Feature Support and Caveats Jedi really understands your Python code. For a comprehensive list what Jedi can do, see: `Features -`_. A list of +`_. A list of caveats can be found on the same page. You can run Jedi on cPython 2.6, 2.7, 3.2 or 3.3, but it should also understand/parse code older than those versions. Tips on how to use Jedi efficiently can be found `here -`_. +`_. API for IDEs ============ It's very easy to create an editor plugin that uses Jedi. See `Plugin API -`_ for more +`_ for more information. @@ -102,7 +102,7 @@ Development =========== There's a pretty good and extensive `development documentation -`_. +`_. Testing @@ -125,7 +125,7 @@ Tests are also run automatically on `Travis CI `_. For more detailed information visit the `testing documentation -`_ +`_ .. _jedi-vim: https://github.com/davidhalter/jedi-vim