mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-18 11:35:57 +08:00
Fixed #525 - Point to readthedocs.org rather than jedidjah.ch
This commit is contained in:
16
README.rst
16
README.rst
@@ -65,8 +65,8 @@ There is also support for goto and renaming.
|
|||||||
Get the latest version from `github <https://github.com/davidhalter/jedi>`_
|
Get the latest version from `github <https://github.com/davidhalter/jedi>`_
|
||||||
(master branch should always be kind of stable/working).
|
(master branch should always be kind of stable/working).
|
||||||
|
|
||||||
Docs are available at `https://jedi.jedidjah.ch/
|
Docs are available at `https://jedi.readthedocs.org/en/latest/
|
||||||
<https://jedi.jedidjah.ch/>`_. Pull requests with documentation
|
<https://jedi.readthedocs.org/en/latest/>`_. Pull requests with documentation
|
||||||
enhancements and/or fixes are awesome and most welcome. Jedi uses `semantic
|
enhancements and/or fixes are awesome and most welcome. Jedi uses `semantic
|
||||||
versioning <http://semver.org/>`_.
|
versioning <http://semver.org/>`_.
|
||||||
|
|
||||||
@@ -81,7 +81,7 @@ information about how to make it work with your editor, refer to the
|
|||||||
corresponding documentation.
|
corresponding documentation.
|
||||||
|
|
||||||
You don't want to use ``pip``? Please refer to the `manual
|
You don't want to use ``pip``? Please refer to the `manual
|
||||||
<https://jedi.jedidjah.ch/en/latest/docs/installation.html>`_.
|
<https://jedi.readthedocs.org/en/latest/docs/installation.html>`_.
|
||||||
|
|
||||||
|
|
||||||
Feature Support and Caveats
|
Feature Support and Caveats
|
||||||
@@ -89,21 +89,21 @@ Feature Support and Caveats
|
|||||||
|
|
||||||
Jedi really understands your Python code. For a comprehensive list what Jedi
|
Jedi really understands your Python code. For a comprehensive list what Jedi
|
||||||
can do, see: `Features
|
can do, see: `Features
|
||||||
<https://jedi.jedidjah.ch/en/latest/docs/features.html>`_. A list of
|
<https://jedi.readthedocs.org/en/latest/docs/features.html>`_. A list of
|
||||||
caveats can be found on the same page.
|
caveats can be found on the same page.
|
||||||
|
|
||||||
You can run Jedi on cPython 2.6, 2.7, 3.2, 3.3 or 3.4, but it should also
|
You can run Jedi on cPython 2.6, 2.7, 3.2, 3.3 or 3.4, but it should also
|
||||||
understand/parse code older than those versions.
|
understand/parse code older than those versions.
|
||||||
|
|
||||||
Tips on how to use Jedi efficiently can be found `here
|
Tips on how to use Jedi efficiently can be found `here
|
||||||
<https://jedi.jedidjah.ch/en/latest/docs/recipes.html>`_.
|
<https://jedi.readthedocs.org/en/latest/docs/recipes.html>`_.
|
||||||
|
|
||||||
|
|
||||||
API for IDEs
|
API for IDEs
|
||||||
============
|
============
|
||||||
|
|
||||||
It's very easy to create an editor plugin that uses Jedi. See `Plugin API
|
It's very easy to create an editor plugin that uses Jedi. See `Plugin API
|
||||||
<https://jedi.jedidjah.ch/en/latest/docs/plugin-api.html>`_ for more
|
<https://jedi.readthedocs.org/en/latest/docs/plugin-api.html>`_ for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
If you have specific questions, please add an issue or ask on `stackoverflow
|
If you have specific questions, please add an issue or ask on `stackoverflow
|
||||||
@@ -114,7 +114,7 @@ Development
|
|||||||
===========
|
===========
|
||||||
|
|
||||||
There's a pretty good and extensive `development documentation
|
There's a pretty good and extensive `development documentation
|
||||||
<https://jedi.jedidjah.ch/en/latest/docs/development.html>`_.
|
<https://jedi.readthedocs.org/en/latest/docs/development.html>`_.
|
||||||
|
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
@@ -137,7 +137,7 @@ Tests are also run automatically on `Travis CI
|
|||||||
<https://travis-ci.org/davidhalter/jedi/>`_.
|
<https://travis-ci.org/davidhalter/jedi/>`_.
|
||||||
|
|
||||||
For more detailed information visit the `testing documentation
|
For more detailed information visit the `testing documentation
|
||||||
<https://jedi.jedidjah.ch/en/latest/docs/testing.html>`_
|
<https://jedi.readthedocs.org/en/latest/docs/testing.html>`_
|
||||||
|
|
||||||
|
|
||||||
.. _jedi-vim: https://github.com/davidhalter/jedi-vim
|
.. _jedi-vim: https://github.com/davidhalter/jedi-vim
|
||||||
|
|||||||
Reference in New Issue
Block a user