Skip to content

Commit

Permalink
fix(docs): docs
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
ak-quant committed Feb 18, 2022
1 parent ab49144 commit 2f19801
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-Jupyter
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://github.com/nikolaik/docker-python-nodejs
FROM nikolaik/python-nodejs:python3.8-nodejs16

MAINTAINER AKFamily <akshare@akfamily.email.cn>
MAINTAINER AKFamily <akfamily.akshare@gmail.com>

RUN set -x \
&& export DEBIAN_FRONTEND=noninteractive \
Expand Down
5 changes: 3 additions & 2 deletions akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1851,10 +1851,11 @@
1.4.28 fix: fix stock_info_sz_name_code interface
1.4.29 fix: fix stock_gdfx_free_holding_statistics_em interface
1.4.30 add: add index_li_cx interface
1.4.31 fix: fix docs interface
"""

__version__ = "1.4.30"
__author__ = "Albert King"
__version__ = "1.4.31"
__author__ = "AKFamily"

import sys

Expand Down
2 changes: 1 addition & 1 deletion akshare/futures/futures_hq_sina.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def futures_foreign_commodity_realtime(subscribe_list: list) -> pd.DataFrame:
"""
新浪-外盘期货-行情数据
https://finance.sina.com.cn/money/future/hf.html
:param subscribe_list: 通过调用 ak.futures_hq_subscribe_exchange_symbol 函数来获取
:param subscribe_list: 通过调用 ak.futures_hq_subscribe_exchange_symbol() 函数来获取
:type subscribe_list: list
:return: 行情数据
:rtype: pandas.DataFrame
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3115,4 +3115,6 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
1.4.29 fix: fix stock_gdfx_free_holding_statistics_em interface
1.4.30 add: add index_li_cx interface
1.4.31 fix: fix docs interface
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_version_string() -> str:
name="akshare",
version=get_version_string(),
author="AKFamily",
author_email="akshare@akfamily.email.cn",
author_email="akfamily.akshare@gmail.com",
license="MIT",
description="AKShare is an elegant and simple financial data interface library for Python, built for human beings!",
long_description=long_description,
Expand Down

0 comments on commit 2f19801

Please sign in to comment.