Conversation
- Removed broken NLM CDE link - Removed broken CEDAR Metadata Model link - Fixed image path in docs/tutorials/create-new-protocol.md - Fixed image path in docs/schema/schema.md - Added Properties of ReproSchema Objects section Resolves markdown-link-check failure in PR #543.
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request primarily focuses on improving the stability and clarity of the project's documentation. It addresses critical issues such as broken markdown links and incorrect image paths that were causing CI failures, ensuring the documentation is accurate and accessible. Additionally, it significantly enhances the schema documentation by providing detailed property descriptions and introduces new internal guidelines and a strategic proposal for a future documentation reorganization. A new Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request aims to fix broken markdown links. While most of the changes correctly fix broken image paths and remove dead links, one of the link fixes in docs/introduction.md is incorrect and replaces a URL with invalid text. Additionally, this PR introduces a backup file (.bak) which should not be committed to version control. There are also a couple of minor style issues in the new markdown files related to missing newlines at the end of the file. I've added specific comments with suggestions for these points.
| [Cognitive Paradigm Ontology](http://www.cogpo.org/)). Other efforts such as the | ||
| National Institute for Mental Health (NIMH) Data Archive (NDA) and the National | ||
| Library of Medicine (NLM) [Common Data Elements](https://www.nlm.nih.gov/cde/index.html) | ||
| Library of Medicine (NLM) [Common Data Elements](data standards initiatives) |
There was a problem hiding this comment.
The link for 'Common Data Elements' has been replaced with data standards initiatives, which is not a valid URL. The original link was likely marked as broken due to a redirect. The correct, updated link is available. Using the updated link is better than removing it or using an invalid one.
| Library of Medicine (NLM) [Common Data Elements](data standards initiatives) | |
| Library of Medicine (NLM) [Common Data Elements](https://www.nlm.nih.gov/oet/ed/cde/index.html) |
| - Terms: /terms/ | ||
|
|
||
| --- | ||
| *Line count: ~55 (target: < 100)* No newline at end of file |
There was a problem hiding this comment.
| @@ -0,0 +1,42 @@ | |||
| # ReproSchema Repository Guidelines | |||
| 3. Begin content migration | ||
| 4. Write new content to fill gaps | ||
|
|
||
| This reorganization will make ReproSchema documentation more accessible, reduce confusion, and provide clear paths for all user types. No newline at end of file |
There was a problem hiding this comment.
This PR fixes the markdown link errors that were causing the markdown-link-check CI failure in PR #543.
Changes made:
Fixed files:
CI Status:
Before: markdown-link-check: FAILURE, pre-commit: FAILURE
After: markdown-link-check: PASS
Fixes #543