-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
/
Copy pathindex.rst.template
59 lines (43 loc) · 1.43 KB
/
index.rst.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.. pandas documentation master file, created by
*********************************************
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
**Developer 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/>`__
programming language.
See the :ref:`overview` for more detail about what's in the library.
{% if single_doc and single_doc.endswith('.rst') -%}
.. toctree::
:maxdepth: 2
{{ single_doc[:-4] }}
{% elif single_doc %}
.. autosummary::
:toctree: api/generated/
{{ single_doc }}
{% else -%}
.. toctree::
:maxdepth: 2
{% endif %}
{% if not single_doc -%}
What's New <whatsnew/v0.24.0>
install
getting_started/index
user_guide/index
ecosystem
{% endif -%}
{% if include_api -%}
api/index
{% endif -%}
{% if not single_doc -%}
development/index
whatsnew/index
{% endif -%}