Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
removed reference to deprecated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Sep 16, 2018
1 parent 1f87f3c commit 2c8289b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/source/api_workflow.rst
Expand Up @@ -3,12 +3,6 @@ Workflow API

.. autofunction:: qtpylib.workflow.get_data_ib(...)

.. autofunction:: qtpylib.workflow.get_data_google_intraday(...)

.. autofunction:: qtpylib.workflow.get_data_yahoo_intraday(...)

.. autofunction:: qtpylib.workflow.get_data_yahoo(...)

.. autofunction:: qtpylib.workflow.prepare_data(...)

.. note::
Expand All @@ -25,7 +19,7 @@ Workflow API
from qtpylib import workflow
newdf = workflow.prepare_data("AAPL", df,
newdf = workflow.prepare_data("AAPL", data=df,
colsmap={'open':'O', 'high':'H', 'low':'L', 'close':'C', 'volume':'V'})
Expand Down

0 comments on commit 2c8289b

Please sign in to comment.