From 19cb4cb1e6f0e36562a550ea919c8b625b0fdcad Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 3 Feb 2013 20:44:53 +0100 Subject: [PATCH] move history from readme to sphinx docs --- README.rst | 27 +-------------------------- docs/docs/history.rst | 31 +++++++++++++++++++++++++++++++ docs/index.rst | 1 + 3 files changed, 33 insertions(+), 26 deletions(-) create mode 100644 docs/docs/history.rst diff --git a/README.rst b/README.rst index 07d94d14..56cbc430 100644 --- a/README.rst +++ b/README.rst @@ -70,32 +70,7 @@ See https://jedi.readthedocs.org/en/latest/docs/features.html A little history ================ -The Star Wars Jedi are awesome. My Jedi software tries to imitate a little bit -of the precognition the Jedi have. There is even an awesome `scene -`_ of Monty Python Jedi's :-). - -But actually the name hasn't so much to do with Star Wars. It's part of my -second name. - -After I explained Guido van Rossum, how some parts of my auto-completion work, -he said (we drank a beer or two): - - *Oh, that worries me* - -When it's finished, I hope he'll like it :-) - -I actually started Jedi, because there were no good solutions available for -VIM. Most auto-completions just didn't work well. The only good solution was -PyCharm. I just like my good old VIM. Rope was never really intended to be an -auto-completion (and also I really hate project folders for my Python scripts). -It's more of a refactoring suite. So I decided to do my own version of a -completion, which would execute non-dangerous code. But I soon realized, that -this wouldn't work. So I built an extremely recursive thing which understands -many of Python's key features. - -By the way, I really tried to program it as understandable as possible. But I -think understanding it might need quite some time, because of its recursive -nature. +See https://jedi.readthedocs.org/en/latest/docs/history.html API for IDEs diff --git a/docs/docs/history.rst b/docs/docs/history.rst new file mode 100644 index 00000000..df2ecc69 --- /dev/null +++ b/docs/docs/history.rst @@ -0,0 +1,31 @@ +.. include:: ../global.rst + +A little history +================ + +The Star Wars Jedi are awesome. My Jedi software tries to imitate a little bit +of the precognition the Jedi have. There's even an awesome `scene +`_ of Monty Python Jedi's :-). + +But actually the name hasn't so much to do with Star Wars. It's part of my +second name. + +After I explained Guido van Rossum, how some parts of my auto-completion work, +he said (we drank a beer or two): + + *Oh, that worries me* + +When it's finished, I hope he'll like it :-) + +I actually started Jedi, because there were no good solutions available for +VIM. Most auto-completions just didn't work well. The only good solution was +PyCharm. I just like my good old VIM. Rope was never really intended to be an +auto-completion (and also I really hate project folders for my Python scripts). +It's more of a refactoring suite. So I decided to do my own version of a +completion, which would execute non-dangerous code. But I soon realized, that +this wouldn't work. So I built an extremely recursive thing which understands +many of Python's key features. + +By the way, I really tried to program it as understandable as possible. But I +think understanding it might need quite some time, because of its recursive +nature. diff --git a/docs/index.rst b/docs/index.rst index 0515a82b..a1393533 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -23,6 +23,7 @@ Docs docs/installation docs/features docs/plugin-api + docs/history .. _resources: