pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem
https://sparse.pydata.org
BSD 3-Clause "New" or "Revised" License
604 stars 127 forks source link

docs: Run python files under tutorials #729

Closed DeaMariaLeon closed 3 months ago

DeaMariaLeon commented 3 months ago

What type of PR is this? (check all applicable)

Related issues

Checklist


Please explain your changes below.

Work in progress: Only docs/examples/elemwise_example.py has been added the path to utils.py (needs to be added on all py files under tutorials). But I'm checking if this works on RTD.

The content sparse/examples needed to be copied under docs directory for mkdocs to work.