Fix/remove use of GitHub-hosted figures#38
Merged
andresTabiTuwien merged 1 commit intonextfrom Feb 2, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates documentation to avoid using GitHub-hosted/raw URLs for embedded figures (mitigating intermittent 429/rate-limit build failures) and standardizes one diagram include to use .. figure::.
Changes:
- Added the RDA DMP Common Standard v1.2 diagram image to the repo and updated the DMP Common Standard doc to reference it locally.
- Updated the FAIR Test Results Vocabulary doc to use a local figure and switched from
.. image::to.. figure::. - Reduced reliance on external GitHub-hosted assets by pointing figure directives at checked-in files.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/commons/dmp/maDMP-diagram-v1.2.png | Adds the diagram asset to be referenced locally instead of via raw GitHub URLs. |
| docs/commons/dmp/dmp-common-standard.rst | Updates the figure directive to use the new local PNG file. |
| docs/commons/FAIR/FAIR-Test-Results-Vocabulary-FTR.rst | Switches to .. figure:: and references the local diagram image instead of a GitHub-hosted URL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
andresTabiTuwien
approved these changes
Feb 2, 2026
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.
.. image::directive inconsistently with others that use.. figure::.