Skip to content

Commit

Permalink
fix: git url
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Nov 2, 2022
1 parent d571b70 commit 3eb539e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nbs/nbdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ website:
site-url: "https://Nixtla.github.io/statsforecast/"
description: "Time series forecasting suite using statistical models"
repo-branch: main
repo-url: "https://github.com/Nixtla/statsforecast/tree/main/"
repo-url: "https://github.com/Nixtla/statsforecast/"
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ doc_path = _docs
recursive = True
doc_host = https://%(user)s.github.io
doc_baseurl = /%(lib_name)s/
git_url = https://github.com/%(user)s/statsforecast/tree/%(branch)s/
git_url = https://github.com/%(user)s/statsforecast/
lib_path = %(lib_name)s
title = %(lib_name)s
black_formatting = True
Expand Down
2 changes: 1 addition & 1 deletion statsforecast/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
d = { 'settings': { 'branch': 'main',
'doc_baseurl': '/statsforecast/',
'doc_host': 'https://Nixtla.github.io',
'git_url': 'https://github.com/Nixtla/statsforecast/tree/main/',
'git_url': 'https://github.com/Nixtla/statsforecast/',
'lib_path': 'statsforecast'},
'syms': { 'statsforecast.adapters.prophet': { 'statsforecast.adapters.prophet.AutoARIMAProphet': ( 'adapters.prophet.html#autoarimaprophet',
'statsforecast/adapters/prophet.py'),
Expand Down

0 comments on commit 3eb539e

Please sign in to comment.