Skip to content

Commit eb07c5a

Browse files
committed
DOC: fix file modes
1 parent 008d435 commit eb07c5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/conf.py

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# add these directories to sys.path here. If the directory is relative to the
1818
# documentation root, use os.path.abspath to make it absolute, like shown here.
1919
# sys.path.append(os.path.abspath('.'))
20+
2021
sys.path.insert(0, os.path.abspath('../sphinxext'))
2122

2223
sys.path.extend([

doc/source/cookbook.rst

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Storing Attributes to a group node
265265
Miscellaneous
266266
-------------
267267

268-
The :ref:`Timedeltas <timeseries.timedeltas>` docs
268+
The :ref:`Timedeltas <timeseries.timedeltas>` docs.
269269

270270
`Operating with timedeltas
271271
<https://github.com/pydata/pandas/pull/2899>`__

0 commit comments

Comments
 (0)