Commit Graph

10 Commits

Author SHA1 Message Date
Richard Zou
3d9fd060f4 [functorch] Add more details to the functorch install page (#86823)
Added some details about:
- `pip uninstall functorch` being helpful if there are problems
- `pip install functorch` still working for BC reasons.

Test Plan:
- wait for docs preview
Pull Request resolved: https://github.com/pytorch/pytorch/pull/86823
Approved by: https://github.com/samdow
2022-10-13 14:53:04 +00:00
Richard Zou
48b3582e28 [functorch] Update install instructions in docs (#85854)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85854
Approved by: https://github.com/samdow
2022-09-29 20:00:31 +00:00
Richard Zou
2e5c837abf [functorch] We support windows 2022-07-21 13:41:36 -07:00
Richard Zou
1682996616 [functorch] Update functorch install instructions 2022-07-21 13:41:26 -07:00
Richard Zou
664cd284c5 [functorch] Docs website modification (pytorch/functorch#563)
I modified the docs website:
- It has a new install page which we'll fill out l ater
- It has a new "whirlwind tour" section with is just our README
copy-pasted
- It has a "UX Limitations" section describing arbitrary python
mutation, in-place operations, and control flow.

Please let me know if you think anything else should be here.

Future work:
- I'm going to put up a table of what operators we have support for and
which ones we don't, autogenerated via OpInfo
2022-07-21 13:41:25 -07:00
Richard Zou
565365baaf [functorch] GHA docs build; nbsphinx -> myst-nb (pytorch/functorch#517) 2022-07-21 13:41:22 -07:00
Richard Zou
5cd8af24ee [functorch] Add instructions on how to do the functorch docs deploy 2022-07-21 13:41:10 -07:00
Richard Zou
cc735edf23 [functorch] Link readme from install.rst 2022-07-21 13:41:10 -07:00
Richard Zou
f811613e2d [functorch] Update README with install instructions 2022-07-21 13:41:10 -07:00
Richard Zou
24a91e4115 [functorch] Docs build (pytorch/functorch#227)
cd into docs/ and run `make html` and view the html in build/html
2022-07-21 13:41:09 -07:00