Skip to content

Commit 3f1d072

Browse files
docs: Highlight migration guide and update URLs in README
Changes: - Added prominent migration guide callout near top of README - Updated Resources section with new docs structure URLs: - Tutorials: docs.datajoint.com/tutorials/ - How-To Guides: docs.datajoint.com/how-to/ - API Reference: docs.datajoint.com/reference/api/ - Migration Guide: docs.datajoint.com/how-to/migrate-from-0x/ - Organized Resources section with better formatting Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 9f7356d commit 3f1d072

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ DataJoint is a framework for scientific data pipelines based on the **Relational
99

1010
**Documentation:** https://docs.datajoint.com
1111

12+
> **📘 Upgrading from legacy DataJoint (pre-2.0)?**
13+
> See the **[Migration Guide](https://docs.datajoint.com/how-to/migrate-from-0x/)** for a step-by-step upgrade path.
14+
1215
<table>
1316
<tr>
1417
<td>PyPI</td>
@@ -72,9 +75,13 @@ conda install -c conda-forge datajoint
7275

7376
## Resources
7477

75-
- [Documentation & Tutorials](https://docs.datajoint.com)
76-
- [DataJoint Elements](https://datajoint.com/docs/elements/) — Example pipelines for neuroscience
77-
- [GitHub Discussions](https://github.com/datajoint/datajoint-python/discussions)
78+
- **[Documentation](https://docs.datajoint.com)** — Complete guides and reference
79+
- [Tutorials](https://docs.datajoint.com/tutorials/) — Learn by example
80+
- [How-To Guides](https://docs.datajoint.com/how-to/) — Task-oriented guides
81+
- [API Reference](https://docs.datajoint.com/reference/api/) — Complete API documentation
82+
- [Migration Guide](https://docs.datajoint.com/how-to/migrate-from-0x/) — Upgrade from legacy versions
83+
- **[DataJoint Elements](https://datajoint.com/docs/elements/)** — Example pipelines for neuroscience
84+
- **[GitHub Discussions](https://github.com/datajoint/datajoint-python/discussions)** — Community support
7885

7986
## Contributing
8087

0 commit comments

Comments
 (0)