Skip to content

Commit e905f9e

Browse files
Steven Cuttingjorisvandenbossche
Steven Cutting
authored andcommitted
DOC: add README improvements. (#16435)
1 parent e053ee3 commit e905f9e

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,13 @@ python setup.py build --compiler=mingw32
204204
python setup.py install
205205
```
206206

207-
See http://pandas.pydata.org/ for more information.
207+
See **[the docs](http://pandas.pydata.org/pandas-docs/stable/install.html#installing-from-source)** for more information.
208208

209209
## License
210210
BSD
211211

212212
## Documentation
213-
The official documentation is hosted on PyData.org: http://pandas.pydata.org/
213+
The official documentation is hosted on PyData.org: http://pandas.pydata.org/pandas-docs/stable/
214214

215215
The Sphinx documentation should provide a good starting point for learning how
216216
to use the library. Expect the docs to continue to expand as time goes on.
@@ -219,10 +219,21 @@ to use the library. Expect the docs to continue to expand as time goes on.
219219
Work on ``pandas`` started at AQR (a quantitative hedge fund) in 2008 and
220220
has been under active development since then.
221221

222+
## Getting Help
223+
224+
For usage questions, the best place to go to is [StackOverflow](https://stackoverflow.com/questions/tagged/pandas).
225+
Further, general questions and discussions can also take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata).
226+
222227
## Discussion and Development
223-
Since pandas development is related to a number of other scientific
224-
Python projects, questions are welcome on the scipy-user mailing
225-
list. Specialized discussions or design issues should take place on
226-
the PyData mailing list / Google group:
228+
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.
229+
230+
## Contributing to pandas
231+
All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.
232+
233+
A detailed overview on how to contribute can be found in the **[contributing guide.](http://pandas.pydata.org/pandas-docs/stable/contributing.html)**
234+
235+
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.
236+
237+
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!
227238

228-
https://groups.google.com/forum/#!forum/pydata
239+
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).

0 commit comments

Comments
 (0)