Skip to content

Commit c6ecf5a

Browse files
committed
DOC: minor doc edits
1 parent 54f15e6 commit c6ecf5a

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

doc/source/tutorials.rst

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ Pandas own :ref:`10 Minutes to Pandas<10min>`
1313

1414
More complex recipes are in the :ref:`Cookbook<cookbook>`
1515

16-
Tutorials
17-
---------
18-
19-
2016
Pandas Cookbook
2117
---------------
2218

doc/source/v0.13.1.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0131:
22

3-
v0.13.1 (???)
4-
-------------
3+
v0.13.1 (February ???)
4+
----------------------
55

66
This is a minor release from 0.13.0 and includes a number of API changes, several new features and
77
enhancements along with a large number of bug fixes.
@@ -42,13 +42,13 @@ Enhancements
4242

4343
Now the output looks like:
4444

45-
.. ipython:: python
45+
.. ipython:: python
4646

47-
df = DataFrame([ Timestamp('20010101'),
48-
Timestamp('20040601') ], columns=['age'])
49-
df['today'] = Timestamp('20130419')
50-
df['diff'] = df['today']-df['age']
51-
df
47+
df = DataFrame([ Timestamp('20010101'),
48+
Timestamp('20040601') ], columns=['age'])
49+
df['today'] = Timestamp('20130419')
50+
df['diff'] = df['today']-df['age']
51+
df
5252

5353
- ``Panel.apply`` will work on non-ufuncs. See :ref:`the docs<basics.apply_panel>`.
5454

0 commit comments

Comments
 (0)