Clean up acknowledgements

This commit is contained in:
Dave Halter
2020-03-19 09:43:19 +01:00
parent dea80b20e9
commit 24cde8e974
2 changed files with 9 additions and 0 deletions

View File

@@ -194,6 +194,12 @@ Tests are also run automatically on `Travis CI
For more detailed information visit the `testing documentation 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 a lot to all the
`contributors <https://jedi.readthedocs.org/en/latest/docs/acknowledgements.html>`_!
.. _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

View File

@@ -6,11 +6,13 @@ History & Acknowledgements
Acknowledgements Acknowledgements
---------------- ----------------
- Dave Halter for creating and maintaining Jedi & Parso.
- Takafumi Arakaki (@tkf) for creating a solid test environment and a lot of - Takafumi Arakaki (@tkf) for creating a solid test environment and a lot of
other things. other things.
- Danilo Bargen (@dbrgn) for general housekeeping and being a good friend :). - Danilo Bargen (@dbrgn) for general housekeeping and being a good friend :).
- Guido van Rossum (@gvanrossum) for creating the parser generator pgen2 - Guido van Rossum (@gvanrossum) for creating the parser generator pgen2
(originally used in lib2to3). (originally used in lib2to3).
- Thanks to all the :ref:`contributors <contributors>`.
A Little Bit of History A Little Bit of History
----------------------- -----------------------
@@ -59,5 +61,6 @@ auto-completion work, he said:
Now that it is finished, I hope he likes it :-). Now that it is finished, I hope he likes it :-).
.. _contributors:
.. include:: ../../AUTHORS.txt .. include:: ../../AUTHORS.txt