Brian Johnson
17cd426c72
Updated docs styles ( #11835 )
...
Summary:
Updated requirements.txt and conf.py.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11835
Reviewed By: SsnL
Differential Revision: D9941160
Pulled By: brianjo
fbshipit-source-id: fbac91214558e6d17beff74261d990c7dc762038
2018-09-20 21:11:12 -07:00
sven
e585f2fb48
Polish CPP docs, Minor Python Docs Fixes ( #11722 )
...
Differential Revision: D9919120
Pulled By: goldsborough
fbshipit-source-id: bf14cbe4ab79524495957cb749828046af864aab
2018-09-18 14:55:57 -07:00
Tongzhou Wang
de460c7ad3
Improvements on conv/pool/fold/stft/ParamDict docs ( #11106 )
...
Summary:
Also fixes some incorrect formula rendering.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11106
Differential Revision: D9752433
Pulled By: SsnL
fbshipit-source-id: 535fc8498638e8b645757fc7535d8771992b7d21
2018-09-11 08:56:21 -07:00
Tongzhou Wang
ea0ee77c61
Fix katex math rendering ( #11472 )
...
Summary:
I'm 80% sure that this fixes the math bug. But I can't repro locally so I don't know.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11472
Differential Revision: D9755328
Pulled By: SsnL
fbshipit-source-id: 130be664d3c6ceee3c0c166c1a86fc9ec3b79d74
2018-09-10 12:40:23 -07:00
Rob Kunkle
6e85112f12
Adding katex rendering of equations, and required edits to equations. ( #8848 )
...
Summary:
This fixes issue #8529 .
- Adds Katex extension to conf.py and requirements.txt
- Fixes syntax differences in docs
- Should allow documentation pages to render faster
Pull Request resolved: https://github.com/pytorch/pytorch/pull/8848
Reviewed By: soumith
Differential Revision: D8677702
Pulled By: goodlux
fbshipit-source-id: c4a832c5879e0eebcb14763b35a41663331ba23f
2018-08-02 12:25:17 -07:00
zou3519
1dc708493e
Add html-stable target to docs Makefile ( #9884 )
...
Summary:
This lets one build docs for the release easier. All of the unstable
warnings are removed in `make html-stable`.
cc soumith SsnL
Sample build:

Pull Request resolved: https://github.com/pytorch/pytorch/pull/9884
Reviewed By: SsnL
Differential Revision: D9016001
Pulled By: zou3519
fbshipit-source-id: 5cf2dfbf886de993242db28cdac5d0c5fadbdc4d
2018-07-26 12:09:06 -07:00
Ir1dXD
c719c8032c
docs: add canonical_url and fix redirect link ( #8155 )
...
* docs: enable redirect link to work for each specific page
* docs: add canonical_url for search engines
closes #7222
* docs: update redirect link to canonical_url
2018-06-05 10:29:55 -04:00
Richard Zou
265e1a97ec
Add different logo for master docs ( #6446 )
2018-04-09 18:48:53 -04:00
Tongzhou Wang
e0f3e5dc77
fix activation images not showing up on official website ( #6367 )
2018-04-07 11:06:24 -04:00
Tongzhou Wang
8c18220a59
Fix layer_norm initialization and nn.Module docs ( #5422 )
...
* Fix LN initialization; Support single int normalized_shape
* disable docstring inheritance
* fix sphinx warnings
2018-02-26 19:32:08 -05:00
Sasank Chilamkurthy
a0ac72e84e
Use template instead of sphinx-contrib for google analytics
2017-10-15 18:40:05 +02:00
Soumith Chintala
4cca286d9e
add google analytics to docs
2017-08-27 20:58:33 -04:00
brett koonce
16dd997239
Spelling tweaks for documentation ( #2114 )
2017-07-15 13:16:32 -07:00
Soumith Chintala
460b8715a8
display version number in docs
2017-06-02 11:56:48 -04:00
Lucas Beyer
e4478804ce
Fix patched_make_field for newer Sphinx versions. ( #1275 )
...
Not sure since which version that change is needed, but using v1.5.5 here.
2017-04-17 16:17:58 -04:00
Eli Stevens
b87c113cf4
CUDA documentation enhancement and docs versioning ( #848 )
...
* Add more detail to CUDA documentation
Also adds better cross-linking to the pages that discuss relevant topics.
* Adds recommendation to torch.save docs
* Make the version numbers for the docs dynamic
Might need tweaks for beta, 1.0, etc.
2017-02-26 08:33:26 -05:00
Luke Yeager
e7c1e6a8e3
[pep8] Fix most lint automatically with autopep8
...
Here's the command I used to invoke autopep8 (in parallel!):
git ls-files | grep '\.py$' | xargs -n1 -P`nproc` autopep8 -i
Several rules are ignored in setup.cfg. The goal is to let autopep8
handle everything which it can handle safely, and to disable any rules
which are tricky or controversial to address. We may want to come back
and re-enable some of these rules later, but I'm trying to make this
patch as safe as possible.
Also configures flake8 to match pep8's behavior.
Also configures TravisCI to check the whole project for lint.
2017-01-28 01:15:51 +01:00
Adam Paszke
58a88d1ac0
Fix doc search and warnings
2017-01-20 11:36:41 +01:00
Sam Gross
db7948d7d5
Add torchvision reference to docs
...
Some documentation is just copied from the GitHub readme for now.
2017-01-17 11:40:33 -08:00
Adam Paszke
6d8baf7c30
Fix Sphinx warnings
2017-01-16 20:38:14 -05:00
Adam Paszke
89dca6ffdc
Add a patch to stop Sphinx from cross-referencing ivar tags
2017-01-03 18:31:08 -05:00
Adam Paszke
d2ef49384e
Add custom docs stylesheet ( #387 )
2016-12-31 10:32:00 -05:00
Sam Gross
be98c5d12d
Start documenting torch.Tensor ( #377 )
2016-12-30 01:21:34 -05:00
Adam Paszke
26f1e2ca9c
Add basic autograd docs
2016-12-30 00:15:06 -05:00
Sam Gross
126a1cc398
Add Sphinx docs
2016-12-28 00:03:39 +01:00