Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Making home page links more compact and clearer #24928

Merged
merged 1 commit into from
Jan 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 9 additions & 14 deletions doc/source/index.rst.template
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
.. pandas documentation master file, created by

.. module:: pandas

*********************************************
pandas: powerful Python data analysis toolkit
*********************************************

`PDF Version <pandas.pdf>`__

`Zipped HTML <pandas.zip>`__

.. module:: pandas

**Date**: |today| **Version**: |version|

**Binary Installers:** https://pypi.org/project/pandas

**Source Repository:** https://github.com/pandas-dev/pandas

**Issues & Ideas:** https://github.com/pandas-dev/pandas/issues

**Q&A Support:** https://stackoverflow.com/questions/tagged/pandas
**Download documentation**: `PDF Version <pandas.pdf>`__ | `Zipped HTML <pandas.zip>`__

**Developer Mailing List:** https://groups.google.com/forum/#!forum/pydata
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you leave an entry for "Developer Mailing List", but point it to pandas-dev mailing list?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you have "Users Mailing List" and "Developers Mailing List"?

I'm -1 on adding pandas-dev in the home page, a bit concerned about start getting spam of newbie questions there, because of the confusion on what's pandas developer means (contributor vs user)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, let's leave that discussion for later. Merging

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a bit concerned about start getting spam of newbie questions there,

That's a risk, but I have the feeling that the mailing list is now so unknown, that we don't get any spam questions, but also hardly developer related questions

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

100% agree on that, I'll add it to the "contributors" page, highlighted and immediately after it's clear that that part of the docs is for people who want to make pandas better, not use pandas.

I think that should be a good trade-off.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds indeed good!

**Useful links**:
`Binary Installers <https://pypi.org/project/pandas>`__ |
`Source Repository <https://github.com/pandas-dev/pandas>`__ |
`Issues & Ideas <https://github.com/pandas-dev/pandas/issues>`__ |
`Q&A Support <https://stackoverflow.com/questions/tagged/pandas>`__ |
`Mailing List <https://groups.google.com/forum/#!forum/pydata>`__

:mod:`pandas` is an open source, BSD-licensed library providing high-performance,
easy-to-use data structures and data analysis tools for the `Python <https://www.python.org/>`__
Expand Down