[functorch] Add Tutorials to docs build (pytorch/functorch#367)

This commit is contained in:
Richard Zou
2021-12-29 12:09:41 -05:00
committed by Jon Janzen
parent fd4d82ee0d
commit e73417d2ac
6 changed files with 14 additions and 1 deletions

View File

@ -8,7 +8,6 @@ functorch/_C.so
t.py
.vscode/
ccache.sh
*.ipynb
docs/build
docs/src
docs/source/generated

View File

@ -0,0 +1 @@
../../notebooks/ensembling.ipynb

View File

@ -37,3 +37,4 @@ For a whirlwind tour of how to use the transforms, please check out `this sectio
Install <install>
functorch API Reference <functorch>
Tutorials <tutorials>

View File

@ -0,0 +1 @@
../../notebooks/jacobians_hessians.ipynb

View File

@ -0,0 +1 @@
../../notebooks/per_sample_grads.ipynb

View File

@ -0,0 +1,10 @@
####################
Tutorials
####################
.. toctree::
:maxdepth: 2
ensembling
per_sample_grads
jacobians_hessians