From 88adf84fc2a77ac1f302433481dc6aa36e39e2fc Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 17 Mar 2020 09:18:34 +0100 Subject: [PATCH] Move acknowledgements over to the documentation --- README.rst | 12 ------------ docs/docs/features.rst | 10 ++++++++++ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 33cf7bec..3d9592a4 100644 --- a/README.rst +++ b/README.rst @@ -203,18 +203,6 @@ For more detailed information visit the `testing documentation `_. -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 .. _youcompleteme: https://github.com/ycm-core/YouCompleteMe .. _deoplete-jedi: https://github.com/zchee/deoplete-jedi diff --git a/docs/docs/features.rst b/docs/docs/features.rst index e8d95e7a..13b8165b 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -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 think understanding it might need quite some time, because of its recursive 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).