-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to mkdocs-material 9.2. (#14474)
Note: 9.2 is in beta. We might want to wait until it is official released to merge this. Maybe we should pin our version first though... the changes to the partial files will break us with our currently unpinned / auto-updating publish CI. ### Changes - [x] Pin downloaded mkdocs-material version - [x] Merge upstream changes to partial files - [x] Add 'new' [status](https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-status) to developer tips and tricks page - [x] Add [icons](https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-icon) to most pages - [x] Add an [annotation](https://squidfunk.github.io/mkdocs-material/reference/annotations/) - [ ] (Not done) Switch blog pages to use [built-in blog plugin](https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/) ### Preview ![image](https://github.com/openxla/iree/assets/4010439/48f27bbd-20ac-4e6d-b106-f3b195104bd5) ![image](https://github.com/openxla/iree/assets/4010439/7b22aef3-9674-41d7-b3b7-4e33fb420572) ![image](https://github.com/openxla/iree/assets/4010439/7b59dcfb-db1d-4cf7-813a-b337a13ab2bf)
- Loading branch information
Showing
23 changed files
with
103 additions
and
49 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ hide: | |
- tags | ||
tags: | ||
- Android | ||
icon: simple/android | ||
--- | ||
|
||
# Android cross-compilation | ||
|
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,3 +1,7 @@ | ||
--- | ||
icon: octicons/bookmark-16 | ||
--- | ||
|
||
# Getting started | ||
|
||
## :octicons-download-16: Prerequisites | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ hide: | |
- tags | ||
tags: | ||
- iOS | ||
icon: simple/apple | ||
--- | ||
|
||
# iOS cross-compilation | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ hide: | |
- tags | ||
tags: | ||
- CPU | ||
icon: octicons/cpu-16 | ||
--- | ||
|
||
# RISC-V cross-compilation | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ hide: | |
- tags | ||
tags: | ||
- CPU | ||
icon: octicons/cpu-16 | ||
--- | ||
|
||
# Running on a Bare-Metal Platform | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ hide: | |
- tags | ||
tags: | ||
- CPU | ||
icon: octicons/cpu-16 | ||
--- | ||
|
||
# CPU Deployment | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ hide: | |
tags: | ||
- GPU | ||
- CUDA | ||
icon: octicons/server-16 | ||
--- | ||
|
||
# GPU Deployment using CUDA and ROCm | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ hide: | |
tags: | ||
- GPU | ||
- Vulkan | ||
icon: octicons/server-16 | ||
--- | ||
|
||
# GPU Deployment using Vulkan | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ hide: | |
tags: | ||
- Python | ||
- JAX | ||
icon: simple/python | ||
--- | ||
|
||
# JAX Integration | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ hide: | |
tags: | ||
- Python | ||
- PyTorch | ||
icon: simple/pytorch | ||
--- | ||
|
||
# PyTorch Integration | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ hide: | |
tags: | ||
- Python | ||
- TensorFlow | ||
icon: simple/tensorflow | ||
--- | ||
|
||
# TensorFlow Integration | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ hide: | |
tags: | ||
- Python | ||
- TensorFlow | ||
icon: simple/tensorflow | ||
--- | ||
|
||
# TFLite Integration | ||
|
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,3 +1,7 @@ | ||
--- | ||
icon: octicons/code-16 | ||
--- | ||
|
||
# C API bindings | ||
|
||
## Overview | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ hide: | |
- tags | ||
tags: | ||
- Python | ||
icon: simple/python | ||
--- | ||
|
||
# Python bindings | ||
|
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,3 +1,13 @@ | ||
--- | ||
hide: | ||
- tags | ||
tags: | ||
- JAX | ||
- PyTorch | ||
- TensorFlow | ||
icon: octicons/gear-16 | ||
--- | ||
|
||
# Extension mechanisms | ||
|
||
!!! Note | ||
|
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ tags: | |
- JAX | ||
- PyTorch | ||
- TensorFlow | ||
icon: octicons/book-16 | ||
--- | ||
|
||
# Glossary | ||
|
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 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 |
---|---|---|
@@ -1,4 +1,2 @@ | ||
# TODO(scotttodd): pin versions to control how often we pull in updates? | ||
|
||
mkdocs-material | ||
mkdocs-redirects | ||
mkdocs-material==9.2.0b1 | ||
mkdocs-redirects==1.2.1 |
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