Skip to content

Commit 7e1fec8

Browse files
fix links to source code (in docs)
1 parent 7405c97 commit 7e1fec8

File tree

19 files changed

+44
-37
lines changed

19 files changed

+44
-37
lines changed

.DS_Store

0 Bytes
Binary file not shown.

ahead/.DS_Store

0 Bytes
Binary file not shown.

docs/autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def generate(dest_dir):
3838

3939
doc_generator = keras_autodoc.DocumentationGenerator(
4040
PAGES,
41-
'https://github.com/Techtonique/ahead',
41+
'https://github.com/Techtonique/ahead_python/blob/main',
4242
template_dir,
4343
#ahead_dir / 'examples'
4444
)

docs/site/documentation/armagarch/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
<h1 id="arma1-1-garch1-1">ARMA(1, 1)-GARCH(1, 1)</h1>
132132
<p><em>ARMA(1, 1)-GARCH(1, 1) model</em></p>
133-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/ARMAGARCH/ArmaGarch.py#L46">[source]</a></span></p>
133+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/ARMAGARCH/ArmaGarch.py#L46">[source]</a></span></p>
134134
<h3 id="armagarch">ArmaGarch</h3>
135135
<pre><code class="language-python">ahead.ARMAGARCH.ArmaGarch.ArmaGarch(
136136
h=5, level=95, B=250, cl=1, dist=&quot;student&quot;, seed=123, date_formatting=&quot;original&quot;
@@ -191,7 +191,7 @@ <h3 id="armagarch">ArmaGarch</h3>
191191
forecasting simulations
192192
</code></pre>
193193
<hr />
194-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/ARMAGARCH/ArmaGarch.py#L135">[source]</a></span></p>
194+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/ARMAGARCH/ArmaGarch.py#L135">[source]</a></span></p>
195195
<h3 id="forecast">forecast</h3>
196196
<pre><code class="language-python">ArmaGarch.forecast(df)
197197
</code></pre>

docs/site/documentation/basicforecaster/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
<h1 id="basicforecaster">BasicForecaster</h1>
132132
<p><em>Basic forecasting functions for multivariate time series (mean, median, random walk)</em></p>
133-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/Basic/BasicForecaster.py#L45">[source]</a></span></p>
133+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/Basic/BasicForecaster.py#L45">[source]</a></span></p>
134134
<h3 id="basicforecaster_1">BasicForecaster</h3>
135135
<pre><code class="language-python">ahead.Basic.BasicForecaster.BasicForecaster(
136136
h=5, level=95, method=&quot;mean&quot;, type_pi=&quot;gaussian&quot;, B=100, date_formatting=&quot;original&quot;, seed=123
@@ -211,7 +211,7 @@ <h3 id="basicforecaster_1">BasicForecaster</h3>
211211
print(r1.result_dfs_)
212212
</code></pre>
213213
<hr />
214-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/Basic/BasicForecaster.py#L156">[source]</a></span></p>
214+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/Basic/BasicForecaster.py#L156">[source]</a></span></p>
215215
<h3 id="forecast">forecast</h3>
216216
<pre><code class="language-python">BasicForecaster.forecast(df)
217217
</code></pre>

docs/site/documentation/dynamicregressor/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
<h1 id="dynamicregressor">DynamicRegressor</h1>
132132
<p><em>Dynamic Regression model adapted from R's forecast::nnetar</em></p>
133-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/DynamicRegressor/DynamicRegressor.py#L44">[source]</a></span></p>
133+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/DynamicRegressor/DynamicRegressor.py#L44">[source]</a></span></p>
134134
<h3 id="dynamicregressor_1">DynamicRegressor</h3>
135135
<pre><code class="language-python">ahead.DynamicRegressor.DynamicRegressor.DynamicRegressor(
136136
h=5, level=95, type_pi=&quot;E&quot;, date_formatting=&quot;original&quot;
@@ -197,7 +197,7 @@ <h3 id="dynamicregressor_1">DynamicRegressor</h3>
197197
print(d1.result_df_)
198198
</code></pre>
199199
<hr />
200-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/DynamicRegressor/DynamicRegressor.py#L129">[source]</a></span></p>
200+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/DynamicRegressor/DynamicRegressor.py#L129">[source]</a></span></p>
201201
<h3 id="forecast">forecast</h3>
202202
<pre><code class="language-python">DynamicRegressor.forecast(df)
203203
</code></pre>

docs/site/documentation/eat/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
<h1 id="eat">EAT</h1>
132132
<p><em>EAT (ETS, auto.arima, Theta) model</em></p>
133-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/EAT/EAT.py#L46">[source]</a></span></p>
133+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/EAT/EAT.py#L46">[source]</a></span></p>
134134
<h3 id="eat_1">EAT</h3>
135135
<pre><code class="language-python">ahead.EAT.EAT.EAT(
136136
h=5,
@@ -204,7 +204,7 @@ <h3 id="eat_1">EAT</h3>
204204
print(e1.result_df_)
205205
</code></pre>
206206
<hr />
207-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/EAT/EAT.py#L144">[source]</a></span></p>
207+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/EAT/EAT.py#L144">[source]</a></span></p>
208208
<h3 id="forecast">forecast</h3>
209209
<pre><code class="language-python">EAT.forecast(df)
210210
</code></pre>

docs/site/documentation/ridge2regressor/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
<h1 id="ridge2regressor">Ridge2Regressor</h1>
132132
<p><em>Random Vector functional link network model with 2 regularization parameters</em></p>
133-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/Ridge2/Ridge2Regressor.py#L45">[source]</a></span></p>
133+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/Ridge2/Ridge2Regressor.py#L45">[source]</a></span></p>
134134
<h3 id="ridge2regressor_1">Ridge2Regressor</h3>
135135
<pre><code class="language-python">ahead.Ridge2.Ridge2Regressor.Ridge2Regressor(
136136
h=5,
@@ -251,7 +251,7 @@ <h3 id="ridge2regressor_1">Ridge2Regressor</h3>
251251
print(r1.result_dfs_)
252252
</code></pre>
253253
<hr />
254-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/Ridge2/Ridge2Regressor.py#L198">[source]</a></span></p>
254+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/Ridge2/Ridge2Regressor.py#L198">[source]</a></span></p>
255255
<h3 id="forecast">forecast</h3>
256256
<pre><code class="language-python">Ridge2Regressor.forecast(df)
257257
</code></pre>

docs/site/documentation/var/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
<h1 id="var">VAR</h1>
132132
<p><em>Vector AutoRegressive model</em></p>
133-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/VAR/VAR.py#L45">[source]</a></span></p>
133+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/VAR/VAR.py#L45">[source]</a></span></p>
134134
<h3 id="var_1">VAR</h3>
135135
<pre><code class="language-python">ahead.VAR.VAR.VAR(h=5, level=95, lags=1, type_VAR=&quot;none&quot;, date_formatting=&quot;original&quot;)
136136
</code></pre>
@@ -200,7 +200,7 @@ <h3 id="var_1">VAR</h3>
200200
print(v1.result_dfs_)
201201
</code></pre>
202202
<hr />
203-
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead/ahead/VAR/VAR.py#L144">[source]</a></span></p>
203+
<p><span style="float:right;"><a href="https://github.com/Techtonique/ahead_python/blob/main/ahead/VAR/VAR.py#L144">[source]</a></span></p>
204204
<h3 id="forecast">forecast</h3>
205205
<pre><code class="language-python">VAR.forecast(df)
206206
</code></pre>

docs/site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,6 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
298298
</html>
299299

300300
<!--
301-
MkDocs version : 1.2.3
302-
Build Date UTC : 2022-02-21 15:13:55.714457+00:00
301+
MkDocs version : 1.3.1
302+
Build Date UTC : 2022-08-21 12:32:32.917179+00:00
303303
-->

0 commit comments

Comments
 (0)