Skip to content

Commit 6ce2bbc

Browse files
committed
Replace 'estimagic' by 'skillmodels' in docs where this was a copy & paste error.
1 parent 5487a6d commit 6ce2bbc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
autodoc_mock_imports = [
3939
"estimagic",
4040
"matplotlib",
41-
"estimagic",
4241
"jax",
4342
"numpy",
4443
"pandas",
@@ -116,7 +115,7 @@
116115

117116
html_logo = "_static/images/logo.svg"
118117

119-
html_theme_options = {"github_url": "https://github.com/OpenSourceEconomics/estimagic"}
118+
html_theme_options = {"github_url": "https://github.com/janosg/skillmodels"}
120119

121120
html_css_files = ["css/custom.css"]
122121

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Structure of the Documentation
2020
<div class="card-body flex-fill">
2121
<h5 class="card-title">Getting Started</h5>
2222
<p class="card-text">
23-
New users of estimagic should read this first
23+
New users of skillmodels should read this first
2424
</p>
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)