Skip to content

Commit 93cd1cc

Browse files
committed
auto-generating sphinx docs
1 parent 6f008f5 commit 93cd1cc

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

main/_sources/tutorials/template_tutorial.rst.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ Example code (the output below is generated automatically):
6767

6868
.. code-block:: none
6969
70-
tensor([[0.3794, 0.2278, 0.1666],
71-
[0.2936, 0.5786, 0.1284],
72-
[0.1000, 0.6819, 0.6975],
73-
[0.2437, 0.1970, 0.5782],
74-
[0.4472, 0.0552, 0.9641]])
70+
tensor([[0.4332, 0.8150, 0.3571],
71+
[0.3469, 0.6379, 0.1159],
72+
[0.3157, 0.6607, 0.4104],
73+
[0.4714, 0.0096, 0.8226],
74+
[0.1264, 0.4904, 0.2966]])
7575
7676
7777

main/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.

main/tutorials/template_tutorial.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -464,11 +464,11 @@ <h2>Steps<a class="headerlink" href="#steps" title="Permalink to this heading">
464464
<span class="nb">print</span><span class="p">(</span><a href="https://docs.pytorch.org/docs/stable/tensors.html#torch.Tensor" title="torch.Tensor" class="sphx-glr-backref-module-torch sphx-glr-backref-type-py-class sphx-glr-backref-instance"><span class="n">x</span></a><span class="p">)</span>
465465
</pre></div>
466466
</div>
467-
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>tensor([[0.3794, 0.2278, 0.1666],
468-
[0.2936, 0.5786, 0.1284],
469-
[0.1000, 0.6819, 0.6975],
470-
[0.2437, 0.1970, 0.5782],
471-
[0.4472, 0.0552, 0.9641]])
467+
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>tensor([[0.4332, 0.8150, 0.3571],
468+
[0.3469, 0.6379, 0.1159],
469+
[0.3157, 0.6607, 0.4104],
470+
[0.4714, 0.0096, 0.8226],
471+
[0.1264, 0.4904, 0.2966]])
472472
</pre></div>
473473
</div>
474474
</section>

0 commit comments

Comments
 (0)