Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheftel committed Nov 3, 2020
1 parent 8043a68 commit b9c76a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 7 additions & 6 deletions docs/calendars.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
Calendar Status
===============

pandas_market_calendars now imports and provides access to all the calendars in `trading_calendars <https://github.com/quantopian/trading_calendars>`_

Use the ISO code on the trading_calendars page for those calendars. Many of the calendars are duplicated between
the pandas_market_calendars and trading_calendars projects, there is a program in place to merge these. For now use
whichever one you prefer.

========= ====== ===================== ============ ==========
Type Name Class Unit Tests Creator
========= ====== ===================== ============ ==========
Expand Down Expand Up @@ -37,3 +31,10 @@ CME CME_Equity CMEEquityExchangeCalendar Yes rs
CME CME_Bond CMEBondExchangeCalendar Yes rsheftel
CME CME_Agricultural CMEAgriculturalExchangeCalendar Yes lionelyoung
========== ================ =================================== ============ ============

Trading Calendars Package
#########################
pandas_market_calendars now imports and provides access to all the calendars in `trading_calendars <https://github.com/quantopian/trading_calendars>`_

Use the ISO code on the trading_calendars page for those calendars. Many of the calendars are duplicated between
the pandas_market_calendars and trading_calendars projects. Use whichever one you prefer.
3 changes: 2 additions & 1 deletion docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Updates
1.6 (9/14/20)
~~~~~~~~~~~~~
This is the first version of the merge of this project with the quantopian trading-calendars.
- Added the trading_calendars.py module that brings in all current and future calendars from the quantopian project.

- Added the trading_calendars.py module that brings in all current and future calendars from the quantopian project
- All calendars from trading-calendars are now available in pandas_market_calendars

1.5 (8/30/20)
Expand Down

0 comments on commit b9c76a1

Please sign in to comment.