We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db02cdb commit 4a5bbe2Copy full SHA for 4a5bbe2
2 files changed
mkdocs.yml
@@ -1,7 +1,7 @@
1
site_name: optpricing
2
site_author: Diljit Singh
3
site_description: "A Python library for quantitative finance and option pricing."
4
-site_url: https://diljit22.github.io/quantfin/
+site_url: https://diljit22.github.io/quantFin/
5
6
repo_url: https://github.com/diljit22/quantfin
7
repo_name: diljit22/quantfin
pyproject.toml
@@ -53,7 +53,7 @@ dev = [
53
]
54
55
[project.urls]
56
-"Homepage" = "https://diljit22.github.io/quantfin/"
+"Homepage" = "https://diljit22.github.io/quantFin/"
57
58
[project.scripts]
59
optpricing = "optpricing.cli.main:app"
0 commit comments