Commit 758b18b
Add prominent documentation links to README and package
## Changes
### README.md
- Added new "Documentation" section after API Key setup
- Includes direct links to:
- Main documentation site (pycancensus.readthedocs.io)
- Getting Started tutorial
- Working with Geographic Data tutorial
- Example Gallery
- API Reference
- R to Python Migration Guide
- Makes documentation discoverable before Quick Start examples
### pycancensus/__init__.py
- Added documentation URL to package docstring
- Appears when users do `help(pycancensus)` in Python
### Note
- pyproject.toml already had Documentation URL in project.urls
- Documentation badge already present in README badges section
## Impact
Users can now easily find comprehensive documentation from:
- GitHub README (new prominent section)
- Python help() command
- PyPI package page (via pyproject.toml)
- README badge
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 513af55 commit 758b18b
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
0 commit comments