doc: Fix libpython getting-started links#7581
Open
nkgotcode wants to merge 1 commit into
Open
Conversation
Member
|
Also see #7526 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #7451.
This updates the links to the Python introduction and Jupyter introduction from the libpython getting-started page. The linked generated manual pages are one directory above the libpython page, so the links need to use
../.Motivation and context
The current links resolve under
manuals/libpython/, where those generated manual pages do not exist. The target pages exist atmanuals/python_intro.htmlandmanuals/jupyter_intro.html.How has this been tested?
Validated the relative URL resolution and confirmed that both manual source files exist:
Confirmed the published target pages are available:
Checked the patch formatting:
The full Sphinx documentation build was not run locally because this checkout does not have the generated build configuration file required by
make -C python/grass/docs checksphinx.Screenshots (if appropriate)
N/A
Types of changes
functionality to not work as before)
Checklist
pre-defined prefixes
of this project.