TorchDSP / torchsig

TorchSig is an open-source signal processing machine learning toolkit based on the PyTorch data handling pipeline.
MIT License
170 stars 38 forks source link

Fix RTD #155

Closed TorchDSP closed 1 year ago

TorchDSP commented 1 year ago

Summary

Previous import changes and code restructuring broke the RTD module references for datasets and transforms. This PR updates the rst files to account for these changes. Inspired by issue #150 .

Test Plan

Local verification with:

cd docs
make html

Then manually opened generated index.html file and all looks functional.

lboegner commented 1 year ago

@gvanhoy - can we merge this?

Note: this PR is solely a patch to quickly fix our broken RTD. Improvements to our RTD are being proposed separately in #157

Current RTD:

Current

Patched w/this PR:

Patched