Skip to content

Commit

Permalink
auto-generating sphinx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Oct 10, 2024
1 parent 8688b03 commit 39770c2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions main/_sources/tutorials/template_tutorial.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ Example code (the output below is generated automatically):

.. code-block:: none
tensor([[0.9472, 0.4068, 0.3626],
[0.0095, 0.7519, 0.6587],
[0.5575, 0.5124, 0.9852],
[0.8291, 0.8316, 0.9138],
[0.1956, 0.3159, 0.3210]])
tensor([[0.9430, 0.4161, 0.7709],
[0.7262, 0.5385, 0.9789],
[0.5838, 0.7635, 0.3103],
[0.2335, 0.9523, 0.8042],
[0.4159, 0.7042, 0.2204]])
Expand Down
2 changes: 1 addition & 1 deletion main/searchindex.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions main/tutorials/template_tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ <h2>Steps<a class="headerlink" href="#steps" title="Permalink to this heading">
<span class="nb">print</span><span class="p">(</span><a href="https://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>
</pre></div>
</div>
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>tensor([[0.9472, 0.4068, 0.3626],
[0.0095, 0.7519, 0.6587],
[0.5575, 0.5124, 0.9852],
[0.8291, 0.8316, 0.9138],
[0.1956, 0.3159, 0.3210]])
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>tensor([[0.9430, 0.4161, 0.7709],
[0.7262, 0.5385, 0.9789],
[0.5838, 0.7635, 0.3103],
[0.2335, 0.9523, 0.8042],
[0.4159, 0.7042, 0.2204]])
</pre></div>
</div>
</section>
Expand Down

0 comments on commit 39770c2

Please sign in to comment.