Skip to content

Commit b92561a

Browse files
committed
auto-generating sphinx docs
1 parent 16e9533 commit b92561a

File tree

4 files changed

+69
-2
lines changed

4 files changed

+69
-2
lines changed

docs/1.7.0/_sources/torchvision/index.rst.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
torchvision
22
===========
3+
This library is part of the `PyTorch
4+
<http://pytorch.org/>`_ project. PyTorch is an open source
5+
machine learning framework.
6+
7+
Features described in this documentation are classified by release status:
8+
9+
*Stable:* These features will be maintained long-term and there should generally
10+
be no major performance limitations or gaps in documentation.
11+
We also expect to maintain backwards compatibility (although
12+
breaking changes can happen and notice will be given one release ahead
13+
of time).
14+
15+
*Beta:* Features are tagged as Beta because the API may change based on
16+
user feedback, because the performance needs to improve, or because
17+
coverage across operators is not yet complete. For Beta features, we are
18+
committing to seeing the feature through to the Stable classification.
19+
We are not, however, committing to backwards compatibility.
20+
21+
*Prototype:* These features are typically not available as part of
22+
binary distributions like PyPI or Conda, except sometimes behind run-time
23+
flags, and are at an early stage for feedback and testing.
24+
25+
326

427
The :mod:`torchvision` package consists of popular datasets, model
528
architectures, and common image transformations for computer vision.
@@ -17,3 +40,15 @@ architectures, and common image transformations for computer vision.
1740

1841
.. automodule:: torchvision
1942
:members:
43+
44+
.. toctree::
45+
:maxdepth: 1
46+
:caption: PyTorch Libraries
47+
48+
PyTorch <https://pytorch.org/docs>
49+
torchaudio <https://pytorch.org/audio>
50+
torchtext <https://pytorch.org/text>
51+
torchvision <https://pytorch.org/vision>
52+
TorchElastic <https://pytorch.org/elastic/>
53+
TorchServe <https://pytorch.org/serve>
54+
PyTorch on XLA Devices <http://pytorch.org/xla/>

docs/1.7.0/objects.inv

0 Bytes
Binary file not shown.

docs/1.7.0/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/1.7.0/torchvision/index.html

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,24 @@
338338

339339
<div class="section" id="torchvision">
340340
<h1>torchvision<a class="headerlink" href="#torchvision" title="Permalink to this headline"></a></h1>
341+
<p>This library is part of the <a class="reference external" href="http://pytorch.org/">PyTorch</a> project. PyTorch is an open source
342+
machine learning framework.</p>
343+
<p>Features described in this documentation are classified by release status:</p>
344+
<blockquote>
345+
<div><p><em>Stable:</em> These features will be maintained long-term and there should generally
346+
be no major performance limitations or gaps in documentation.
347+
We also expect to maintain backwards compatibility (although
348+
breaking changes can happen and notice will be given one release ahead
349+
of time).</p>
350+
<p><em>Beta:</em> Features are tagged as Beta because the API may change based on
351+
user feedback, because the performance needs to improve, or because
352+
coverage across operators is not yet complete. For Beta features, we are
353+
committing to seeing the feature through to the Stable classification.
354+
We are not, however, committing to backwards compatibility.</p>
355+
<p><em>Prototype:</em> These features are typically not available as part of
356+
binary distributions like PyPI or Conda, except sometimes behind run-time
357+
flags, and are at an early stage for feedback and testing.</p>
358+
</div></blockquote>
341359
<p>The <a class="reference internal" href="#module-torchvision" title="torchvision"><code class="xref py py-mod docutils literal notranslate"><span class="pre">torchvision</span></code></a> package consists of popular datasets, model
342360
architectures, and common image transformations for computer vision.</p>
343361
<div class="toctree-wrapper compound">
@@ -436,6 +454,18 @@ <h1>torchvision<a class="headerlink" href="#torchvision" title="Permalink to thi
436454
</dl>
437455
</dd></dl>
438456

457+
<div class="toctree-wrapper compound">
458+
<p class="caption"><span class="caption-text">PyTorch Libraries</span></p>
459+
<ul>
460+
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/docs">PyTorch</a></li>
461+
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/audio">torchaudio</a></li>
462+
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/text">torchtext</a></li>
463+
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/vision">torchvision</a></li>
464+
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/elastic/">TorchElastic</a></li>
465+
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/serve">TorchServe</a></li>
466+
<li class="toctree-l1"><a class="reference external" href="http://pytorch.org/xla/">PyTorch on XLA Devices</a></li>
467+
</ul>
468+
</div>
439469
</div>
440470

441471

@@ -472,7 +502,9 @@ <h1>torchvision<a class="headerlink" href="#torchvision" title="Permalink to thi
472502
<div class="pytorch-right-menu" id="pytorch-right-menu">
473503
<div class="pytorch-side-scroll" id="pytorch-side-scroll-right">
474504
<ul>
475-
<li><a class="reference internal" href="#">torchvision</a></li>
505+
<li><a class="reference internal" href="#">torchvision</a><ul>
506+
</ul>
507+
</li>
476508
</ul>
477509

478510
</div>

0 commit comments

Comments
 (0)