mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-09 04:31:00 +08:00
DOC: Use double backticks for API methods in pipeline docs.
This commit is contained in:
@@ -15,10 +15,10 @@ class Pipeline(object):
|
||||
including an asset in the results of a Pipeline.
|
||||
|
||||
To compute a pipeline in the context of a TradingAlgorithm, users must call
|
||||
`attach_pipeline` in their `initialize` function to register that the
|
||||
``attach_pipeline`` in their ``initialize`` function to register that the
|
||||
pipeline should be computed each trading day. The outputs of a pipeline on
|
||||
a given day can be accessed by calling `pipeline_outputs` in `handle_data`
|
||||
or `before_trading_start`.
|
||||
a given day can be accessed by calling ``pipeline_outputs`` in
|
||||
``handle_data`` or ``before_trading_start``.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user