Skip to content

Commit fff6182

Browse files
committed
docs: change all the internal links to .md.
1 parent 58cc956 commit fff6182

File tree

6 files changed

+71
-71
lines changed

6 files changed

+71
-71
lines changed

docs/abstract.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ ma20 = SMA(20)
100100
For more details, take a look at the
101101
[code](https://github.com/mrjbq7/ta-lib/blob/master/talib/abstract.pyx#L46).
102102

103-
[Documentation Index](doc_index.html)
103+
[Documentation Index](doc_index.md)

docs/doc_index.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Documentation
22

3-
* [Installation and Troubleshooting](install.html)
4-
* [Using the Function API](func.html)
5-
* [Using the Abstract API](abstract.html)
6-
* [All Functions](funcs.html)
7-
* [Overlap Studies](func_groups/overlap_studies.html)
8-
* [Momentum Indicators](func_groups/momentum_indicators.html)
9-
* [Volume Indicators](func_groups/volume_indicators.html)
10-
* [Volatility Indicators](func_groups/volatility_indicators.html)
11-
* [Price Transform](func_groups/price_transform.html)
12-
* [Cycle Indicators](func_groups/cycle_indicators.html)
13-
* [Pattern Recognition](func_groups/pattern_recognition.html)
14-
* [Statistic Functions](func_groups/statistic_functions.html)
15-
* [Math Transform](func_groups/math_transform.html)
16-
* [Math Operators](func_groups/math_operators.html)
3+
* [Installation and Troubleshooting](install.md)
4+
* [Using the Function API](func.md)
5+
* [Using the Abstract API](abstract.md)
6+
* [All Functions](funcs.md)
7+
* [Overlap Studies](func_groups/overlap_studies.md)
8+
* [Momentum Indicators](func_groups/momentum_indicators.md)
9+
* [Volume Indicators](func_groups/volume_indicators.md)
10+
* [Volatility Indicators](func_groups/volatility_indicators.md)
11+
* [Price Transform](func_groups/price_transform.md)
12+
* [Cycle Indicators](func_groups/cycle_indicators.md)
13+
* [Pattern Recognition](func_groups/pattern_recognition.md)
14+
* [Statistic Functions](func_groups/statistic_functions.md)
15+
* [Math Transform](func_groups/math_transform.md)
16+
* [Math Operators](func_groups/math_operators.md)

docs/func.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ output = talib.MOM(close, timeperiod=5)
3939

4040
Documentation for all functions:
4141

42-
* [Overlap Studies](func_groups/overlap_studies.html)
43-
* [Momentum Indicators](func_groups/momentum_indicators.html)
44-
* [Volume Indicators](func_groups/volume_indicators.html)
45-
* [Volatility Indicators](func_groups/volatility_indicators.html)
46-
* [Pattern Recognition](func_groups/pattern_recognition.html)
47-
* [Cycle Indicators](func_groups/cycle_indicators.html)
48-
* [Statistic Functions](func_groups/statistic_functions.html)
49-
* [Price Transform](func_groups/price_transform.html)
50-
* [Math Transform](func_groups/math_transform.html)
51-
* [Math Operators](func_groups/math_operators.html)
52-
53-
[Documentation Index](doc_index.html)
54-
[FLOAT_RIGHTNext: Using the Abstract API](abstract.html)
42+
* [Overlap Studies](func_groups/overlap_studies.md)
43+
* [Momentum Indicators](func_groups/momentum_indicators.md)
44+
* [Volume Indicators](func_groups/volume_indicators.md)
45+
* [Volatility Indicators](func_groups/volatility_indicators.md)
46+
* [Pattern Recognition](func_groups/pattern_recognition.md)
47+
* [Cycle Indicators](func_groups/cycle_indicators.md)
48+
* [Statistic Functions](func_groups/statistic_functions.md)
49+
* [Price Transform](func_groups/price_transform.md)
50+
* [Math Transform](func_groups/math_transform.md)
51+
* [Math Operators](func_groups/math_operators.md)
52+
53+
[Documentation Index](doc_index.md)
54+
[FLOAT_RIGHTNext: Using the Abstract API](abstract.md)

docs/funcs.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# All Supported Indicators and Functions
22

3-
* [Overlap Studies](func_groups/overlap_studies.html)
4-
* [Momentum Indicators](func_groups/momentum_indicators.html)
5-
* [Volume Indicators](func_groups/volume_indicators.html)
6-
* [Volatility Indicators](func_groups/volatility_indicators.html)
7-
* [Price Transform](func_groups/price_transform.html)
8-
* [Cycle Indicators](func_groups/cycle_indicators.html)
9-
* [Pattern Recognition](func_groups/pattern_recognition.html)
10-
* [Statistic Functions](func_groups/statistic_functions.html)
11-
* [Math Transform](func_groups/math_transform.html)
12-
* [Math Operators](func_groups/math_operators.html)
3+
* [Overlap Studies](func_groups/overlap_studies.md)
4+
* [Momentum Indicators](func_groups/momentum_indicators.md)
5+
* [Volume Indicators](func_groups/volume_indicators.md)
6+
* [Volatility Indicators](func_groups/volatility_indicators.md)
7+
* [Price Transform](func_groups/price_transform.md)
8+
* [Cycle Indicators](func_groups/cycle_indicators.md)
9+
* [Pattern Recognition](func_groups/pattern_recognition.md)
10+
* [Statistic Functions](func_groups/statistic_functions.md)
11+
* [Math Transform](func_groups/math_transform.md)
12+
* [Math Operators](func_groups/math_operators.md)
1313

14-
#### [Overlap Studies](func_groups/overlap_studies.html)
14+
#### [Overlap Studies](func_groups/overlap_studies.md)
1515

1616
```
1717
BBANDS Bollinger Bands
@@ -33,7 +33,7 @@ TRIMA Triangular Moving Average
3333
WMA Weighted Moving Average
3434
```
3535

36-
#### [Momentum Indicators](func_groups/momentum_indicators.html)
36+
#### [Momentum Indicators](func_groups/momentum_indicators.md)
3737

3838
```
3939
ADX Average Directional Movement Index
@@ -68,15 +68,15 @@ ULTOSC Ultimate Oscillator
6868
WILLR Williams' %R
6969
```
7070

71-
#### [Volume Indicators](func_groups/volume_indicators.html)
71+
#### [Volume Indicators](func_groups/volume_indicators.md)
7272

7373
```
7474
AD Chaikin A/D Line
7575
ADOSC Chaikin A/D Oscillator
7676
OBV On Balance Volume
7777
```
7878

79-
#### [Cycle Indicators](func_groups/cycle_indicators.html)
79+
#### [Cycle Indicators](func_groups/cycle_indicators.md)
8080

8181
```
8282
HT_DCPERIOD Hilbert Transform - Dominant Cycle Period
@@ -86,7 +86,7 @@ HT_SINE Hilbert Transform - SineWave
8686
HT_TRENDMODE Hilbert Transform - Trend vs Cycle Mode
8787
```
8888

89-
#### [Price Transform](func_groups/price_transform.html)
89+
#### [Price Transform](func_groups/price_transform.md)
9090

9191
```
9292
AVGPRICE Average Price
@@ -95,15 +95,15 @@ TYPPRICE Typical Price
9595
WCLPRICE Weighted Close Price
9696
```
9797

98-
#### [Volatility Indicators](func_groups/volatility_indicators.html)
98+
#### [Volatility Indicators](func_groups/volatility_indicators.md)
9999

100100
```
101101
ATR Average True Range
102102
NATR Normalized Average True Range
103103
TRANGE True Range
104104
```
105105

106-
#### [Pattern Recognition](func_groups/pattern_recognition.html)
106+
#### [Pattern Recognition](func_groups/pattern_recognition.md)
107107

108108
```
109109
CDL2CROWS Two Crows
@@ -169,7 +169,7 @@ CDLUPSIDEGAP2CROWS Upside Gap Two Crows
169169
CDLXSIDEGAP3METHODS Upside/Downside Gap Three Methods
170170
```
171171

172-
#### [Statistic Functions](func_groups/statistic_functions.html)
172+
#### [Statistic Functions](func_groups/statistic_functions.md)
173173

174174
```
175175
BETA Beta
@@ -183,7 +183,7 @@ TSF Time Series Forecast
183183
VAR Variance
184184
```
185185

186-
#### [Math Transform](func_groups/math_transform.html)
186+
#### [Math Transform](func_groups/math_transform.md)
187187

188188
```
189189
ACOS Vector Trigonometric ACos
@@ -203,7 +203,7 @@ TAN Vector Trigonometric Tan
203203
TANH Vector Trigonometric Tanh
204204
```
205205

206-
#### [Math Operators](func_groups/math_operators.html)
206+
#### [Math Operators](func_groups/math_operators.md)
207207

208208
```
209209
ADD Vector Arithmetic Add
@@ -219,4 +219,4 @@ SUB Vector Arithmetic Substraction
219219
SUM Summation
220220
```
221221

222-
[Documentation Index](doc_index.html)
222+
[Documentation Index](doc_index.md)

docs/index.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ are difficult to install and aren't as efficient as they could be. Therefore
1616
this project uses Cython and Numpy to efficiently and cleanly bind to TA-Lib
1717
-- producing results 2-4 times faster than the SWIG interface.
1818

19-
#### [Install TA-Lib](install.html) or [Read the Docs](doc_index.html)
19+
#### [Install TA-Lib](install.md) or [Read the Docs](doc_index.md)
2020

2121
## Examples
2222

@@ -94,7 +94,7 @@ slowk, slowd = STOCH(input_arrays, 5, 3, 0, 3, 0) # uses high, low, close by def
9494
slowk, slowd = STOCH(input_arrays, 5, 3, 0, 3, 0, prices=['high', 'low', 'open'])
9595
```
9696

97-
Learn about more advanced usage of TA-Lib [here](abstract.html).
97+
Learn about more advanced usage of TA-Lib [here](abstract.md).
9898

9999
## Supported Indicators
100100

@@ -111,18 +111,18 @@ print talib.get_function_groups()
111111

112112
### Function Groups
113113

114-
* [Overlap Studies](func_groups/overlap_studies.html)
115-
* [Momentum Indicators](func_groups/momentum_indicators.html)
116-
* [Volume Indicators](func_groups/volume_indicators.html)
117-
* [Volatility Indicators](func_groups/volatility_indicators.html)
118-
* [Price Transform](func_groups/price_transform.html)
119-
* [Cycle Indicators](func_groups/cycle_indicators.html)
120-
* [Pattern Recognition](func_groups/pattern_recognition.html)
121-
* [Statistic Functions](func_groups/statistic_functions.html)
122-
* [Math Transform](func_groups/math_transform.html)
123-
* [Math Operators](func_groups/math_operators.html)
114+
* [Overlap Studies](func_groups/overlap_studies.md)
115+
* [Momentum Indicators](func_groups/momentum_indicators.md)
116+
* [Volume Indicators](func_groups/volume_indicators.md)
117+
* [Volatility Indicators](func_groups/volatility_indicators.md)
118+
* [Price Transform](func_groups/price_transform.md)
119+
* [Cycle Indicators](func_groups/cycle_indicators.md)
120+
* [Pattern Recognition](func_groups/pattern_recognition.md)
121+
* [Statistic Functions](func_groups/statistic_functions.md)
122+
* [Math Transform](func_groups/math_transform.md)
123+
* [Math Operators](func_groups/math_operators.md)
124124

125-
#### [Overlap Studies](func_groups/overlap_studies.html)
125+
#### [Overlap Studies](func_groups/overlap_studies.md)
126126

127127
```
128128
BBANDS Bollinger Bands
@@ -144,7 +144,7 @@ TRIMA Triangular Moving Average
144144
WMA Weighted Moving Average
145145
```
146146

147-
#### [Momentum Indicators](func_groups/momentum_indicators.html)
147+
#### [Momentum Indicators](func_groups/momentum_indicators.md)
148148

149149
```
150150
ADX Average Directional Movement Index
@@ -179,23 +179,23 @@ ULTOSC Ultimate Oscillator
179179
WILLR Williams' %R
180180
```
181181

182-
#### [Volume Indicators](func_groups/volume_indicators.html)
182+
#### [Volume Indicators](func_groups/volume_indicators.md)
183183

184184
```
185185
AD Chaikin A/D Line
186186
ADOSC Chaikin A/D Oscillator
187187
OBV On Balance Volume
188188
```
189189

190-
#### [Volatility Indicators](func_groups/volatility_indicators.html)
190+
#### [Volatility Indicators](func_groups/volatility_indicators.md)
191191

192192
```
193193
ATR Average True Range
194194
NATR Normalized Average True Range
195195
TRANGE True Range
196196
```
197197

198-
#### [Price Transform](func_groups/price_transform.html)
198+
#### [Price Transform](func_groups/price_transform.md)
199199

200200
```
201201
AVGPRICE Average Price
@@ -204,7 +204,7 @@ TYPPRICE Typical Price
204204
WCLPRICE Weighted Close Price
205205
```
206206

207-
#### [Cycle Indicators](func_groups/cycle_indicators.html)
207+
#### [Cycle Indicators](func_groups/cycle_indicators.md)
208208

209209
```
210210
HT_DCPERIOD Hilbert Transform - Dominant Cycle Period
@@ -214,7 +214,7 @@ HT_SINE Hilbert Transform - SineWave
214214
HT_TRENDMODE Hilbert Transform - Trend vs Cycle Mode
215215
```
216216

217-
#### [Pattern Recognition](func_groups/pattern_recognition.html)
217+
#### [Pattern Recognition](func_groups/pattern_recognition.md)
218218

219219
```
220220
CDL2CROWS Two Crows
@@ -280,7 +280,7 @@ CDLUPSIDEGAP2CROWS Upside Gap Two Crows
280280
CDLXSIDEGAP3METHODS Upside/Downside Gap Three Methods
281281
```
282282

283-
#### [Statistic Functions](func_groups/statistic_functions.html)
283+
#### [Statistic Functions](func_groups/statistic_functions.md)
284284

285285
```
286286
BETA Beta

docs/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ $ sudo make install
4747
> If you build ``TA-Lib`` using ``make -jX`` it will fail but that's OK!
4848
> Simply rerun ``make -jX`` followed by ``[sudo] make install``.
4949
50-
[Documentation Index](doc_index.html)
51-
[FLOAT_RIGHTNext: Using the Function API](func.html)
50+
[Documentation Index](doc_index.md)
51+
[FLOAT_RIGHTNext: Using the Function API](func.md)

0 commit comments

Comments
 (0)