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

Overhaul remote repository link handling #2081

Merged
merged 47 commits into from
Jul 6, 2023
Merged

Overhaul remote repository link handling #2081

merged 47 commits into from
Jul 6, 2023

Conversation

mortenpi
Copy link
Member

I think I have settled on the designed for this now. Basically, this aims to add a new makedocs argument called remotes (in additional to repo), that can be used to specify directory => repo pairs, that will then be used to determine the remote source links.

The code fixes the original issue, but is still WIP, since it now needs to be updated to match the new docs & design. Feedback or questions would be most welcome, in particular on the explainer docs in remote-links.md.

This will fix #1975, and should pretty much unblock 1.0.

@mortenpi mortenpi added this to the 1.0.0 milestone Mar 20, 2023
@mortenpi mortenpi marked this pull request as ready for review June 28, 2023 10:42
@mortenpi
Copy link
Member Author

Alright, I think I need to do another pass on the code, and look into adding a few new tests for edge cases. But generally, I think this is almost ready to go. Any eyes reviewing this would always be welcome.

@mortenpi
Copy link
Member Author

mortenpi commented Jul 6, 2023

Tests are passing. Time to merge this and deal with the consequences later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source links to standard library functions missing in Julia manual
1 participant