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