Remove documentation references from README#77
Conversation
Removed documentation section from README.
There was a problem hiding this comment.
Pull request overview
This PR removes the "📚 Documentation" section from the README that provided links to the Model Card and Data Card documentation files. However, the removal is incomplete as references to these same documentation files remain elsewhere in the README.
Changes:
- Removed the "📚 Documentation" section from the README (lines 379-382)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --- | ||
|
|
||
| ## 📚 Documentation | ||
|
|
There was a problem hiding this comment.
The Documentation section is being removed here, but references to the same documentation files (docs/model_card.md and docs/data_card.md) still exist at the top of the README (lines 16-17). If the intent is to remove all documentation references, those links should also be removed. If the intent is to keep the header links but remove the section, then the current changes are incomplete.
| --- | ||
|
|
||
| ## 📚 Documentation | ||
|
|
There was a problem hiding this comment.
The Table of Contents at line 38 includes a link to the Documentation section (- Documentation), but this section is being removed. The Table of Contents entry should also be removed to maintain consistency.
Removed documentation section from README.