mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Move acknowledgements over to the documentation
This commit is contained in:
12
README.rst
12
README.rst
@@ -203,18 +203,6 @@ For more detailed information visit the `testing documentation
|
|||||||
<https://jedi.readthedocs.org/en/latest/docs/testing.html>`_.
|
<https://jedi.readthedocs.org/en/latest/docs/testing.html>`_.
|
||||||
|
|
||||||
|
|
||||||
Acknowledgements
|
|
||||||
================
|
|
||||||
|
|
||||||
- Thanks to all the contributors, see also the ``AUTHORS.txt``.
|
|
||||||
- Takafumi Arakaki (@tkf) for creating a solid test environment and a lot of
|
|
||||||
other things.
|
|
||||||
- Danilo Bargen (@dbrgn) for general housekeeping and being a good friend :).
|
|
||||||
- Guido van Rossum (@gvanrossum) for creating the parser generator pgen2
|
|
||||||
(originally used in lib2to3).
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. _jedi-vim: https://github.com/davidhalter/jedi-vim
|
.. _jedi-vim: https://github.com/davidhalter/jedi-vim
|
||||||
.. _youcompleteme: https://github.com/ycm-core/YouCompleteMe
|
.. _youcompleteme: https://github.com/ycm-core/YouCompleteMe
|
||||||
.. _deoplete-jedi: https://github.com/zchee/deoplete-jedi
|
.. _deoplete-jedi: https://github.com/zchee/deoplete-jedi
|
||||||
|
|||||||
@@ -229,3 +229,13 @@ 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
|
||||||
nature.
|
nature.
|
||||||
|
|
||||||
|
Acknowledgements
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Thanks to all the contributors, see also the ``AUTHORS.txt``.
|
||||||
|
- Takafumi Arakaki (@tkf) for creating a solid test environment and a lot of
|
||||||
|
other things.
|
||||||
|
- Danilo Bargen (@dbrgn) for general housekeeping and being a good friend :).
|
||||||
|
- Guido van Rossum (@gvanrossum) for creating the parser generator pgen2
|
||||||
|
(originally used in lib2to3).
|
||||||
|
|||||||
Reference in New Issue
Block a user