Skip to content

Commit

Permalink
testing if modifying settings.ini fixes source code links
Browse files Browse the repository at this point in the history
  • Loading branch information
tktran11 committed Nov 10, 2023
1 parent efa784e commit bdd7cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nbs_path = .
doc_path = _docs

# Whether to look for library notebooks recursively in the `nbs_path` dir
recursive = False
recursive = True

# Anything shown as '%(...)s' is substituted with that setting automatically
doc_host = https://%(user)s.github.io
Expand All @@ -53,7 +53,7 @@ doc_baseurl = /%(lib_name)s/
# For Enterprise Github pages docs use:
# doc_baseurl = /%(repo_name)s/%(lib_name)s/

git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
git_url = https://github.com/%(user)s/%(lib_name)s/
# For Enterprise Github use:
#git_url = https://github.%(company_name)s.com/%(repo_name)s/%(lib_name)s/tree/%(branch)s/

Expand Down
2 changes: 1 addition & 1 deletion treets/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
d = { 'settings': { 'branch': 'master',
'doc_baseurl': '/treets/',
'doc_host': 'https://FleischerResearchLab.github.io',
'git_url': 'https://github.com/FleischerResearchLab/treets/tree/master/',
'git_url': 'https://github.com/FleischerResearchLab/treets/',
'lib_path': 'treets'},
'syms': { 'treets.core': { 'treets.core.FoodParser': ('core.html#foodparser', 'treets/core.py'),
'treets.core.FoodParser.__init__': ('core.html#foodparser.__init__', 'treets/core.py'),
Expand Down

0 comments on commit bdd7cdd

Please sign in to comment.