Skip to content

Commit 07b5eb5

Browse files
committed
docs: add Main classes chapter to index.rst
1 parent 0a2d493 commit 07b5eb5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img src="https://img.shields.io/badge/python-v3-brightgreen.svg"
1111
alt="python"></a> &nbsp;
1212
<a href="https://pypi.org/project/okama/">
13-
<img src="https://img.shields.io/badge/pypi-v1.0.1-brightgreen.svg"
13+
<img src="https://img.shields.io/badge/pypi-v1.0.2-brightgreen.svg"
1414
alt="pypi"></a> &nbsp;
1515
<a href='https://coveralls.io/github/mbk-dev/okama?branch=master'>
1616
<img src='https://coveralls.io/repos/github/mbk-dev/okama/badge.svg?branch=master'
@@ -119,6 +119,9 @@ The latest development version can be installed directly from GitHub:
119119

120120
/jupyter/portfolio
121121

122+
Main classes
123+
************
124+
122125
.. autosummary::
123126
:toctree: stubs
124127
:template: custom-class-template.rst

okama/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
from okama.common.helpers import Float, Frame, Rebalance, Date
4040
import okama.settings
4141

42-
__version__ = "1.0.1"
42+
__version__ = "1.0.2"

okama/api/namespaces.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def symbols_in_namespace(namespace: str = default_namespace, response_format: st
2626
raise ValueError('response_format must be "json" or "frame"')
2727

2828

29-
3029
@lru_cache()
3130
def get_assets_namespaces():
3231
string_response = API.get_assets_namespaces()

0 commit comments

Comments
 (0)