ENH #561 #562 DOC update

This commit is contained in:
Kevin Johnson
2022-09-09 15:52:50 -07:00
parent 92c11e23c7
commit 837e618f91
15 changed files with 172 additions and 172 deletions
+2 -2
View File
File diff suppressed because one or more lines are too long
+10 -10
View File
@@ -40,16 +40,16 @@ from pandas_ta.custom import create_dir, import_dir
from pandas_ta.core import AnalysisIndicators
__all__ = [
'name',
'EXCHANGE_TZ',
'RATE',
'Category',
'Imports',
'version',
'ma',
'create_dir',
'import_dir',
'AnalysisIndicators',
"name",
"EXCHANGE_TZ",
"RATE",
"Category",
"Imports",
"version",
"ma",
"create_dir",
"import_dir",
"AnalysisIndicators",
]
__all__ += (
+1 -1
View File
@@ -46,7 +46,7 @@ DTypeLike = Any
PandasDTypeLike = Any
Shape = Tuple[int, ...]
RelaxedShape = Union[int, Shape]
Array = ndarray # ready to be used for n-dim data
Array = ndarray
Array1d = ndarray
Array2d = ndarray
Array3d = ndarray
+7 -7
View File
@@ -6,11 +6,11 @@ from .cdl_z import cdl_z
from .ha import ha
__all__ = [
'cdl_doji',
'cdl_inside',
'cdl_pattern',
'cdl',
'CDL_PATTERN_NAMES',
'cdl_z',
'ha',
"cdl_doji",
"cdl_inside",
"cdl_pattern",
"cdl",
"CDL_PATTERN_NAMES",
"cdl_z",
"ha",
]
+2 -2
View File
@@ -3,6 +3,6 @@ from .ebsw import ebsw
from .reflex import reflex
__all__ = [
'ebsw',
'reflex',
"ebsw",
"reflex",
]
+41 -41
View File
@@ -42,45 +42,45 @@ from .uo import uo
from .willr import willr
__all__ = [
'ao',
'apo',
'bias',
'bop',
'brar',
'cci',
'cfo',
'cg',
'cmo',
'coppock',
'cti',
'dm',
'er',
'eri',
'fisher',
'inertia',
'kdj',
'kst',
'macd',
'mom',
'pgo',
'ppo',
'psl',
'qqe',
'roc',
'rsi',
'rsx',
'rvgi',
'slope',
'smi',
'squeeze',
'squeeze_pro',
'stc',
'stoch',
'stochf',
'stochrsi',
'td_seq',
'trix',
'tsi',
'uo',
'willr',
"ao",
"apo",
"bias",
"bop",
"brar",
"cci",
"cfo",
"cg",
"cmo",
"coppock",
"cti",
"dm",
"er",
"eri",
"fisher",
"inertia",
"kdj",
"kst",
"macd",
"mom",
"pgo",
"ppo",
"psl",
"qqe",
"roc",
"rsi",
"rsx",
"rvgi",
"slope",
"smi",
"squeeze",
"squeeze_pro",
"stc",
"stoch",
"stochf",
"stochrsi",
"td_seq",
"trix",
"tsi",
"uo",
"willr",
]
+35 -35
View File
@@ -36,39 +36,39 @@ from .wma import wma
from .zlma import zlma
__all__ = [
'alligator',
'alma',
'dema',
'ema',
'fwma',
'hilo',
'hl2',
'hlc3',
'hma',
'hwma',
'ichimoku',
'jma',
'kama',
'linreg',
'mama',
'mcgd',
'midpoint',
'midprice',
'ohlc4',
'pwma',
'rma',
'sinwma',
'sma',
'smma',
'ssf',
'ssf3',
'supertrend',
'swma',
't3',
'tema',
'trima',
'vidya',
'wcp',
'wma',
'zlma',
"alligator",
"alma",
"dema",
"ema",
"fwma",
"hilo",
"hl2",
"hlc3",
"hma",
"hwma",
"ichimoku",
"jma",
"kama",
"linreg",
"mama",
"mcgd",
"midpoint",
"midprice",
"ohlc4",
"pwma",
"rma",
"sinwma",
"sma",
"smma",
"ssf",
"ssf3",
"supertrend",
"swma",
"t3",
"tema",
"trima",
"vidya",
"wcp",
"wma",
"zlma",
]
+3 -3
View File
@@ -4,7 +4,7 @@ from .log_return import log_return
from .percent_return import percent_return
__all__ = [
'drawdown',
'log_return',
'percent_return',
"drawdown",
"log_return",
"percent_return",
]
+10 -10
View File
@@ -11,14 +11,14 @@ from .variance import variance
from .zscore import zscore
__all__ = [
'entropy',
'kurtosis',
'mad',
'median',
'quantile',
'skew',
'stdev',
'tos_stdevall',
'variance',
'zscore',
"entropy",
"kurtosis",
"mad",
"median",
"quantile",
"skew",
"stdev",
"tos_stdevall",
"variance",
"zscore",
]
+3 -3
View File
@@ -4,7 +4,7 @@ from .ifisher import ifisher
from .remap import remap
__all__ = [
'cube',
'ifisher',
'remap',
"cube",
"ifisher",
"remap",
]
+19 -19
View File
@@ -20,23 +20,23 @@ from .vortex import vortex
from .xsignals import xsignals
__all__ = [
'adx',
'amat',
'aroon',
'chop',
'cksp',
'decay',
'decreasing',
'dpo',
'increasing',
'long_run',
'psar',
'qstick',
'short_run',
'trendflex',
'tsignals',
'ttm_trend',
'vhf',
'vortex',
'xsignals',
"adx",
"amat",
"aroon",
"chop",
"cksp",
"decay",
"decreasing",
"dpo",
"increasing",
"long_run",
"psar",
"qstick",
"short_run",
"trendflex",
"tsignals",
"ttm_trend",
"vhf",
"vortex",
"xsignals",
]
+4 -4
View File
@@ -5,8 +5,8 @@ from .processes import sample
from .yahoofinance import yf
__all__ = [
'av',
'polygon_api',
'sample',
'yf',
"av",
"polygon_api",
"sample",
"yf",
]
+15 -15
View File
@@ -16,19 +16,19 @@ from .true_range import true_range
from .ui import ui
__all__ = [
'aberration',
'accbands',
'atr',
'atrts',
'bbands',
'donchian',
'hwc',
'kc',
'massi',
'natr',
'pdist',
'rvi',
'thermo',
'true_range',
'ui',
"aberration",
"accbands",
"atr",
"atrts",
"bbands",
"donchian",
"hwc",
"kc",
"massi",
"natr",
"pdist",
"rvi",
"thermo",
"true_range",
"ui",
]
+19 -19
View File
@@ -20,23 +20,23 @@ from .vwma import vwma
from .wb_tsv import wb_tsv
__all__ = [
'ad',
'adosc',
'aobv',
'cmf',
'efi',
'eom',
'kvo',
'mfi',
'nvi',
'obv',
'pvi',
'pvo',
'pvol',
'pvr',
'pvt',
'vp',
'vwap',
'vwma',
'wb_tsv',
"ad",
"adosc",
"aobv",
"cmf",
"efi",
"eom",
"kvo",
"mfi",
"nvi",
"obv",
"pvi",
"pvo",
"pvol",
"pvr",
"pvt",
"vp",
"vwap",
"vwma",
"wb_tsv",
]
+1 -1
View File
@@ -20,7 +20,7 @@ setup(
"pandas_ta.volatility",
"pandas_ta.volume"
],
version=".".join(("0", "3", "68b")),
version=".".join(("0", "3", "69b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",