Skip to content

REF: Week, Semi-Month, FY5253 offsets to liboffsets #34378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 6 additions & 34 deletions doc/source/reference/offset_frequency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,40 +381,6 @@ Methods
CustomBusinessMonthBegin.is_on_offset
CustomBusinessMonthBegin.__call__

SemiMonthOffset
---------------
.. autosummary::
:toctree: api/

SemiMonthOffset

Properties
~~~~~~~~~~
.. autosummary::
:toctree: api/

SemiMonthOffset.freqstr
SemiMonthOffset.kwds
SemiMonthOffset.name
SemiMonthOffset.nanos
SemiMonthOffset.normalize
SemiMonthOffset.rule_code
SemiMonthOffset.n

Methods
~~~~~~~
.. autosummary::
:toctree: api/

SemiMonthOffset.apply
SemiMonthOffset.apply_index
SemiMonthOffset.copy
SemiMonthOffset.isAnchored
SemiMonthOffset.onOffset
SemiMonthOffset.is_anchored
SemiMonthOffset.is_on_offset
SemiMonthOffset.__call__

SemiMonthEnd
------------
.. autosummary::
Expand All @@ -434,6 +400,7 @@ Properties
SemiMonthEnd.normalize
SemiMonthEnd.rule_code
SemiMonthEnd.n
SemiMonthEnd.day_of_month

Methods
~~~~~~~
Expand Down Expand Up @@ -468,6 +435,7 @@ Properties
SemiMonthBegin.normalize
SemiMonthBegin.rule_code
SemiMonthBegin.n
SemiMonthBegin.day_of_month

Methods
~~~~~~~
Expand Down Expand Up @@ -502,6 +470,7 @@ Properties
Week.normalize
Week.rule_code
Week.n
Week.weekday

Methods
~~~~~~~
Expand Down Expand Up @@ -536,6 +505,7 @@ Properties
WeekOfMonth.normalize
WeekOfMonth.rule_code
WeekOfMonth.n
WeekOfMonth.week

Methods
~~~~~~~
Expand Down Expand Up @@ -571,6 +541,7 @@ Properties
LastWeekOfMonth.rule_code
LastWeekOfMonth.n
LastWeekOfMonth.weekday
LastWeekOfMonth.week

Methods
~~~~~~~
Expand Down Expand Up @@ -922,6 +893,7 @@ Properties
FY5253Quarter.normalize
FY5253Quarter.rule_code
FY5253Quarter.n
FY5253Quarter.qtr_with_extra_week
FY5253Quarter.startingMonth
FY5253Quarter.variation
FY5253Quarter.weekday
Expand Down
Loading