File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pandas documentation
10
10
11
11
**Date**: |today| **Version**: |version|
12
12
13
- **Download documentation**: `PDF Version <pandas.pdf>`__ | ` Zipped HTML <pandas.zip>`__
13
+ **Download documentation**: `Zipped HTML <pandas.zip>`__
14
14
15
15
**Previous versions**: Documentation of previous pandas versions is available at
16
16
`pandas.pydata.org <https://pandas.pydata.org/>`__.
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ <h4>Latest version: {{ releases[0].name }}</h4>
66
66
< li > < a href ="docs/whatsnew/v{{ releases[0].name }}.html "> What's new in {{ releases[0].name }}</ a > </ li >
67
67
< li > Release date:< br /> {{ releases[0].published.strftime("%b %d, %Y") }}</ li >
68
68
< li > < a href ="{{ base_url}}/docs/ "> Documentation (web)</ a > </ li >
69
- < li > < a href ="{{ base_url }}/docs/pandas.pdf "> Documentation (pdf)</ a > </ li >
70
69
< li > < a href ="{{ releases[0].url }} "> Download source code</ a > </ li >
71
70
</ ul >
72
71
{% endif %}
@@ -100,7 +99,6 @@ <h4>Previous versions</h4>
100
99
{{ release.name }} ({{ release.published.strftime("%b %d, %Y") }})< br />
101
100
< a href ="https://pandas.pydata.org/pandas-docs/stable/whatsnew/{{ release.tag }}.html "> changelog</ a > |
102
101
< a href ="https://pandas.pydata.org/pandas-docs/version/{{ release.name }}/ "> docs</ a > |
103
- < a href ="https://pandas.pydata.org/pandas-docs/version/{{ release.name }}/pandas.pdf "> pdf</ a > |
104
102
< a href ="{{ release.url }} "> code</ a >
105
103
</ li >
106
104
{% endfor %}
@@ -116,7 +114,6 @@ <h4>Previous versions</h4>
116
114
{{ release.name }} ({{ release.published.strftime("%Y-%m-%d") }})< br />
117
115
< a href ="https://pandas.pydata.org/pandas-docs/stable/whatsnew/{{ release.tag }}.html "> changelog</ a > |
118
116
< a href ="https://pandas.pydata.org/pandas-docs/version/{{ release.name }}/ "> docs</ a > |
119
- < a href ="https://pandas.pydata.org/pandas-docs/version/{{ release.name }}/pandas.pdf "> pdf</ a > |
120
117
< a href ="{{ release.url }} "> code</ a >
121
118
</ li >
122
119
{% endfor %}
You can’t perform that action at this time.
0 commit comments