mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00

This involved writing some new content and also moving and adapting the documentation that existed as part of the jax2tf README file: https://github.com/google/jax/blob/main/jax/experimental/jax2tf/README.md#shape-polymorphic-conversion
44 lines
834 B
CSS
44 lines
834 B
CSS
@import url("theme.css");
|
|
|
|
:root {
|
|
--block-bg-opacity: .5;
|
|
}
|
|
|
|
.wy-side-nav-search {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.getting-started {
|
|
background-color: rgba(78, 150, 253, var(--block-bg-opacity));
|
|
}
|
|
|
|
.user-guides {
|
|
background-color: rgba(0, 169, 154, var(--block-bg-opacity));
|
|
}
|
|
|
|
.developer-docs {
|
|
background-color: rgba(171, 0, 182, var(--block-bg-opacity));
|
|
}
|
|
|
|
div.red-background pre {
|
|
background-color: rgba(244, 204, 204, var(--block-bg-opacity));
|
|
}
|
|
|
|
div.green-background pre {
|
|
background-color: rgba(204, 244, 204, var(--block-bg-opacity));
|
|
}
|
|
|
|
/* Python code block comments */
|
|
html[data-theme="light"] .highlight span.c1 {
|
|
color: #fa8d59;
|
|
}
|
|
|
|
/* Python code traceback and exception */
|
|
html[data-theme="light"] .highlight span.gt {
|
|
color: #ff0000;
|
|
}
|
|
|
|
html[data-theme="light"] .highlight span.gr {
|
|
color: #ff0000;
|
|
}
|