Skip to content

Commit

Permalink
Merge 11d8cc1 into 64d6737
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelynj authored Nov 20, 2023
2 parents 64d6737 + 11d8cc1 commit 0086cc4
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 17 deletions.
41 changes: 24 additions & 17 deletions docs/transpile/_toc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
{
"title": "Transpile",
"children": [
{
"title": "Introduction",
"url": "/transpile"
},
{
"title": "Transpiler stages",
"url": "/transpile/transpiler-stages"
},
{
"title": "PLACEHOLDER",
"url": "/transpile/defaults_and_configuration_options"
}
]
}

"title": "Transpile",
"children": [
{
"title": "Introduction",
"url": "/transpile"
},
{
"title": "Transpiler stages",
"url": "/transpile/transpiler-stages"
},
{
"title": "Customize a transpilation pipeline",
"url": "/transpile/customized-passmanagers"
},
{
"title": "Write your own pass",
"url": "/transpile/writing-passes"
},
{
"title": "PLACEHOLDER",
"url": "/transpile/defaults_and_configuration_options"
}
]
}
Loading

0 comments on commit 0086cc4

Please sign in to comment.