forked from ivy-llc/ivy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: documentation restructuring (ivy-llc#23130)
- Loading branch information
Showing
9 changed files
with
95 additions
and
179 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
One liners | ||
---------- | ||
|
||
.. grid:: 1 1 3 3 | ||
:gutter: 4 | ||
|
||
.. grid-item-card:: ``ivy.compile()`` | ||
:link: one_liners/compile.rst | ||
|
||
Compiles a ``Callable`` or set of them into an Ivy graph. | ||
|
||
.. grid-item-card:: ``ivy.transpile()`` | ||
:link: one_liners/transpile.rst | ||
|
||
Transpiles a ``Callable`` or set of them from a ``source`` framework to another | ||
framework. | ||
|
||
.. grid-item-card:: ``ivy.unify()`` | ||
:link: one_liners/transpile.rst | ||
|
||
Transpiles an object into Ivy code. It's an alias to | ||
``ivy.transpile(..., to="ivy", ...)`` | ||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: -1 | ||
|
||
one_liners/compile.rst | ||
one_liners/transpile.rst |
4 changes: 2 additions & 2 deletions
4
docs/compiler/compiler.rst → docs/overview/one_liners/compile.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Graph Compiler | ||
============== | ||
``ivy.compile()`` | ||
================= | ||
|
||
.. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters