Skip to content

Commit

Permalink
docs: Update docstring of modules (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDongGeon1996 authored Apr 11, 2022
1 parent 11b5129 commit fa43ad4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions stock_indicators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
library. A Stock Indicators for .NET is also available.
"""

from stock_indicators import indicators
from stock_indicators.indicators.common.quote import Quote
2 changes: 1 addition & 1 deletion stock_indicators/_cslib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Skender.Stock.Indicators
~~~~~~~~~~~~~~~~~~~~~~~~
This module loads `Skender.Stock.Indicators.dll`, which is a compiled library package
This module loads `Skender.Stock.Indicators.dll`(v1.22.4), which is a compiled library package
from <https://github.com/DaveSkender/Stock.Indicators>, written in C#.
It is currently using `.NET Standard 2.1`.
Expand Down
2 changes: 2 additions & 0 deletions stock_indicators/_cstypes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Module for converting to C# object."""

from stock_indicators import _cslib

from .datetime import (DateTime, to_pydatetime)
Expand Down
2 changes: 2 additions & 0 deletions stock_indicators/indicators/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""All available APIs for calculating indicators."""

from stock_indicators import _cslib

from .adl import (get_adl)
Expand Down

0 comments on commit fa43ad4

Please sign in to comment.