harvard-acc / smaug

SMAUG: Simulating Machine Learning Applications Using Gem5-Aladdin
https://harvard-acc.github.io/smaug_docs
BSD 3-Clause "New" or "Revised" License
97 stars 27 forks source link

docs: Add text to expose new operator in the smaug module. #87

Closed xyzsam closed 3 years ago

xyzsam commented 3 years ago

The last step of adding a new operator is to import it into the top level smaug module. Getting Sphinx to generate a link to the smaug autodoc section required adding additional docstrings and a dummy function (which isn't displayed anywhere on the documentation site).