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

Fix broken PDF format link and create UpdatedIndexforPDF.md #3856

Closed
wants to merge 1 commit into from

Conversation

Akshit222
Copy link

This pull request addresses several issues in the documentation related to PDF generation.
-Fixed broken PDF link in index.md.
-Created UpdatedIndexforPDF.md to serve as a clean version for PDF generation, avoiding HTML syntax issues present in the
original index.md.
-Addressed numerous broken links in index.md, which necessitated the creation of UpdatedIndexforPDF.md to ensure the PDF
documentation routes correctly.
-Enhanced the new UpdatedIndexforPDF.md to include underlines for text with attached links, improving usability.
-Plan to submit a separate pull request to fix all broken links in the original index.md.
-As this is my first pull request, I appreciate any feedback or suggestions for improvement.

   - Fixed broken PDF link in index.md.
   - Created UpdatedIndexforPDF.md to serve as a clean version for PDF
     generation, avoiding HTML syntax issues present in the original
     index.md.
   - Addressed numerous broken links in index.md, which necessitated the
     creation of UpdatedIndexforPDF.md to ensure the PDF documentation
     routes correctly.
   - Enhanced the new UpdatedIndexforPDF.md to include underlines for
     text with attached links, improving usability.
   - Plan to submit a separate pull request to fix all broken links
     in the original index.md.
@odow
Copy link
Member

odow commented Oct 22, 2024

Hi @Akshit222, the files in https://github.com/jump-dev/JuMP.jl/tree/master/docs/src are the input to the documentation build, not the output.

The documentation website gets built by running the script: https://github.com/jump-dev/JuMP.jl/blob/master/docs/make.jl in this CI job: https://github.com/jump-dev/JuMP.jl/blob/master/.github/workflows/documentation.yml

You can view the official documentation at https://jump.dev/JuMP.jl/stable/

You'll notice that the links etc all work correctly (including in the PDF, which is automatically built in CI).

If you have ideas for how we can improve the documentation please comment in #2348 and we can also chat about why things are the way they currently are.

Closing this PR as won't-fix.

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

Successfully merging this pull request may close these issues.

2 participants