From 1d3add610afc367d59bdc0c40a16cacf766a48a9 Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Tue, 19 Jul 2011 14:45:16 -0500 Subject: DOC: datetime: hyperlink busday_count and is_busday functions in datetime doc --- doc/source/reference/arrays.datetime.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source') diff --git a/doc/source/reference/arrays.datetime.rst b/doc/source/reference/arrays.datetime.rst index ced107571..541f97884 100644 --- a/doc/source/reference/arrays.datetime.rst +++ b/doc/source/reference/arrays.datetime.rst @@ -293,7 +293,7 @@ in an optimized form. np.is_busday(): ``````````````` -To test a datetime64 value to see if it is a valid day, use np.is_busday(). +To test a datetime64 value to see if it is a valid day, use :func:`is_busday`. .. admonition:: Example @@ -310,7 +310,7 @@ To test a datetime64 value to see if it is a valid day, use np.is_busday(). np.busday_count(): `````````````````` To find how many valid days there are in a specified range of datetime64 -dates, use np.busday_count(): +dates, use :func:`busday_count`: .. admonition:: Example -- cgit v1.2.1