From bcd922cd5200b61e590277f62804ebf307cc51c3 Mon Sep 17 00:00:00 2001 From: Steven Cutting Date: Mon, 22 May 2017 14:04:57 -0700 Subject: [PATCH 1/6] Add README improvements. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e05f1405419fc..212a8a1422789 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ python setup.py build --compiler=mingw32 python setup.py install ``` -See http://pandas.pydata.org/ for more information. +See **[the docs](http://pandas.pydata.org/pandas-docs/stable/install.html#installing-from-source)** for more information. ## License BSD @@ -225,4 +225,16 @@ Python projects, questions are welcome on the scipy-user mailing list. Specialized discussions or design issues should take place on the PyData mailing list / Google group: -https://groups.google.com/forum/#!forum/pydata +https://mail.python.org/mailman/listinfo/pandas-dev + +## Contributing to pandas + +**[How to contribute.](http://pandas.pydata.org/pandas-docs/stable/contributing.html)** + +All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. + +If you are simply looking to start working with the pandas codebase, navigate to the [GitHub “issues” tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?labels=Docs&sort=updated&state=open) and [Difficulty Novice](https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty+Novice%22) where you could start out. + +Or maybe through using pandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it! + +Feel free to ask questions on the [mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata) or on [Gitter](https://gitter.im/pydata/pandas). From 6bc15122fe55ec4a70fe8a02592b00cd1441b16c Mon Sep 17 00:00:00 2001 From: Steven Cutting Date: Mon, 22 May 2017 14:04:57 -0700 Subject: [PATCH 2/6] Add README improvements. --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e05f1405419fc..d42c68877c589 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ python setup.py build --compiler=mingw32 python setup.py install ``` -See http://pandas.pydata.org/ for more information. +See **[the docs](http://pandas.pydata.org/pandas-docs/stable/install.html#installing-from-source)** for more information. ## License BSD @@ -220,9 +220,19 @@ Work on ``pandas`` started at AQR (a quantitative hedge fund) in 2008 and has been under active development since then. ## Discussion and Development -Since pandas development is related to a number of other scientific -Python projects, questions are welcome on the scipy-user mailing -list. Specialized discussions or design issues should take place on -the PyData mailing list / Google group: +General questions and discussions can take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata). +Specialized discussions or design issues should take place on +the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) / Google group: -https://groups.google.com/forum/#!forum/pydata + +## Contributing to pandas + +All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. + +A detailed overview on how to contribute can be found in the **[contributing guide.](http://pandas.pydata.org/pandas-docs/stable/contributing.html)** + +If you are simply looking to start working with the pandas codebase, navigate to the [GitHub “issues” tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?labels=Docs&sort=updated&state=open) and [Difficulty Novice](https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty+Novice%22) where you could start out. + +Or maybe through using pandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it! + +Feel free to ask questions on the [mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata) or on [Gitter](https://gitter.im/pydata/pandas). From 66f041b44b3387c14e1f07cfaf898a9197018dc4 Mon Sep 17 00:00:00 2001 From: Steven Cutting Date: Mon, 22 May 2017 14:52:27 -0700 Subject: [PATCH 3/6] Add README improvements. --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 9968c7f970274..0bf9346d58014 100644 --- a/README.md +++ b/README.md @@ -224,22 +224,10 @@ General questions and discussions can take place on the [pydata mailing list](ht Specialized discussions or design issues should take place on the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) / Google group: -<<<<<<< HEAD - ## Contributing to pandas - All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. A detailed overview on how to contribute can be found in the **[contributing guide.](http://pandas.pydata.org/pandas-docs/stable/contributing.html)** -======= -https://mail.python.org/mailman/listinfo/pandas-dev - -## Contributing to pandas - -**[How to contribute.](http://pandas.pydata.org/pandas-docs/stable/contributing.html)** - -All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. ->>>>>>> bcd922cd5200b61e590277f62804ebf307cc51c3 If you are simply looking to start working with the pandas codebase, navigate to the [GitHub “issues” tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?labels=Docs&sort=updated&state=open) and [Difficulty Novice](https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+label%3A%22Difficulty+Novice%22) where you could start out. From 62b6aae55061bc01392bd2dc1ba5b92656d49efa Mon Sep 17 00:00:00 2001 From: Steven Cutting Date: Mon, 22 May 2017 15:32:49 -0700 Subject: [PATCH 4/6] Add README improvements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bf9346d58014..eb867a623333a 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Work on ``pandas`` started at AQR (a quantitative hedge fund) in 2008 and has been under active development since then. ## Discussion and Development -General questions and discussions can take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata). +General questions and discussions can take place on [StackOverflow](https://stackoverflow.com/questions/tagged/pandas) and the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata). Specialized discussions or design issues should take place on the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) / Google group: From 80a42eca49004569d2dc1e8a5d82562b523dec0b Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Tue, 23 May 2017 10:09:42 +0200 Subject: [PATCH 5/6] edits --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb867a623333a..5490da5d33a8e 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ See **[the docs](http://pandas.pydata.org/pandas-docs/stable/install.html#instal BSD ## Documentation -The official documentation is hosted on PyData.org: http://pandas.pydata.org/ +The official documentation is hosted on PyData.org: http://pandas.pydata.org/pandas-docs/stable/ The Sphinx documentation should provide a good starting point for learning how to use the library. Expect the docs to continue to expand as time goes on. @@ -219,10 +219,14 @@ to use the library. Expect the docs to continue to expand as time goes on. Work on ``pandas`` started at AQR (a quantitative hedge fund) in 2008 and has been under active development since then. +## Getting Help + +For usage questions, the best place to go to is [StackOverflow](https://stackoverflow.com/questions/tagged/pandas). +Further, general questions and discussions can also take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata). + ## Discussion and Development -General questions and discussions can take place on [StackOverflow](https://stackoverflow.com/questions/tagged/pandas) and the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata). -Specialized discussions or design issues should take place on -the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) / Google group: +Most development discussion is taking place on github in this repo. Specialized discussions or design issues can also take place on +the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev). ## Contributing to pandas All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. From 29541b9a7d176d353eabcdc14828c4eac150edf4 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Tue, 23 May 2017 10:14:50 +0200 Subject: [PATCH 6/6] edits --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5490da5d33a8e..01182d7b7b4b5 100644 --- a/README.md +++ b/README.md @@ -225,8 +225,7 @@ For usage questions, the best place to go to is [StackOverflow](https://stackove Further, general questions and discussions can also take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata). ## Discussion and Development -Most development discussion is taking place on github in this repo. Specialized discussions or design issues can also take place on -the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev). +Most development discussion is taking place on github in this repo. Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Gitter channel](https://gitter.im/pydata/pandas) is available for quick development related questions. ## Contributing to pandas All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.