Skip to content

Commit

Permalink
improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leao authored and Eduardo Leao committed Jul 28, 2024
1 parent 6c92264 commit 2fa6e5b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
Binary file added assets/docs_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
JS-PyTorch

</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">

Home
Home

</span>
</div>
Expand Down Expand Up @@ -568,13 +568,13 @@




<h1 id="welcome-to-js-pytorchs-documentation">Welcome to JS-Pytorch's documentation</h1>
<p>For access to the source code, visit <a href="https://github.com/eduardoleao052/js-pytorch", target="_blank">The GitHub repo</a>.</p>
<h2 id="about">About</h2>
<a href="https://github.com/eduardoleao052/js-pytorch"><img src="../assets/docs_logo.png" style="width: 70%; margin-top: 9px; margin-bottom: 65px;"></a>
<!-- <div style="width: 90%; height: 1.5px; background-color: rgb(221, 221, 221); margin-bottom: 0px;"></div> -->
<h2 id="about" style="margin-top: 5px;">About</h2>
<ul>
<li>JS-PyTorch is a Deep Learning <strong>JavaScript library</strong> built from scratch, to closely follow PyTorch's syntax.</li>
<li>This means that you can use this library to train, test and deploy Neural Networks, with node.js or on a web browser.</li>
<li>For access to the source code, visit <a href="https://github.com/eduardoleao052/js-pytorch", target="_blank">The GitHub repo</a>.</li>
</ul>
<h2 id="installation">Installation</h2>
<p>This is a <strong>node</strong> package, and can be installed with <strong>npm</strong> (Node Package Manager). It has full sopport of node 20.15.1, which is the latest LTS (Long-Term Support) node version. </p>
Expand Down
1 change: 0 additions & 1 deletion site/layers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
JS-PyTorch
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down
1 change: 0 additions & 1 deletion site/operations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
JS-PyTorch
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down
1 change: 0 additions & 1 deletion site/tensor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
JS-PyTorch
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down
1 change: 0 additions & 1 deletion site/tutorials/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
JS-PyTorch
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
Expand Down

0 comments on commit 2fa6e5b

Please sign in to comment.