Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDX-9727 Fix FIXTHIS #76

Merged
merged 4 commits into from
Apr 15, 2024
Merged

HDX-9727 Fix FIXTHIS #76

merged 4 commits into from
Apr 15, 2024

Conversation

IanHopkinson
Copy link
Collaborator

@IanHopkinson IanHopkinson commented Apr 13, 2024

This PR fixes the FIXTHIS placeholder for URLs found in documentation of the API. There are two types of instance of this, one where a reference is made to other content in the API docs - these are replaced with relative links with a target="_blank" attribute to make them open in a separate browser tab.

The second type of instance is a reference to a overview/summary in the readthedocs documentation. These are implemented by adding an entry to the config object which is re-used as required. Sometimes this is in docstrings, this is implemented by an assignment to [func].__doc__ so that f-string formatting can be used. It may be preferrable to make these updates in the conventional docstring as a simple search and replace.

At some point instances of placeholder.url will need to be replaced - these are all found in Markdown files so a simple search and replace should be sufficient.

@alexandru-m-g alexandru-m-g merged commit 1895965 into main Apr 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants