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 Feb 1, 2025
1 parent ff53068 commit 5377d77
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 @@ -67,11 +67,11 @@ Example code (the output below is generated automatically):

.. code-block:: none
tensor([[0.5060, 0.1671, 0.2317],
[0.7330, 0.9476, 0.1239],
[0.3325, 0.8057, 0.8212],
[0.6673, 0.2430, 0.0813],
[0.0879, 0.3014, 0.4889]])
tensor([[0.0870, 0.9183, 0.7696],
[0.3774, 0.1702, 0.2919],
[0.2416, 0.8915, 0.9341],
[0.7196, 0.4544, 0.8347],
[0.1172, 0.4801, 0.8118]])
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 @@ -443,11 +443,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.5060, 0.1671, 0.2317],
[0.7330, 0.9476, 0.1239],
[0.3325, 0.8057, 0.8212],
[0.6673, 0.2430, 0.0813],
[0.0879, 0.3014, 0.4889]])
<div class="sphx-glr-script-out highlight-none notranslate"><div class="highlight"><pre><span></span>tensor([[0.0870, 0.9183, 0.7696],
[0.3774, 0.1702, 0.2919],
[0.2416, 0.8915, 0.9341],
[0.7196, 0.4544, 0.8347],
[0.1172, 0.4801, 0.8118]])
</pre></div>
</div>
</section>
Expand Down

0 comments on commit 5377d77

Please sign in to comment.