Move acknowledgements in docs

This commit is contained in:
Dave Halter
2020-03-19 01:42:18 +01:00
parent eea6c7f41b
commit e11db6e8e4
4 changed files with 68 additions and 63 deletions

View File

@@ -0,0 +1,12 @@
.. include global.rst
Acknowledgements
================
- 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).
.. include:: ../../AUTHORS.txt

View File

@@ -138,13 +138,3 @@ 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).

View File

@@ -28,6 +28,7 @@ Docs
docs/settings
docs/development
docs/testing
docs/acknowledgements
docs/changelog