We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454ea79 commit bb1b248Copy full SHA for bb1b248
1 file changed
docs/sphinx/source/user_guide/modeling_topics/timetimezones.rst
@@ -16,7 +16,8 @@ General functionality
16
pvlib makes extensive use of pandas due to its excellent time series
17
functionality. Take the time to become familiar with pandas' `Time
18
Series / Date functionality page
19
-<http://pandas.pydata.org/pandas-docs/version/0.18.0/timeseries.html>`_.
+functionality. Take the time to become familiar with pandas'
20
+:external+pandas:doc:`Time Series / Date functionality page <user_guide/timeseries>`.
21
It is also worthwhile to become familiar with pure Python's
22
:py:mod:`python:datetime` module, although we usually recommend
23
using the corresponding pandas functionality where possible.
0 commit comments