-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add doc tests, make them pass. #2890
Merged
Merged
Conversation
This file contains 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
* push.yml * Added documentation step which installs [docs], checks links and builds documentation to find any errors. * Need to install to get all the dependencies, because p4a code is imported during doc generation. * Updated rest of checkout action versions to be consistent with new code. * apis.rst * http -> https * Disambiguated two modules with the same name. * buildoptions.rst * Corrected indenting * conf,py * Added language * Added two URLS to ignore that link-checker was failing even though they worked. * ext/sphinix_rtd_theme/* * Old theme did not work with Sphinx 7.0+. * Removed it from source control. Install the latest each time. * launcher.rst * This described an old feature that hasn't worked for years. Couldn't fix the links because the whole feature is gone now. Removed it. If the attempts to bring the feature back ever come to fruition, this can be restored and edited. * index.rst * Removed no-longer-existing anchor, * Removed launcher page * quickstart.rst * Removed launcher * recipe.rst * Fixed syntax error in rst. * services,rst * Fixed broken URL (and linked to project rather than bug-tracker.) * troubleshooting.rst * http->https * Link to English rather than Chinese web-sites. * setup.py * Add docs as extra.
misl6
requested changes
Sep 16, 2023
Just a note to say haven't forgotten this. On my to-do list to make the changes requested, |
Don't worry! |
One dead link, causing test to fail. Several permanent redirects where it is better to use the final destination. The rest
misl6
approved these changes
Nov 4, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you!
T-Dynamos
pushed a commit
to T-Dynamos/python-for-android
that referenced
this pull request
Nov 18, 2023
* Add doc tests, make them pass * push.yml * Added documentation step which installs [docs], checks links and builds documentation to find any errors. * Need to install to get all the dependencies, because p4a code is imported during doc generation. * Updated rest of checkout action versions to be consistent with new code. * apis.rst * http -> https * Disambiguated two modules with the same name. * buildoptions.rst * Corrected indenting * conf,py * Added language * Added two URLS to ignore that link-checker was failing even though they worked. * ext/sphinix_rtd_theme/* * Old theme did not work with Sphinx 7.0+. * Removed it from source control. Install the latest each time. * launcher.rst * This described an old feature that hasn't worked for years. Couldn't fix the links because the whole feature is gone now. Removed it. If the attempts to bring the feature back ever come to fruition, this can be restored and edited. * index.rst * Removed no-longer-existing anchor, * Removed launcher page * quickstart.rst * Removed launcher * recipe.rst * Fixed syntax error in rst. * services,rst * Fixed broken URL (and linked to project rather than bug-tracker.) * troubleshooting.rst * http->https * Link to English rather than Chinese web-sites. * setup.py * Add docs as extra. * Updated with review comments. * Fix broken links in documentation. One dead link, causing test to fail. Several permanent redirects where it is better to use the final destination. The rest
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.
push.yml
apis.rst
buildoptions.rst
conf.py
ext/sphinix_rtd_theme/*
launcher.rst
index.rst
quickstart.rst
recipe.rst
services,rst
troubleshooting.rst
setup.py