rapidsai / legate-boost

GBM implementation on Legate
https://rapidsai.github.io/legate-boost/
Apache License 2.0
8 stars 8 forks source link

Examples rendering incorrectly in docs #150

Closed RAMitchell closed 3 weeks ago

RAMitchell commented 2 months ago

Our examples folder has been included in the docs page, however the images don't render correctly.

This needs some tidying up.

jameslamb commented 2 months ago

@RAMitchell I can work on this.

jameslamb commented 3 weeks ago

Example: https://rapidsai.github.io/legate-boost/README.html#probabilistic-regression

Image

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>