From ed9691d6579ff170f7faa73c1f179c3064f5a86d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 30 Dec 2011 10:48:49 -0500 Subject: [PATCH] no AUTHORS again --- AUTHORS.rst | 16 ---------------- docs/notes/contribute.rst | 7 ++++--- 2 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 AUTHORS.rst diff --git a/AUTHORS.rst b/AUTHORS.rst deleted file mode 100644 index 0b93bfe..0000000 --- a/AUTHORS.rst +++ /dev/null @@ -1,16 +0,0 @@ -Authors -------- - -* `Kenneth Reitz `_ (follow on `Twitter `_ & `GitHub `_) -* `Aaron Weinberger `_ (follow on `GitHub `_) -* `Kamil Kisiel `_ (follow on `Twitter `_ & `GitHub `_) -* `Seyi Ogunyemi `_ (follow on `Twitter `_ & `GitHub `_) -* `Alex Gaynor `_ (follow on `Twitter `_ & `Github `_) -* `nstielau `_ (follow on `GitHub `_) -* `Adam Brenecki `_ (follow on `Twitter `_ & `GitHub `_) -* `Nanda Kishore `_ (follow on `GitHub `_) -* `Donald Stufft `_ (follow on `Twitter `_ and `GitHub `_) -* `Brent O'Connor `_ (follow on `Twitter `_ & `GitHub `_) -* `Dalton Barreto `_ (follow on `Twitter `_ & `GitHub `_) -* `Daniel Schauenberg `_ (follow on `Twitter `_ & `GitHub `_) -* `Mike Thornton `_ (follow on `GitHub `_) \ No newline at end of file diff --git a/docs/notes/contribute.rst b/docs/notes/contribute.rst index 548c3a5..e5e66cc 100644 --- a/docs/notes/contribute.rst +++ b/docs/notes/contribute.rst @@ -3,8 +3,10 @@ Contribute Python-guide is under active development, and contributors are welcome. -If you have a feature request, suggestion, or bug report, please open a new issue on GitHub_. To submit patches, please send a pull request on GitHub_. Make sure you add yourself to AUTHORS_. - +If you have a feature request, suggestion, or bug report, please open a new +issue on GitHub_. To submit patches, please send a pull request on GitHub_. +Once your changes get merged back in, you'll automatically be added to the +`Contributors List `_. Todo List @@ -16,7 +18,6 @@ If you'd like to contribute, there's plenty to do. Here's a short todo_ list. .. _GitHub: http://github.com/kennethreitz/python-guide/ -.. _AUTHORS: http://github.com/kennethreitz/python-guide/blob/master/AUTHORS.rst .. _todo: https://github.com/kennethreitz/python-guide/blob/master/TODO.rst .. include:: ../../AUTHORS.rst \ No newline at end of file