Skip to content

Commit 84c3fc4

Browse files
committed
fix: doc rst timetimezones
1 parent 3e4137a commit 84c3fc4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/sphinx/source/user_guide/modeling_topics/timetimezones.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ General functionality
1414
---------------------
1515

1616
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
1917
functionality. Take the time to become familiar with pandas'
2018
:external+pandas:doc:`Time Series / Date functionality page <user_guide/timeseries>`.
2119
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.
20+
:py:mod:`python:datetime` module, although we usually recommend using the
21+
corresponding pandas functionality where possible.
2422

2523
First, we'll import the libraries that we'll use to explore the basic
2624
time and time zone functionality in python and pvlib.

0 commit comments

Comments
 (0)