forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.rst.template
54 lines (43 loc) · 1.49 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
.. pandas documentation master file, created by
.. module:: pandas
*********************************************
pandas: powerful Python data analysis toolkit
*********************************************
**Date**: |today| **Version**: |version|
**Download documentation**: `PDF Version <pandas.pdf>`__ | `Zipped HTML <pandas.zip>`__
**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/>`__
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: reference/api/
{{ single_doc }}
{% else -%}
.. toctree::
:maxdepth: 2
{% endif %}
{% if not single_doc -%}
What's New in 0.24.1 <whatsnew/v0.24.1>
install
getting_started/index
user_guide/index
ecosystem
{% endif -%}
{% if include_api -%}
reference/index
{% endif -%}
{% if not single_doc -%}
development/index
whatsnew/index
{% endif -%}