What did you find confusing? Please describe.
Multiple issues are being reported for XGBoost functions for the changed functionality with retrieving images. The documentation states that get_image_uri (and many other functions) have been deprecated. However, these functions have actually been removed in v2 and fail when used. (See definition of deprecation)
Describe how documentation can be improved
Update the v2 documentation to clearly state that the breaking change functionality have been removed. Additionally, examples of how a v1 function call can be replaced with equivalent v2 function call would be helpful for the transition.