-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
[doc] Fix broken links. #7341
[doc] Fix broken links. #7341
Conversation
233d041
to
50bc97e
Compare
Codecov Report
@@ Coverage Diff @@
## master #7341 +/- ##
=======================================
Coverage 83.68% 83.68%
=======================================
Files 13 13
Lines 3885 3885
=======================================
Hits 3251 3251
Misses 634 634
Continue to review full report at Codecov.
|
doc/contrib/release.rst
Outdated
@@ -25,6 +25,6 @@ Making a Release | |||
4. Create a tag on release branch, either on GitHub or locally. | |||
5. Make a release on GitHub tag page, which might be done with previous step if the tag is created on GitHub. | |||
6. Submit pip, CRAN, and Maven packages. | |||
- The pip package is maintained by [Hyunsu Cho](http://hyunsu-cho.io/) and [Jiaming Yuan](https://github.com/trivialfis). There's a helper script for downloading pre-built wheels on ``xgboost/dev/release-pypi.py`` along with simple instructions for using ``twine``. | |||
- The pip package is maintained by [Hyunsu Cho](https://github.com/hcho3) and [Jiaming Yuan](https://github.com/trivialfis). There's a helper script for downloading pre-built wheels on ``xgboost/dev/release-pypi.py`` along with simple instructions for using ``twine``. |
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.
The links should be reformatted using the RST syntax.
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.
Done. Along with some more small formating issues fixed.
50bc97e
to
f57f751
Compare
* Fix most of the link checks from sphinx. * Remove duplicate explicit target name.
Some page anchors created by Github markdown and Apache Spark API references are considered as broken by sphinx, so I can't run the linkcheck on CI yet. See sphinx-doc/sphinx#9016 for details.