Skip to content

Commit f84697c

Browse files
Fix broken documentation links (closes #1)
Replace dead readthedocs.io link with GitHub README anchor. Documentation is currently inline in README — dedicated docs site will be set up in a future release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 54e9433 commit f84697c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pytest
214214
author={Wang, Bryce},
215215
year={2025},
216216
url={https://github.com/brycewang-stanford/statspai},
217-
version={0.1.0}
217+
version={0.2.0}
218218
}
219219
```
220220

@@ -224,4 +224,4 @@ MIT License. See [LICENSE](LICENSE).
224224

225225
---
226226

227-
[GitHub](https://github.com/brycewang-stanford/statspai) · [PyPI](https://pypi.org/project/StatsPAI/) · [Documentation](https://statspai.readthedocs.io/) · [CoPaper.AI](https://copaper.ai)
227+
[GitHub](https://github.com/brycewang-stanford/statspai) · [PyPI](https://pypi.org/project/StatsPAI/) · [User Guide](https://github.com/brycewang-stanford/statspai#quick-example) · [CoPaper.AI](https://copaper.ai)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ plotting = [
7474

7575
[project.urls]
7676
Homepage = "https://github.com/brycewang-stanford/statspai"
77-
Documentation = "https://statspai.readthedocs.io/"
77+
Documentation = "https://github.com/brycewang-stanford/statspai#quick-example"
7878
Repository = "https://github.com/brycewang-stanford/statspai"
7979
"Bug Reports" = "https://github.com/brycewang-stanford/statspai/issues"
8080

0 commit comments

Comments
 (0)