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

Do not add -src suffix to links in HTML when running juvix html #1429

Merged
merged 1 commit into from
Aug 2, 2022

Conversation

paulcadman
Copy link
Collaborator

The juvix internal doc command generates 2 files per Juvix module.
One for the main documentation and one for the HTML source file.
The HTML source file is given the prefix -src and so links have this
prefix.

However when HTML is generated using juvix html only one file is
generated per Juvix module. The filenames do not have the -src suffix
and so the links should not have this suffix either.

Closes #1428

The `juvix internal doc` command generates 2 files per Juvix module.
One for the main documentation and one for the HTML source file.
The HTML source file is given the prefix `-src` and so links have this
prefix.

However when HTML is generated using `juvix html` only one file is
generated per Juvix module. The filenames do not have the `-src` suffix
and so the links should not have this suffix either.
@paulcadman paulcadman added the html label Aug 2, 2022
@paulcadman paulcadman added this to the 0.2.3 milestone Aug 2, 2022
@paulcadman paulcadman self-assigned this Aug 2, 2022
@paulcadman paulcadman linked an issue Aug 2, 2022 that may be closed by this pull request
@jonaprieto jonaprieto merged commit d6034ba into main Aug 2, 2022
@jonaprieto jonaprieto deleted the html-links-1428 branch August 2, 2022 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import statement links in HTML output are broken
2 participants