Skip to content

Commit

Permalink
reorder transpile secion toc (#1064)
Browse files Browse the repository at this point in the history
Fixes #1057.

I also decided to move "Represent quantum computers" to the end of the
section.
  • Loading branch information
kevinsung authored Mar 24, 2024
1 parent b7737fb commit f3a730c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/transpile/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,7 @@
"url": "/transpile/transpile-with-pass-managers"
},
{
"title": "Create a pass manager for dynamical decoupling",
"url": "/transpile/dynamical-decoupling-pass-manager"
},
{
"title": "Write a custom transpiler pass",
"url": "/transpile/custom-transpiler-pass"
},
{
"title": "Configure transpilation",
"title": "Configure preset pass managers",
"children": [
{
"title": "Default settings and configuration options",
Expand All @@ -33,16 +25,24 @@
"title": "Set optimization level",
"url": "/transpile/set-optimization"
},
{
"title": "Represent quantum computers",
"url": "/transpile/representing_quantum_computers"
},
{
"title": "Commonly used parameters for transpilation",
"url": "/transpile/common-parameters"
},
{
"title": "Represent quantum computers",
"url": "/transpile/representing_quantum_computers"
}
]
},
{
"title": "Create a pass manager for dynamical decoupling",
"url": "/transpile/dynamical-decoupling-pass-manager"
},
{
"title": "Write a custom transpiler pass",
"url": "/transpile/custom-transpiler-pass"
},
{
"title": "Transpiler plugins",
"children": [
Expand Down

0 comments on commit f3a730c

Please sign in to comment.