Skip to content

Commit

Permalink
toc nesting audit (#2003)
Browse files Browse the repository at this point in the history
Closes #1895
  • Loading branch information
abbycross authored Sep 30, 2024
1 parent 2e023b5 commit 3f5058b
Showing 1 changed file with 128 additions and 153 deletions.
281 changes: 128 additions & 153 deletions docs/guides/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,53 +126,43 @@
"title": "Circuits and operators",
"children": [
{
"title": "Build circuits with the Qiskit SDK",
"children": [
{
"title": "Circuit library",
"url": "/guides/circuit-library"
},
{
"title": "Construct circuits",
"url": "/guides/construct-circuits"
},
{
"title": "Classical feedforward and control flow",
"url": "/guides/classical-feedforward-and-control-flow"
},
{
"title": "Synthesize unitary operators",
"url": "/guides/synthesize-unitary-operators"
},
{
"title": "Bit-ordering in the Qiskit SDK",
"url": "/guides/bit-ordering"
},
{
"title": "Save circuits to disk",
"url": "/guides/save-circuits"
}
]
"title": "Circuit library",
"url": "/guides/circuit-library"
},
{
"title": "Build operators with the Qiskit SDK",
"children": [
{
"title": "Operators module overview",
"url": "/guides/operators-overview"
},
{
"title": "Specify observables in the Pauli basis",
"url": "/guides/specify-observables-pauli"
},
{
"title": "The Operator class",
"url": "/guides/operator-class"
}
]
"title": "Construct circuits",
"url": "/guides/construct-circuits"
},
{
"title": "Classical feedforward and control flow",
"url": "/guides/classical-feedforward-and-control-flow"
},
{
"title": "Synthesize unitary operators",
"url": "/guides/synthesize-unitary-operators"
},
{
"title": "Bit-ordering in the Qiskit SDK",
"url": "/guides/bit-ordering"
},
{
"title": "Save circuits to disk",
"url": "/guides/save-circuits"
},
{
"title": "Other circuit building tools",
"title": "Operators module overview",
"url": "/guides/operators-overview"
},
{
"title": "Specify observables in the Pauli basis",
"url": "/guides/specify-observables-pauli"
},
{
"title": "The Operator class",
"url": "/guides/operator-class"
},
{
"title": "Other circuit-building tools",
"children": [
{
"title": "Pulse schedules",
Expand Down Expand Up @@ -211,25 +201,24 @@
"title": "Transpiler",
"children": [
{
"title": "Get started with the Qiskit transpiler",
"children": [
{
"title": "Introduction to transpilation",
"url": "/guides/transpile"
},
{
"title": "Transpiler stages",
"url": "/guides/transpiler-stages"
},
{
"title": "Transpile with pass managers",
"url": "/guides/transpile-with-pass-managers"
}
]
"title": "Introduction to transpilation",
"url": "/guides/transpile"
},
{
"title": "Transpiler stages",
"url": "/guides/transpiler-stages"
},
{
"title": "Transpile with pass managers",
"url": "/guides/transpile-with-pass-managers"
},
{
"title": "Create a pass manager for dynamical decoupling",
"url": "/guides/dynamical-decoupling-pass-manager"
},
{
"title": "Configure preset pass managers",
"children": [
"children":[
{
"title": "Default settings and configuration options",
"url": "/guides/defaults-and-configuration-options"
Expand All @@ -249,12 +238,25 @@
]
},
{
"title": "Advanced transpilation resources",
"title": "Qiskit Transpiler Service",
"children": [
{
"title": "Create a pass manager for dynamical decoupling",
"url": "/guides/dynamical-decoupling-pass-manager"
"title": "Transpile circuits remotely with the Qiskit Transpiler Service",
"url": "/guides/qiskit-transpiler-service"
},
{
"title": "AI transpiler passes",
"url": "/guides/ai-transpiler-passes"
},
{
"title": "Transpile using REST API",
"url": "/guides/transpile-rest-api"
}
]
},
{
"title": "Advanced transpilation resources",
"children": [
{
"title": "Write a custom transpiler pass",
"url": "/guides/custom-transpiler-pass"
Expand All @@ -272,23 +274,6 @@
"url": "/guides/create-transpiler-plugin"
}
]
},
{
"title": "Qiskit Transpiler Service",
"children": [
{
"title": "Transpile circuits remotely with the Qiskit Transpiler Service",
"url": "/guides/qiskit-transpiler-service"
},
{
"title": "AI transpiler passes",
"url": "/guides/ai-transpiler-passes"
},
{
"title": "Transpile using REST API",
"url": "/guides/transpile-rest-api"
}
]
}
]
},
Expand Down Expand Up @@ -325,57 +310,47 @@
"title": "Primitives",
"children": [
{
"title": "Run with primitives",
"children": [
{
"title": "Introduction to primitives",
"url": "/guides/primitives"
},
{
"title": "Get started with primitives",
"url": "/guides/get-started-with-primitives"
},
{
"title": "Primitive inputs and outputs",
"url": "/guides/primitive-input-output"
},
{
"title": "Primitives examples",
"url": "/guides/primitives-examples"
},
{
"title": "Primitives with REST API",
"url": "/guides/primitives-rest-api"
},
{
"title": "Noise learning",
"url": "/guides/noise-learning"
}
]
"title": "Introduction to primitives",
"url": "/guides/primitives"
},
{
"title": "Configure runtime options",
"children": [
{
"title": "Introduction to options",
"url": "/guides/runtime-options-overview"
},
{
"title": "Specify options",
"url": "/guides/specify-runtime-options"
},{
"title": "Error mitigation and suppression techniques",
"url": "/guides/error-mitigation-and-suppression-techniques"
},
{
"title": "Configure error mitigation",
"url": "/guides/configure-error-mitigation"
},
{
"title": "Configure error suppression",
"url": "/guides/configure-error-suppression"
}
]
"title": "Get started with primitives",
"url": "/guides/get-started-with-primitives"
},
{
"title": "Primitive inputs and outputs",
"url": "/guides/primitive-input-output"
},
{
"title": "Primitives examples",
"url": "/guides/primitives-examples"
},
{
"title": "Primitives with REST API",
"url": "/guides/primitives-rest-api"
},
{
"title": "Noise learning",
"url": "/guides/noise-learning"
},
{
"title": "Introduction to options",
"url": "/guides/runtime-options-overview"
},
{
"title": "Specify options",
"url": "/guides/specify-runtime-options"
},{
"title": "Error mitigation and suppression techniques",
"url": "/guides/error-mitigation-and-suppression-techniques"
},
{
"title": "Configure error mitigation",
"url": "/guides/configure-error-mitigation"
},
{
"title": "Configure error suppression",
"url": "/guides/configure-error-suppression"
}
]
},
Expand Down Expand Up @@ -406,37 +381,37 @@
"title": "Execution modes using REST API",
"url": "/guides/execution-modes-rest-api"
},
{
"title": "Manage jobs",
"children": [
{
"title": "Monitor or cancel a job",
"url": "/guides/monitor-job"
},
{
"title": "Estimate job run time",
"url": "/guides/estimate-job-run-time"
},
{
"title": "Minimize job run time",
"url": "/guides/minimize-time"
},
{
"title": "Maximum execution time",
"url": "/guides/max-execution-time"
},
{
"title": "Retrieve and save results",
"url": "/guides/save-jobs"
}
]
},
{
"title": "Execution modes FAQs",
"url": "/guides/execution-modes-faq"
}
]
},
{
"title": "Manage jobs",
"children": [
{
"title": "Monitor or cancel a job",
"url": "/guides/monitor-job"
},
{
"title": "Estimate job run time",
"url": "/guides/estimate-job-run-time"
},
{
"title": "Minimize job run time",
"url": "/guides/minimize-time"
},
{
"title": "Maximum execution time",
"url": "/guides/max-execution-time"
},
{
"title": "Retrieve and save results",
"url": "/guides/save-jobs"
}
]
},
{
"title": "IBM quantum computers",
"children": [
Expand Down

0 comments on commit 3f5058b

Please sign in to comment.