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

manual: markdown support fixes and HTML fixes #4807

Merged
merged 7 commits into from
Dec 6, 2024

Conversation

neteler
Copy link
Member

@neteler neteler commented Dec 5, 2024

This PR addresses issues identified in #4748:

Manual pages:

  • fixes of broken HTML tags, href entries and broken URLs not converted properly
  • fix title of lib/btree2/btree2lib.dox

Markdown support in build system:

  • .html -> .md file extension fixes
  • replace white space in keyword anchors with dash (expected by mkdocs)
  • avoid white space in "topics" file names
  • avoid ":" in title (looks bad in side menu)
  • reorder mkdocs navigation menu and add missing entries (man/mkdocs/mkdocs.yml)

manual pages:
- fixes of broken HTML tags, href entries and broken URLs not converted properly

Markdown support in build system:
- `.html` -> `.md` fixes
- replace white space in keyword anchors with dash (expected by mkdocs)
- avoid ":" in title (looks ad in side menu)
- reorder mkdocs navigation menu and add missing entries (`man/mkdocs/mkdocs.yml`)
@neteler neteler added manual Documentation related issues Python Related code is in Python HTML Related code is in HTML docs markdown labels Dec 5, 2024
@neteler neteler added this to the 8.5.0 milestone Dec 5, 2024
@neteler neteler self-assigned this Dec 5, 2024
@github-actions github-actions bot added vector Related to vector data processing raster Related to raster data processing temporal Related to temporal data processing C Related code is in C libraries module imagery labels Dec 5, 2024
@github-actions github-actions bot added the GUI wxGUI related label Dec 6, 2024
@neteler neteler requested review from landam and wenzeslaus December 6, 2024 07:00
@neteler neteler requested a review from echoix December 6, 2024 15:04
raster/r.in.poly/r.in.poly.html Show resolved Hide resolved
raster/r.in.poly/r.in.poly.html Show resolved Hide resolved
@neteler neteler merged commit f3405fe into OSGeo:main Dec 6, 2024
26 checks passed
@neteler neteler deleted the manual_markdown_prep_fixes branch December 6, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C Related code is in C docs GUI wxGUI related HTML Related code is in HTML imagery libraries manual Documentation related issues markdown module Python Related code is in Python raster Related to raster data processing temporal Related to temporal data processing vector Related to vector data processing
Projects
Development

Successfully merging this pull request may close these issues.

2 participants