From 6c97f53c8f6ef330f117e1d1d943aa03bdc81867 Mon Sep 17 00:00:00 2001 From: fasiondog Date: Tue, 23 Apr 2024 18:07:30 +0800 Subject: [PATCH] update docs --- docs/source/stock_manager.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/stock_manager.rst b/docs/source/stock_manager.rst index 0d2bffa5b..773be1872 100644 --- a/docs/source/stock_manager.rst +++ b/docs/source/stock_manager.rst @@ -426,6 +426,7 @@ StockManager/Block/Stock .. py:attribute:: category : 板块分类 .. py:attribute:: name : 板块名称 + .. py:attribute:: index_stock: 对应指数(可能为空 Stock) .. py:method:: __init__(self, category, name):