diff --git a/docs/docs/development.rst b/docs/docs/development.rst new file mode 100644 index 00000000..61c2e55c --- /dev/null +++ b/docs/docs/development.rst @@ -0,0 +1,86 @@ +.. include:: ../global.rst + +Jedi Development +============== + +.. currentmodule:: jedi + +.. note:: This documentation is for Jedi developers, who want to improve Jedi + itself, but have just no idea how Jedi works. If you want to use Jedi for + your IDE, look at the `plugin api