Skip to content

Commit 6750f23

Browse files
committed
dry
1 parent e301a1f commit 6750f23

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docs/content/get-started.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Get started
22

3-
`tesseract-jax` executes [Tesseracts](https://github.com/pasteurlabs/tesseract-core) as part of JAX programs, with full support for function transformations like JIT, `grad`, `jvp`, and more.
4-
5-
The API of Tesseract-JAX consists of a single function, [`apply_tesseract(tesseract_client, inputs)`](tesseract_jax.apply_tesseract), which is fully traceable by JAX. This enables end-to-end autodifferentiation and JIT compilation of Tesseract-based pipelines.
6-
73
## Quick start
84

95
```{note}

docs/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Tesseract-JAX
22

3-
```{include} content/get-started.md
4-
:start-line: 2
5-
```
3+
`tesseract-jax` executes [Tesseracts](https://github.com/pasteurlabs/tesseract-core) as part of JAX programs, with full support for function transformations like JIT, `grad`, `jvp`, and more.
4+
5+
The API of Tesseract-JAX consists of a single function, [`apply_tesseract(tesseract_client, inputs)`](tesseract_jax.apply_tesseract), which is fully traceable by JAX. This enables end-to-end autodifferentiation and JIT compilation of Tesseract-based pipelines.
6+
7+
Now, learn how to [get started](content/get-started.md) with Tesseract-JAX, or explore the [API reference](content/api.md).
68

79
## License
810

0 commit comments

Comments
 (0)