Enhance specs index with reading order and cross-references#115
Closed
dimitri-yatsenko wants to merge 3 commits into
Closed
Enhance specs index with reading order and cross-references#115dimitri-yatsenko wants to merge 3 commits into
dimitri-yatsenko wants to merge 3 commits into
Conversation
- Fixed llms.txt manual reference from migrate-from-0x to migrate-to-v20 - Regenerated llms-full.txt to pick up all corrected migration guide links from PR #107 - Verified no remaining broken internal links in LLM documentation files
Addresses gap identified in cohesion review (COHESION-REVIEW.md Issue #7): - Users don't understand spec dependencies - No guidance on reading order - Missing links to related how-to/explanation pages Enhancements: 1. How to Use These Specifications section: - Clear guidance for new users (start with tutorials) - For implementers (use specs as authoritative sources) - For debugging (clarify ambiguous behavior) 2. Reading Order section: - Foundation (3 specs - start here) - Branching paths: Query Algebra, Data Operations, Object Storage - Prerequisites listed for each path - Advanced topics (master-part, virtual schemas) 3. Enhanced specification tables: - Added Prerequisites column (shows dependencies) - Added Related How-To column (links to practical guides) - Added Related Explanation column (links to conceptual docs) - Key concepts summary for each topic 4. Clear progression paths: - Foundation → choose based on needs - Prerequisites prevent getting lost - Related docs provide context and practical application Cross-references added: - 15+ how-to guide links - 10+ explanation links - All prerequisites documented Impact: - Users understand which specs to read first - Clear path from basics to advanced - Easy navigation to related practical/conceptual docs - Prevents reading specs in wrong order Fixes: COHESION-REVIEW.md Issue #7 (Medium Priority)
This was referenced Jan 14, 2026
Member
Author
|
Consolidated into #119 - Documentation Cohesion Review: Comprehensive Improvements for DataJoint 2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enhances the reference specifications index with clear reading order, prerequisites, and cross-references to related documentation.
Problem
From cohesion review (COHESION-REVIEW.md Issue #7, Medium Priority):
Solution
Comprehensive enhancement of
reference/specs/index.md:1. How to Use These Specifications
Three user personas:
2. Reading Order Section
Foundation (Start Here):
Then branch based on needs:
Each path shows:
3. Enhanced Specification Tables
New columns:
Key concepts summary: Brief overview of main topics for each category
4. Complete Cross-References
15+ how-to guide links:
10+ explanation links:
All prerequisites documented:
Example Enhancement
Before (Simple List)
After (Rich Context)
Plus key concepts: Restriction (
&,-), projection, join, aggregation, universal setUser Impact
Before (Confusion)
After (Clarity)
Navigation Improvements
Reading progression:
Each spec now shows:
Related
datajoint/datajoint-elementsrepository #7 (Medium Priority)