Kazuaki Ishizaki
a3d495bd4e
Fix typos under functorch directory ( #87663 )
...
This PR fixes typos in `.md` and `.rst` files under functorch directory
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87663
Approved by: https://github.com/kit1980
2022-10-25 21:50:02 +00:00
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
937d677d9f
Add version selector back to functorch docs ( #86602 )
...
I accidentally deleted it in
https://github.com/pytorch/pytorch/pull/85856/ . This brings the version
selector back.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/86602
Approved by: https://github.com/samdow
2022-10-11 14:49:42 +00:00
Richard Zou
50000f3cdc
Align functorch docs with PyTorch's ( #85856 )
...
This PR:
- changes the header/footer to be the same as PyTorch docs
- removes the functorch logo (we don't need it anymore, functorch has
been adopted into PyTorch)
- adjusts the functorch docs to make it clear that the page is functorch
documentation.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85856
Approved by: https://github.com/svekars , https://github.com/samdow
2022-09-29 20:00:34 +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
Brian Hirsh
913f5784d7
move functionalize out of experimental namespace ( #85742 )
...
Did a very quick sanity check - it looks like functorch docs don't get the nice preview link that pytofch-bot gives for normal pytorch docs, so I built locally and scanned `html/generated/functorch.functionalize.html`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85742
Approved by: https://github.com/zou3519
2022-09-28 20:56:14 +00:00
Matthew LeMay
62786a09d3
Fix indentation in functorch limitations docs ( #85346 )
...
Fixes a minor indentation error in the `functorch` UX limitations documentation.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/85346
Approved by: https://github.com/kit1980
2022-09-20 19:11:30 +00:00
Richard Zou
f42ed3f98f
Turn on linting for functorch ( #81987 )
...
Test Plan:
- wait for CI
Pull Request resolved: https://github.com/pytorch/pytorch/pull/81987
Approved by: https://github.com/samdow
2022-07-25 14:36:22 +00:00
Richard Zou
2e5c837abf
[functorch] We support windows
2022-07-21 13:41:36 -07:00
Richard Zou
3182642b2c
[functorch] Beef up transform limitations doc ( pytorch/functorch#879 )
...
I want to be able to point someone at this page whenever we get asked
about the limitations of vmap. Please let me know if there are things
we're still missing from here
2022-07-21 13:41:36 -07:00
Brian Hirsh
512a22c55f
[functorch] docs for functionalize ( pytorch/functorch#874 )
...
ghstack-source-id: c27a88652778950edb2f3bfcae482a0b8e6243ac
Pull Request resolved: https://github.com/pytorch/functorch/pull/876
2022-07-21 13:41:35 -07:00
Richard Zou
647882bf19
[functorch] In ux_limitations: use "elements" instead of "memory"
...
To avoid any confusion. Previously the messaging about in-place operations
was ambiguous and could have been taken to mean "you need more memory",
which is not the case.
Fixes https://github.com/pytorch/functorch/issues/604
2022-07-21 13:41:29 -07:00
Richard Zou
b2f03d7f7d
[functorch] Better intro to functorch ( pytorch/functorch#688 )
...
For our docs landing page.
Fixes https://github.com/pytorch/functorch/issues/605
2022-07-21 13:41:29 -07:00
Richard Zou
bdc306569b
[functorch] Doc fix
...
Fixes https://github.com/pytorch/functorch/issues/604
2022-07-21 13:41:29 -07:00
Richard Zou
236e1dff81
[functorch] newline at eof
2022-07-21 13:41:27 -07:00
vfdev
5fd680867d
[functorch] Fixing docs building issues with jinja and sphinx ( pytorch/functorch#625 )
...
* Fixing jinja2 issue in sphinx
* Put upper limit into requirements
2022-07-21 13:41:27 -07:00
Richard Zou
7095647db6
[functorch] Fix some lint issues ( pytorch/functorch#606 )
2022-07-21 13:41:26 -07:00
Horace He
f20c1ed115
[functorch] fixed docs issue
2022-07-21 13:41:26 -07:00
Samantha Andow
3245652427
[functorch] Add website note on randomness ( pytorch/functorch#587 )
...
* add note on randomness
* add note matching docstring on operators
* fixes
* typo
2022-07-21 13:41:26 -07:00
Richard Zou
1682996616
[functorch] Update functorch install instructions
2022-07-21 13:41:26 -07:00
Richard Zou
33aead5f7b
[functorch] Update readme ( pytorch/functorch#589 )
...
and minor main-branch-only website changes.
2022-07-21 13:41:26 -07:00
Animesh Jain
911458776a
[functorch] Sphinx and docstrings for AOT Autograd ( pytorch/functorch#580 )
...
* Sphinx and docstrings for AOT Autograd
* Comments
2022-07-21 13:41:26 -07:00
Samantha Andow
34643a6c87
[functorch] Update batch norm error message to be more informative ( pytorch/functorch#567 )
...
* update batch norm error message
* add docs for batch norm fixes
2022-07-21 13:41:25 -07:00
vfdev
0828438d71
[functorch] Updated logo alignment ( pytorch/functorch#573 )
2022-07-21 13:41:25 -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
3110183992
[functorch] Neural Tangent Kernels tutorial ( pytorch/functorch#540 )
2022-07-21 13:41:25 -07:00
vfdev
3adc8167c9
[functorch] Updated css to reduce badge size and code-block bottom padding ( pytorch/functorch#526 )
...
* Updated css to reduce badge size and code-block bottom padding
* [skip ci] Added new line
2022-07-21 13:41:23 -07:00
Richard Zou
67948ebd9a
[functorch] Fix docs build
2022-07-21 13:41:23 -07:00
Richard Zou
565365baaf
[functorch] GHA docs build; nbsphinx -> myst-nb ( pytorch/functorch#517 )
2022-07-21 13:41:22 -07:00
vfdev
1be9042dc3
[functorch] Removed pytorch footer in docs ( pytorch/functorch#499 )
...
* Fixes pytorch/functorch#498
Removed footer
* Removed completely the footer
2022-07-21 13:41:22 -07:00
Richard Zou
cc68964c06
[functorch] Improve version rendering on docs website
2022-07-21 13:41:22 -07:00
Richard Zou
e4d20b58c4
[functorch] Change docs name
2022-07-21 13:41:22 -07:00
vfdev
dda66b2cae
[functorch] Switched docs theme to pytorch-theme ( pytorch/functorch#453 )
...
* Switched to pytorch-theme
* Added missing function transforms
* Updated layout
* Added simple text logo and added vjp docs
2022-07-21 13:41:21 -07:00
Richard Zou
e73417d2ac
[functorch] Add Tutorials to docs build ( pytorch/functorch#367 )
2022-07-21 13:41:17 -07:00
Richard Zou
fd4d82ee0d
[functorch] quick cleanup
2022-07-21 13:41:17 -07:00
Richard Zou
20997b4917
[functorch] Fix some linting
2022-07-21 13:41:13 -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
Sam Andow
75fde90441
[functorch] sphinx cleanup. Making sure everything renders as expected
2022-07-21 13:41:10 -07:00
Richard Zou
44e835b62b
[functorch] Quick doc fixes
2022-07-21 13:41:09 -07:00
Richard Zou
e264c959e7
[functorch] beef up make_functional docs
2022-07-21 13:41:09 -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