Docs: History

This commit is contained in:
Dave Halter
2020-03-16 00:02:17 +01:00
parent 0f11f65682
commit 78f0f5855f

View File

@@ -203,14 +203,14 @@ In order to support the numpydoc format, you need to install the `numpydoc
""" """
var2.| # complete here var2.| # complete here
A little history A little bit of history
---------------- -----------------------
The Star Wars Jedi are awesome. My Jedi software tries to imitate a little bit 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 the precognition the Jedi have. There's even an awesome `scene
<https://youtu.be/yHRJLIf7wMU>`_ of Monty Python Jedis :-). <https://youtu.be/yHRJLIf7wMU>`_ of Monty Python Jedis :-).
But actually the name hasn't so much to do with Star Wars. It's part of my But actually the name has not much to do with Star Wars. It's part of my
second name. second name.
After I explained Guido van Rossum, how some parts of my auto-completion work, After I explained Guido van Rossum, how some parts of my auto-completion work,
@@ -220,14 +220,14 @@ he said (we drank a beer or two):
When it's finished, I hope he'll like it :-) When it's finished, I hope he'll like it :-)
I actually started Jedi, because there were no good solutions available for VIM. I actually started Jedi back in 2012, because there were no good solutions
Most auto-completions just didn't work well. The only good solution was PyCharm. available for VIM. Most auto-completions just didn't work well. The only good
But I like my good old VIM. Rope was never really intended to be an solution was PyCharm. But I like my good old VIM. Rope was never really
auto-completion (and also I really hate project folders for my Python scripts). intended to be an auto-completion (and also I really hate project folders for
It's more of a refactoring suite. So I decided to do my own version of a my Python scripts). It's more of a refactoring suite. So I decided to do my
completion, which would execute non-dangerous code. But I soon realized, that own version of a completion, which would execute non-dangerous code. But I soon
this wouldn't work. So I built an extremely recursive thing which understands realized, that this wouldn't work. So I built an extremely recursive thing
many of Python's key features. which understands many of Python's key features.
By the way, I really tried to program it as understandable as possible. But I 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 think understanding it might need quite some time, because of its recursive