Closed RAMitchell closed 3 weeks ago
@RAMitchell I can work on this.
Example: https://rapidsai.github.io/legate-boost/README.html#probabilistic-regression
The site has
<img src="/_static/examples/batch_training.png" alt="drawing" width="600"/>
but I think that needs to be a relative link like
<img src="_static/examples/batch_training.png" alt="drawing" width="600"/>
I see similar relative links that are working further down in the source (view-source:https://rapidsai.github.io/legate-boost/README.html#probabilistic-regression), e.g.
<script src="[_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b](https://rapidsai.github.io/legate-boost/_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b)"></script>
Our examples folder has been included in the docs page, however the images don't render correctly.
This needs some tidying up.