We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a35e9f commit 7dbdcbfCopy full SHA for 7dbdcbf
pyproject.toml
@@ -72,7 +72,7 @@ dependencies = [
72
73
[project.urls]
74
Homepage = "https://github.com/VIDA-NYU/UrbanMapper"
75
-Documentation = "https://github.com/VIDA-NYU/UrbanMapper#%EF%B8%8F-urban-layers-currently-supported"
+Documentation = "https://urbanmapper.readthedocs.io/en/latest/"
76
Changelog = "https://github.com/VIDA-NYU/UrbanMapper/blob/main/CHANGELOG.md"
77
Repository = "https://github.com/VIDA-NYU/UrbanMapper"
78
Issues = "https://github.com/VIDA-NYU/UrbanMapper/issues"
@@ -120,4 +120,5 @@ dev = [
120
"mkdocs-jupyter>=0.25.1",
121
"pymdown-extensions>=10.14.3",
122
"mkdocs-material[emoji,imaging]>=9.6.11",
123
+ "mkdocs-mermaid2-plugin>=1.2.1",
124
]
0 commit comments